| Package | Description |
|---|---|
| org.opencms.workplace.tools |
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.
|
| Modifier and Type | Method and Description |
|---|---|
CmsToolGroup |
CmsTool.getToolGroup(java.lang.String name)
Returns the requested group.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsToolGroup> |
CmsTool.getToolGroups()
Returns a list of groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsTool.addToolGroup(CmsToolGroup group)
Adds a group.
|
void |
CmsTool.addToolGroup(CmsToolGroup group,
float position)
Adds a group at the given position.
|