Uses of Class
net.sf.freecol.client.gui.action.DisplayTileTextAction.DisplayText

Packages that use DisplayTileTextAction.DisplayText
net.sf.freecol.client.gui Contains the GUI classes. 
net.sf.freecol.client.gui.action Contains the Actions used by the GUI in menus and other places. 
 

Uses of DisplayTileTextAction.DisplayText in net.sf.freecol.client.gui
 

Methods in net.sf.freecol.client.gui with parameters of type DisplayTileTextAction.DisplayText
 void GUI.setDisplayTileText(DisplayTileTextAction.DisplayText tileTextType)
          Set the type of text drawn in the tiles.
 

Uses of DisplayTileTextAction.DisplayText in net.sf.freecol.client.gui.action
 

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