Uses of Interface
com.orchestranetworks.userservice.UserServicePane
-
Packages that use UserServicePane Package Description com.orchestranetworks.userservice A public API for user services. -
-
Uses of UserServicePane in com.orchestranetworks.userservice
Subinterfaces of UserServicePane in com.orchestranetworks.userservice Modifier and Type Interface Description interfaceUserServiceRootTabbedPaneDeprecated.From 6.0.0,UserServiceDisplayConfigurator.newTabbedPane()now returns aUserServiceTabbedPane.interfaceUserServiceTabbedPaneThis layout divides the pane into a set oftabs.Methods in com.orchestranetworks.userservice that return UserServicePane Modifier and Type Method Description UserServicePaneUserServiceTab. getPane()Returns the pane associated with this tab.Methods in com.orchestranetworks.userservice with parameters of type UserServicePane Modifier and Type Method Description voidUserServicePaneWriter. addPane(UserServicePane aPane)Adds a pane.UserServiceTabUserServiceTabbedPane. newTab(UserMessage aTitle, UserServicePane aPane)Create a new tab.UserServiceTabUserServiceTabbedPane. newTab(UIFormLabelSpec aTitle, UserServicePane aPane)Create a new tab.UserServiceTabUserServiceTabbedPane. newTab(UserServicePane aPane)Creates a new tab.UserServiceTabUserServiceTabbedPane. 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.
-