Uses of Class
net.sf.freecol.client.gui.panel.ChoiceItem

Packages that use ChoiceItem
net.sf.freecol.client.gui Contains the GUI classes. 
net.sf.freecol.client.gui.panel Contains the panels and dialogs. 
 

Uses of ChoiceItem in net.sf.freecol.client.gui
 

Method parameters in net.sf.freecol.client.gui with type arguments of type ChoiceItem
<T> T
Canvas.showChoiceDialog(java.lang.String text, java.lang.String cancelText, java.util.List<ChoiceItem<T>> choices)
          Displays a dialog with a text and a cancel-button, in addition to buttons for each of the objects returned for the given Iterator.
 

Uses of ChoiceItem in net.sf.freecol.client.gui.panel
 

Methods in net.sf.freecol.client.gui.panel that return types with arguments of type ChoiceItem
static
<T> FreeColDialog<ChoiceItem<T>>
FreeColDialog.createChoiceDialog(java.lang.String text, java.lang.String cancelText, java.util.List<ChoiceItem<T>> choices)
          Creates a new FreeColDialog with a text and a cancel-button, in addition to buttons for each of the objects in the given array.
 

Method parameters in net.sf.freecol.client.gui.panel with type arguments of type ChoiceItem
static
<T> FreeColDialog<ChoiceItem<T>>
FreeColDialog.createChoiceDialog(java.lang.String text, java.lang.String cancelText, java.util.List<ChoiceItem<T>> choices)
          Creates a new FreeColDialog with a text and a cancel-button, in addition to buttons for each of the objects in the given array.