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

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

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

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

Methods in org.scrashmeow.ojb.console.config with parameters of type NavRef
 void Toolbar.addNavRef(NavRef vNavRef)
          Method addNavRef
 void Toolbar.addNavRef(int index, NavRef vNavRef)
          Method addNavRef
 boolean Toolbar.removeNavRef(NavRef vNavRef)
          Method removeNavRef
 void Toolbar.setNavRef(int index, NavRef vNavRef)
          Method setNavRef
 void Toolbar.setNavRef(NavRef[] navRefArray)
          Method setNavRef
 void Tabs.addNavRef(NavRef vNavRef)
          Method addNavRef
 void Tabs.addNavRef(int index, NavRef vNavRef)
          Method addNavRef
 boolean Tabs.removeNavRef(NavRef vNavRef)
          Method removeNavRef
 void Tabs.setNavRef(int index, NavRef vNavRef)
          Method setNavRef
 void Tabs.setNavRef(NavRef[] navRefArray)
          Method setNavRef
 



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