Uses of Class
net.sf.freecol.client.gui.panel.EventPanel.EventType

Packages that use EventPanel.EventType
net.sf.freecol.client.gui.panel Contains the panels and dialogs. 
 

Uses of EventPanel.EventType in net.sf.freecol.client.gui.panel
 

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

Constructors in net.sf.freecol.client.gui.panel with parameters of type EventPanel.EventType
EventPanel(Canvas parent, EventPanel.EventType type)
          The constructor that will add the items to this panel.