Uses of Interface
com.orchestranetworks.userservice.UserServiceTab
Packages that use UserServiceTab
-
Uses of UserServiceTab in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice that return UserServiceTabModifier and TypeMethodDescriptionUserServiceTabbedPane.newTab(UserMessage aTitle, UserServicePane aPane) Create a new tab.UserServiceTabbedPane.newTab(UIFormLabelSpec aTitle, UserServicePane aPane) Create a new tab.Creates a new tab containing a standard pane representingaPathchildren.UserServiceTabbedPane.newTab(UserServicePane aPane) Creates a new tab.UserServiceTabbedPane.newTab(String aTitle, UserServicePane aPane) Creates a new tab.Methods in com.orchestranetworks.userservice that return types with arguments of type UserServiceTabModifier and TypeMethodDescriptionUserServiceTabbedPane.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 UserServiceTabModifier and TypeMethodDescriptionvoidUserServiceTabbedPane.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 UserServiceTabModifier and TypeMethodDescriptionvoidUserServiceTabbedPane.addAllTabs(List<UserServiceTab> tabs) Adds a list of tabs.