Uses of Class
rails.common.GuiDef.Panel

Packages that use GuiDef.Panel
rails.common   
 

Uses of GuiDef.Panel in rails.common
 

Fields in rails.common declared as GuiDef.Panel
(package private)  GuiDef.Panel GuiHints.VisibilityHint.type
           
 

Methods in rails.common that return GuiDef.Panel
 GuiDef.Panel GuiHints.getActivePanel()
           
 GuiDef.Panel GuiHints.VisibilityHint.getType()
           
static GuiDef.Panel GuiDef.Panel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GuiDef.Panel[] GuiDef.Panel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in rails.common with parameters of type GuiDef.Panel
 void GuiHints.setActivePanel(GuiDef.Panel activePanel)
           
 void GuiHints.setVisibilityHint(GuiDef.Panel type, boolean visibility)
           
 

Constructors in rails.common with parameters of type GuiDef.Panel
GuiHints.VisibilityHint(GuiDef.Panel type, boolean visibility)