Uses of Interface
com.orchestranetworks.userservice.UserServiceTab
-
Packages that use UserServiceTab Package Description com.orchestranetworks.userservice A public API for user services. -
-
Uses of UserServiceTab in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice that return UserServiceTab Modifier and Type Method Description UserServiceTabUserServiceTabbedPane. newTab(UserMessage aTitle, UserServicePane aPane)Create a new tab.UserServiceTabUserServiceTabbedPane. newTab(UIFormLabelSpec aTitle, UserServicePane aPane)Create a new tab.UserServiceTabUserServiceTabbedPane. newTab(ObjectKey anObjectKey, Path aPath)Creates a new tab containing a standard pane representingaPathchildren.UserServiceTabUserServiceTabbedPane. newTab(UserServicePane aPane)Creates a new tab.UserServiceTabUserServiceTabbedPane. newTab(String aTitle, UserServicePane aPane)Creates a new tab.Methods in com.orchestranetworks.userservice that return types with arguments of type UserServiceTab Modifier and Type Method Description List<UserServiceTab>UserServiceTabbedPane. newTabsFromPath(ObjectKey anObjectKey, Path aPath)Iterates through a path and its children to create a tab for each path which should be displayed in the tab.Methods in com.orchestranetworks.userservice with parameters of type UserServiceTab Modifier and Type Method Description voidUserServiceTabbedPane. addAllTabs(UserServiceTab... tabs)Writes an array of tabs.voidUserServiceTabbedPane. addTab(UserServiceTab aTab)Adds a tab.Method parameters in com.orchestranetworks.userservice with type arguments of type UserServiceTab Modifier and Type Method Description voidUserServiceTabbedPane. addAllTabs(List<UserServiceTab> tabs)Adds a list of tabs.
-