|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WizardPanel | |
org.gjt.universe.gui |
Uses of WizardPanel in org.gjt.universe.gui |
Subclasses of WizardPanel in org.gjt.universe.gui | |
class |
GUIGameOptionPanels
This class gets the game options from the user at the start of the game. |
class |
GUISchemeChoicePanel
|
(package private) class |
MultiPlayerStart.ClientConnect
|
(package private) class |
MultiPlayerStart.ClientSetup
|
(package private) class |
MultiPlayerStart.ConnectionSetup
|
(package private) class |
MultiPlayerStart.ServerSetup
|
Fields in org.gjt.universe.gui declared as WizardPanel | |
private WizardPanel |
WizardPanel.last
|
private WizardPanel |
WizardPanel.next
|
(package private) WizardPanel |
WizardDialog.wpCurrent
|
Methods in org.gjt.universe.gui that return WizardPanel | |
WizardPanel |
WizardPanel.getLast()
|
WizardPanel |
WizardPanel.getNext()
|
Methods in org.gjt.universe.gui with parameters of type WizardPanel | |
void |
WizardPanel.appendWizardPanel(WizardPanel wp)
Add a wizard panel as the next panel in the sequence. |
void |
WizardPanel.setLast(WizardPanel p)
|
void |
WizardPanel.setNext(WizardPanel p)
|
void |
WizardDialog.setStartingPanel(WizardPanel p)
Set the starting panel for the wizard dialog The Default size is the preferred size of the first panel. |
void |
WizardDialog.appendWizardPanel(WizardPanel wp)
add another WizardPanel to the sequence. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |