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

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

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

Methods in net.sf.freecol.client.gui.panel that return UnitLabel
 UnitLabel EuropePanel.getSelectedUnitLabel()
          Returns the currently select unit.
 UnitLabel ColonyPanel.getSelectedUnitLabel()
          Returns the currently select unit.
 

Methods in net.sf.freecol.client.gui.panel that return types with arguments of type UnitLabel
 java.util.List<UnitLabel> BuildingPanel.getUnitLabels()
           
 

Methods in net.sf.freecol.client.gui.panel with parameters of type UnitLabel
 javax.swing.JPopupMenu DragListener.getUnitMenu(UnitLabel unitLabel)
           
 void EuropePanel.setSelectedUnitLabel(UnitLabel unitLabel)
          Selects a unit that is located somewhere on this panel.
 void ColonyPanel.setSelectedUnitLabel(UnitLabel unitLabel)
          Selects a unit that is located somewhere on this panel.