Uses of Interface
com.orchestranetworks.userservice.UserServicePane
Packages that use UserServicePane
-
Uses of UserServicePane in com.orchestranetworks.userservice
Subinterfaces of UserServicePane in com.orchestranetworks.userserviceModifier and TypeInterfaceDescriptioninterfaceDeprecated.interfaceThis layout divides the pane into a set oftabs.Methods in com.orchestranetworks.userservice that return UserServicePaneModifier and TypeMethodDescriptionUserServiceTab.getPane()Returns the pane associated with this tab.Methods in com.orchestranetworks.userservice with parameters of type UserServicePaneModifier and TypeMethodDescriptionvoidUserServicePaneWriter.addPane(UserServicePane aPane) Adds a pane.UserServiceTabbedPane.newTab(UserMessage aTitle, UserServicePane aPane) Create a new tab.UserServiceTabbedPane.newTab(UIFormLabelSpec aTitle, UserServicePane aPane) Create a new tab.UserServiceTabbedPane.newTab(UserServicePane aPane) Creates a new tab.UserServiceTabbedPane.newTab(String aTitle, UserServicePane aPane) Creates a new tab.voidUserServiceDisplayConfigurator.setContent(UserServicePane aCallback) Sets a callback used for rendering a pane.voidUserServiceTab.setPane(UserServicePane aPane) Returns the pane associated with this tab.
UserServiceDisplayConfigurator.newTabbedPane()now returns aUserServiceTabbedPane.