| Package | Description |
|---|---|
| com.orchestranetworks.userservice |
A public API for user services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserServiceRootTabbedPane
This layout divides the workspace into a set of
tabs. |
interface |
UserServiceTabbedPane
This layout divides the pane into a set of
tabs. |
| Modifier and Type | Method and Description |
|---|---|
UserServicePane |
UserServiceTab.getPane()
Returns the pane associated with this tab.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserServicePaneWriter.addPane(UserServicePane aPane)
Adds a pane.
|
UserServiceTab |
UserServiceTabbedPane.newTab(String aTitle,
UserServicePane aPane)
Creates a new tab.
|
UserServiceTab |
UserServiceTabbedPane.newTab(UIFormLabelSpec aTitle,
UserServicePane aPane)
Create a new tab.
|
UserServiceTab |
UserServiceTabbedPane.newTab(UserMessage aTitle,
UserServicePane aPane)
Create a new tab.
|
UserServiceTab |
UserServiceTabbedPane.newTab(UserServicePane aPane)
Creates a new tab.
|
void |
UserServiceDisplayConfigurator.setContent(UserServicePane aCallback)
Sets a callback used for rendering a pane.
|
void |
UserServiceTab.setPane(UserServicePane aPane)
Returns the pane associated with this tab.
|