Index
All Classes and Interfaces|All Packages|Constant Field Values
G
- getChatField() - Method in interface github.jaffe2718.mccs.mixin.ChatScreenMixin
-
Get the chatField field of ChatScreen
- getChatInputSuggestor() - Method in interface github.jaffe2718.mccs.mixin.ChatScreenMixin
-
Get the chatInputSuggestor field of ChatScreen
- getFile() - Method in class github.jaffe2718.mccs.jfx.unit.PathNodeItem
-
get the File object of the file
- getLeftTabPaneOnClicked(MouseEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
Release or take back the left tab pane
- getName() - Method in class github.jaffe2718.mccs.jfx.unit.PathNodeItem
-
get the name of the file
- getOnCopyToMenuItemAction(ActionEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
copy the file or directory show a dialog to let the user choose the destination directory
- getOnDeleteMenuItemAction(ActionEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
delete the file or directory make sure the user want to delete the file or directory by showing a dialog first if the user click "OK", delete the file or directory after deleting the file or directory, remove the node from the tree view
- getOnMainCloseAction(ActionEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
close the current tab
- getOnMainExitAction(ActionEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
exit
- getOnMainNewDirAction(ActionEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
when the user clicks the "New Directory" menu item, show a dialog to choose the path to create the new directory
- getOnMainNewFileAction(ActionEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
when the user clicks the "New File" menu item, create a new file and add it to the tabpane create a new codearea and add it to the tabpane, as a cache for the new file
- getOnMainOpenAction(ActionEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
when the user clicks the "Open" menu item, show a file chooser to let the user choose the file to open if the user chooses a file, check whether the path is valid, then open the file in a new tab else if the user cancels the file chooser, do nothing
- getOnMainSaveAction(ActionEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
save the current tab's code to the file
- getOnMainSaveAsAction(ActionEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
save the current tab's code as a new file
- getOnMouseClickFileTreeView(MouseEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
view the file tree
- getOnMoveToMenuItemAction(ActionEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
move the file or directory
show a dialog to let the user choose the destination directory if the destination directory is the same as the source directory, do nothing; if the destination directory is a subdirectory of the source directory, show a dialog and do nothing; if the destination directory is a parent directory of the source directory, show a dialog and do nothing;
else move the file or directory with following steps:
1. - getOnNewDirectoryItemAction(ActionEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
show a dialog to create a new directory and create a new node in the tree view for the new directory
- getOnNewFileMenuItemAction(ActionEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
show a dialog to create a new file and create a new tab to edit the file and create a new node in the tree view for the new file
- getOnOpenMenuItemAction(Event) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
Open file menu item event open a file and create a new tab to edit the file when click the "Open" menu item expand the tree node when click the directory node
- getOnRenameMenuItemAction(ActionEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
Rename the file and update the tree view
- getOpenInExplorerMenuItemAction(ActionEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
open the file in the explorer
- getPendingSuggestions() - Method in interface github.jaffe2718.mccs.mixin.ChatInputSuggestorMixin
-
Get the pendingSuggestions field of ChatInputSuggestor
- getRightTabPaneOnClicked(MouseEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
Right Tab Pane on Clicked
show/hide/switch tab - getRunButtonOnAction(ActionEvent) - Method in class github.jaffe2718.mccs.jfx.MccsController
-
When the user click the "Run" button, execute the minecraft command in the code area or terminate the thread
- github.jaffe2718.mccs - package github.jaffe2718.mccs
- github.jaffe2718.mccs.client - package github.jaffe2718.mccs.client
- github.jaffe2718.mccs.config - package github.jaffe2718.mccs.config
- github.jaffe2718.mccs.event - package github.jaffe2718.mccs.event
- github.jaffe2718.mccs.jfx - package github.jaffe2718.mccs.jfx
- github.jaffe2718.mccs.jfx.unit - package github.jaffe2718.mccs.jfx.unit
- github.jaffe2718.mccs.jfx.unit.font - package github.jaffe2718.mccs.jfx.unit.font
- github.jaffe2718.mccs.jfx.unit.prompt - package github.jaffe2718.mccs.jfx.unit.prompt
- github.jaffe2718.mccs.jfx.unit.widget - package github.jaffe2718.mccs.jfx.unit.widget
- github.jaffe2718.mccs.mixin - package github.jaffe2718.mccs.mixin
All Classes and Interfaces|All Packages|Constant Field Values