- onBack() - Method in class skyproc.gui.SPQuestionPanel
-
Code to run when pressing back.
- onCancel() - Method in class skyproc.gui.SPQuestionPanel
-
Code to run when cancelling.
- onClose(SPMainMenuPanel) - Method in class skyproc.gui.SPSettingPanel
-
Code to run when panel is closing.
- onExit(boolean) - Method in interface skyproc.gui.SUM
-
Code to run before program closes.
- onExit(boolean) - Method in class skyproc.gui.SUMprogram
-
Runs all hooks onExit() function
- onExit(boolean) - Method in class skyproc.SUMMergerProgram
-
- onNext() - Method in class skyproc.gui.SPQuestionPanel
-
Code to run when pressing next.
- onOpen(SPMainMenuPanel) - Method in class skyproc.gui.SPSettingPanel
-
An empty function that can be overwritten to provide special directives
to the open command.
- onStart() - Method in interface skyproc.gui.SUM
-
Code to run before GUI displays.
- onStart() - Method in class skyproc.gui.SUMprogram
-
Runs all hooks onStart() function
- onStart() - Method in class skyproc.SUMMergerProgram
-
- open() - Method in class skyproc.gui.SPSettingPanel
-
Function that opens, initializes if needed, and displays the settings
panel.
- open(SUM, String[]) - Static method in class skyproc.gui.SUMGUI
-
Opens and hooks onto a program that implements the SUM interface.
- openCustomMenu() - Method in interface skyproc.gui.SUM
-
Opens and displays the custom menu of your patcher and returns it.
If you do not have a custom menu, simply put this line (after making sure hasCustomMenu() returns false):
throw new UnsupportedOperationException("Not supported yet.");
- openCustomMenu() - Method in class skyproc.gui.SUMprogram
-
- openCustomMenu() - Method in class skyproc.SUMMergerProgram
-
- openPanel(SPSettingPanel) - Method in class skyproc.gui.SPMainMenuPanel
-
Opens and displays a panel.
- OTFT - Class in skyproc
-
- OTFT(String) - Constructor for class skyproc.OTFT
-