Uses of Interface
org.jtheque.core.managers.view.able.components.TabComponent

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

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

Methods in org.jtheque.core.managers.view that return TabComponent
 TabComponent WindowManager.getSelectedView()
           
 TabComponent Views.getSelectedView()
          Return the selected view.
 

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

Methods in org.jtheque.core.managers.view with parameters of type TabComponent
 void ViewManager.addTabComponent(TabComponent component)
           
 void IViewManager.addTabComponent(TabComponent component)
          Add a tab component.
 void ViewManager.removeTabComponent(TabComponent component)
           
 void IViewManager.removeTabComponent(TabComponent component)
          Remove a tab component.
 void WindowManager.setSelectedView(TabComponent component)
           
 void Views.setSelectedView(TabComponent component)
          Set the selected view.
 

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

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

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



Copyright © 2009 JTheque. All Rights Reserved.