| Package | Description |
|---|---|
| com.orchestranetworks.userservice |
A public API for user services.
|
| Modifier and Type | Method and Description |
|---|---|
UserServiceTab |
UserServiceTabbedPane.newTab(ObjectKey anObjectKey,
Path aPath)
Creates a new tab containing a standard pane representing
aPath children. |
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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserServiceTabbedPane.addAllTabs(UserServiceTab... tabs)
Writes an array of tabs.
|
void |
UserServiceTabbedPane.addTab(UserServiceTab aTab)
Adds a tab.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserServiceTabbedPane.addAllTabs(List<UserServiceTab> tabs)
Adds a list of tabs.
|