| Package | Description |
|---|---|
| org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
| org.opencms.workplace.tools |
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.
|
| Modifier and Type | Method and Description |
|---|---|
CmsToolManager |
CmsWorkplaceManager.getToolManager()
Returns the tool manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsWorkplaceManager.setToolManager(CmsToolManager toolManager)
Sets the tool Manager object.
|
| Modifier and Type | Method and Description |
|---|---|
CmsToolManager |
CmsToolDialog.getToolManager()
Returns the tool manager.
|