Uses of Class
net.sf.freecol.client.gui.panel.ColopediaPanel.PanelType

Packages that use ColopediaPanel.PanelType
net.sf.freecol.client.gui.panel Contains the panels and dialogs. 
 

Uses of ColopediaPanel.PanelType in net.sf.freecol.client.gui.panel
 

Methods in net.sf.freecol.client.gui.panel that return ColopediaPanel.PanelType
static ColopediaPanel.PanelType ColopediaPanel.PanelType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColopediaPanel.PanelType[] ColopediaPanel.PanelType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.freecol.client.gui.panel with parameters of type ColopediaPanel.PanelType
 void ColopediaPanel.initialize(ColopediaPanel.PanelType panelType, FreeColGameObjectType type)
          Prepares this panel to be displayed.
 void ColopediaPanel.selectDetail(ColopediaPanel.PanelType panelType, FreeColGameObjectType type)
           
 

Constructors in net.sf.freecol.client.gui.panel with parameters of type ColopediaPanel.PanelType
ColopediaPanel(Canvas parent, ColopediaPanel.PanelType panelType, FreeColGameObjectType objectType)
          The constructor that will add the items to this panel.