Package | Description |
---|---|
skyproc | |
skyproc.gui |
Modifier and Type | Method and Description |
---|---|
SPMainMenuPanel |
SUMMergerProgram.getStandardMenu() |
Modifier and Type | Field and Description |
---|---|
protected SPMainMenuPanel |
SPSettingPanel.parent
Reference to the Main Menu parent GUI object
|
Modifier and Type | Method and Description |
---|---|
SPMainMenuPanel |
SUM.getStandardMenu()
Return a SPMainMenuPanel that has been customized with your patcher's contents.
Customizing constitutes first creating your own SPSettingPanels extending classes in your project. In this function, you then SPMainMenuPanel.addMenu() on each of your SPSettingPanels you created. |
SPMainMenuPanel |
SUMprogram.getStandardMenu() |
Modifier and Type | Method and Description |
---|---|
void |
SPSettingPanel.onClose(SPMainMenuPanel parent)
Code to run when panel is closing.
|
void |
SPSettingPanel.onOpen(SPMainMenuPanel parent)
An empty function that can be overwritten to provide special directives
to the open command.
|
Constructor and Description |
---|
SPQuestionPanel(SPMainMenuPanel parent_,
java.lang.String title,
java.awt.Color headerColor,
SPSettingPanel cancel,
SPSettingPanel back) |
SPSettingDefaultsPanel(SPMainMenuPanel parent_,
java.lang.String title,
java.awt.Color headerColor,
lev.gui.LSaveFile saveFile) |
SPSettingPanel(SPMainMenuPanel parent_,
java.lang.String title,
java.awt.Color headerColor) |