Uses of Class
universe.common.gui.WizardPanel

Packages that use WizardPanel
universe.common.gui   
universe.server.gui   
 

Uses of WizardPanel in universe.common.gui
 

Fields in universe.common.gui declared as WizardPanel
private  WizardPanel WizardPanel.last
           
private  WizardPanel WizardPanel.next
           
(package private)  WizardPanel WizardDialog.wpCurrent
           
 

Methods in universe.common.gui that return WizardPanel
 WizardPanel WizardPanel.getLast()
           
 WizardPanel WizardPanel.getNext()
           
 

Methods in universe.common.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.
 

Uses of WizardPanel in universe.server.gui
 

Subclasses of WizardPanel in universe.server.gui
 class GameOptionPanels
          This class gets the game options from the user at the start of the game.
 class SchemeChoicePanel
           
 



Copyright © 2001 Universe Dev Team All Rights Reserved.