Uses of Class
org.scrashmeow.ojb.console.config.Tabs

Packages that use Tabs
org.scrashmeow.ojb.console.config Provides the object/xml classes for the application's internal configuration (code-generated). 
org.scrashmeow.ojb.console.service Provides the classes that define services for the web application. 
 

Uses of Tabs in org.scrashmeow.ojb.console.config
 

Methods in org.scrashmeow.ojb.console.config that return Tabs
static Tabs Tabs.unmarshal(java.io.Reader reader)
          Method unmarshal
 Tabs OjbConsole.getTabs(int index)
          Method getTabs
 Tabs[] OjbConsole.getTabs()
          Method getTabs
 

Methods in org.scrashmeow.ojb.console.config with parameters of type Tabs
 void OjbConsole.addTabs(Tabs vTabs)
          Method addTabs
 void OjbConsole.addTabs(int index, Tabs vTabs)
          Method addTabs
 boolean OjbConsole.removeTabs(Tabs vTabs)
          Method removeTabs
 void OjbConsole.setTabs(int index, Tabs vTabs)
          Method setTabs
 void OjbConsole.setTabs(Tabs[] tabsArray)
          Method setTabs
 

Uses of Tabs in org.scrashmeow.ojb.console.service
 

Methods in org.scrashmeow.ojb.console.service that return Tabs
protected  Tabs ConfigServiceImpl.getTabs(java.lang.String id)
          Method getTabs @add-javadoc!!!
 



Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.