| 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.explorer |
Contains the functions that generate the Workplace "Explorer" view, also contains
the "New resource" wizard.
|
| Modifier and Type | Method and Description |
|---|---|
CmsExplorerTypeAccess |
CmsWorkplaceManager.getDefaultAccess()
Gets the access object of the type settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsWorkplaceManager.setDefaultAccess(CmsExplorerTypeAccess access)
Sets the access object of the type settings.
|
| Modifier and Type | Method and Description |
|---|---|
CmsExplorerTypeAccess |
CmsExplorerTypeSettings.getAccess()
Gets the access object of the type settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsExplorerTypeAccessFlushListener.add(CmsExplorerTypeAccess access)
Adds a new access settings object to this listener.
|
void |
CmsExplorerTypeSettings.setAccess(CmsExplorerTypeAccess access)
Sets the access object of the type settings.
|