Uses of Interface
org.jtheque.core.managers.view.impl.components.config.ConfigTabComponent

Packages that use ConfigTabComponent
org.jtheque.core.managers.view Contains the view manager. 
org.jtheque.core.managers.view.able Interfaces of the view. 
org.jtheque.core.managers.view.impl.components.config Contains all the panels for the configuration. 
org.jtheque.core.managers.view.impl.frame Contains the frames of the application. 
org.jtheque.core.managers.view.listeners Contains the listeners of the view. 
 

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

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

Methods in org.jtheque.core.managers.view with parameters of type ConfigTabComponent
 void ViewManager.addConfigTabComponent(ConfigTabComponent component)
           
 void IViewManager.addConfigTabComponent(ConfigTabComponent component)
          Add config tab component.
 void ViewManager.removeConfigTabComponent(ConfigTabComponent component)
           
 void IViewManager.removeConfigTabComponent(ConfigTabComponent component)
          Remove the specified config tab component.
 

Method parameters in org.jtheque.core.managers.view with type arguments of type ConfigTabComponent
 void ViewManager.setConfigPanels(java.util.Collection<ConfigTabComponent> configPanels)
          Set the config panels.
 

Uses of ConfigTabComponent in org.jtheque.core.managers.view.able
 

Methods in org.jtheque.core.managers.view.able that return ConfigTabComponent
 ConfigTabComponent IConfigView.getSelectedPanelConfig()
          Return the selected config panel.
 

Uses of ConfigTabComponent in org.jtheque.core.managers.view.impl.components.config
 

Classes in org.jtheque.core.managers.view.impl.components.config that implement ConfigTabComponent
 class JPanelConfigAppearance
          A config panel for the appearance.
 class JPanelConfigNetwork
          Panneau de configuration du rĂ©seau.
 class JPanelConfigOthers
          Panneau de configuration des options diverses.
 

Uses of ConfigTabComponent in org.jtheque.core.managers.view.impl.frame
 

Methods in org.jtheque.core.managers.view.impl.frame that return ConfigTabComponent
 ConfigTabComponent ConfigView.getSelectedPanelConfig()
           
 

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

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

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



Copyright © 2009 JTheque. All Rights Reserved.