Uses of Class
ch.sahits.game.graphic.layout.AbstractSelectableComponent

Packages that use AbstractSelectableComponent
ch.sahits.game.graphic.layout   
 

Uses of AbstractSelectableComponent in ch.sahits.game.graphic.layout
 

Subclasses of AbstractSelectableComponent in ch.sahits.game.graphic.layout
 class RadioButton
          Implementable selecteable Radio button.
 

Fields in ch.sahits.game.graphic.layout with type parameters of type AbstractSelectableComponent
private  LinkedList<AbstractSelectableComponent> SelectableGroup.selectables
           
 

Methods in ch.sahits.game.graphic.layout with parameters of type AbstractSelectableComponent
 void SelectableGroup.add(AbstractSelectableComponent selectable)
          Add a new selectable to the group
 void SelectableGroup.remove(AbstractSelectableComponent selectable)
          Remove a selectable.
 void SelectableGroup.unselectOthers(AbstractSelectableComponent selected)
          Unselect all other selectables than the the passed
 



Copyright © 2011 Sahits GmbH. All Rights Reserved.