Package | Description |
---|---|
skyproc.gui |
Modifier and Type | Class and Description |
---|---|
class |
SPQuestionPanel |
class |
SPSettingDefaultsPanel |
Modifier and Type | Field and Description |
---|---|
protected SPSettingPanel |
SPQuestionPanel.backPanel
Panel to switch to when pressing back.
|
protected SPSettingPanel |
SPQuestionPanel.cancelPanel
Panel to switch to when cancelling.
|
protected SPSettingPanel |
SPQuestionPanel.nextPanel
Panel to switch to when pressing next.
|
Modifier and Type | Method and Description |
---|---|
SPMainMenuConfig |
SPMainMenuPanel.addMenu(SPSettingPanel panel)
Hooks together a SPSettingPanel to the main menu, and adds a GUI listing
on the main menu.
|
SPMainMenuConfig |
SPMainMenuPanel.addMenu(SPSettingPanel panel,
boolean checkBoxPresent,
lev.gui.LSaveFile save,
java.lang.Enum setting)
Hooks together a SPSettingPanel to the main menu, and adds a GUI listing
on the main menu.
|
SPMainMenuConfig |
SPMainMenuPanel.addMenu(SPSettingPanel panel,
java.awt.Color c,
boolean checkBoxPresent,
lev.gui.LSaveFile save,
java.lang.Enum setting)
Hooks together a SPSettingPanel to the main menu, and adds a GUI listing
on the main menu.
|
void |
SPMainMenuPanel.openPanel(SPSettingPanel panel)
Opens and displays a panel.
|
void |
SPQuestionPanel.setBack(SPSettingPanel in) |
void |
SPQuestionPanel.setCancel(SPSettingPanel in) |
void |
SPQuestionPanel.setNext(SPSettingPanel in) |
void |
SPMainMenuPanel.setWelcomePanel(SPSettingPanel panel)
Sets a panel to be displayed upon opening the program.
|
Constructor and Description |
---|
SPQuestionPanel(SPMainMenuPanel parent_,
java.lang.String title,
java.awt.Color headerColor,
SPSettingPanel cancel,
SPSettingPanel back) |