程序包 | 说明 |
---|---|
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.commons |
Contains often used OpenCms Workplace dialogs, for example
for file operations, user preferences and project based operations like publishing.
|
org.opencms.workplace.editors |
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsDialogHandler |
CmsWorkplaceManager.getDialogHandler(java.lang.String key)
Returns the instantiated dialog handler class for the key or null, if there is no mapping for the key.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.Map<java.lang.String,I_CmsDialogHandler> |
CmsWorkplaceManager.getDialogHandler()
Returns all instantiated dialog handlers for the workplace.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsWorkplaceManager.addDialogHandler(I_CmsDialogHandler clazz)
Adds a dialog handler instance to the list of configured dialog handlers.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsDelete
Provides methods for the delete resources dialog.
|
class |
CmsLock
Creates the dialogs for locking, unlocking or steal lock operations on a resource.
|
class |
CmsPropertyAdvanced
Provides methods for the properties dialog.
|
class |
CmsPropertyCustom
Provides methods for the customized property dialog.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsDialogProperty
Provides methods for the special xmlpage property dialog.
|