| 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 |
|---|---|
CmsToolUserData |
CmsWorkplaceSettings.getToolUserData()
Returns the new admin view tool User Data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsWorkplaceSettings.setToolUserData(CmsToolUserData toolUserData)
Sets the new admin view tool User Data.
|
| Modifier and Type | Method and Description |
|---|---|
CmsToolUserData |
CmsToolManager.getUserData(CmsWorkplace wp)
Returns the
object for a given user. |