Uses of Class
org.jtheque.core.managers.view.able.components.StateBarComponent

Packages that use StateBarComponent
org.jtheque.core.managers.view Contains the view manager. 
org.jtheque.core.managers.view.listeners Contains the listeners of the view. 
 

Uses of StateBarComponent in org.jtheque.core.managers.view
 

Methods in org.jtheque.core.managers.view that return types with arguments of type StateBarComponent
 java.util.List<StateBarComponent> ViewManager.getStateBarComponents()
           
 java.util.List<StateBarComponent> IViewManager.getStateBarComponents()
          Return all the statebar components.
 

Methods in org.jtheque.core.managers.view with parameters of type StateBarComponent
 void ViewManager.addStateBarComponent(StateBarComponent component)
           
 void IViewManager.addStateBarComponent(StateBarComponent component)
          Add a statebar component.
 void ViewManager.removeStateBarComponent(StateBarComponent component)
           
 void IViewManager.removeStateBarComponent(StateBarComponent component)
          Remove the specified statebar component.
 

Uses of StateBarComponent in org.jtheque.core.managers.view.listeners
 

Methods in org.jtheque.core.managers.view.listeners that return StateBarComponent
 StateBarComponent StateBarEvent.getComponent()
          Return the component linked to the event.
 

Constructors in org.jtheque.core.managers.view.listeners with parameters of type StateBarComponent
StateBarEvent(java.lang.Object source, StateBarComponent component)
          Construct a new StateBarEvent.
 



Copyright © 2009 JTheque. All Rights Reserved.