rails.common
Class GuiDef

java.lang.Object
  extended by rails.common.GuiDef

public class GuiDef
extends java.lang.Object


Nested Class Summary
static class GuiDef.ClassName
          Identifiers and default names for configurable UI classes
static class GuiDef.Panel
          Definitions for UI window types, used by the server to pass visibility hints to the UI.
static class GuiDef.Parm
          Definitions for key/value pairs in the communication between GameManager and GameUIManager.
 
Constructor Summary
GuiDef()
           
 
Method Summary
static java.lang.String getDefaultClassName(GuiDef.ClassName key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiDef

public GuiDef()
Method Detail

getDefaultClassName

public static java.lang.String getDefaultClassName(GuiDef.ClassName key)