| 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.editors |
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsEditorHandler |
CmsWorkplaceManager.getEditorHandler()
Returns the instantiated editor handler class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsWorkplaceManager.setEditorHandler(I_CmsEditorHandler clazz)
Sets the editor handler class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsEditorHandler
This editor handler class returns the editor URI depending on various factors.
|