Generators

Uses of Interface
org.topcased.properties.configurator.Tab

Packages that use Tab
org.topcased.properties.configurator   
org.topcased.properties.configurator.util   
 

Uses of Tab in org.topcased.properties.configurator
 

Methods in org.topcased.properties.configurator that return Tab
 Tab PropertiesConfiguratorFactory.createTab()
          Returns a new object of class 'Tab'.
 Tab Tab.getAfterTab()
          Returns the value of the 'After Tab' reference.
 Tab AbstractSection.getTab()
          Returns the value of the 'Tab' container reference.
 

Methods in org.topcased.properties.configurator with parameters of type Tab
 void Tab.setAfterTab(Tab value)
          Sets the value of the 'After Tab' reference.
 void AbstractSection.setTab(Tab value)
          Sets the value of the 'Tab' container reference.
 

Uses of Tab in org.topcased.properties.configurator.util
 

Methods in org.topcased.properties.configurator.util with parameters of type Tab
 java.lang.Object PropertiesConfiguratorSwitch.caseTab(Tab object)
          Returns the result of interpretting the object as an instance of 'Tab'.
 


Generators

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.