Package org.opencms.workplace.editors

Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.

See:
          Description

Interface Summary
I_CmsEditorActionHandler Provides a method for performing an individual action if the user pressed a special button in the editor.
I_CmsEditorHandler Provides a method for selecting an individual file editor.
I_CmsEditorTypeMatcher Provides a method for assigning additional resource types to editors.
 

Class Summary
CmsDefaultPageEditor Provides methods for building editors for the CmsDefaultPage page type.
CmsDialogElement Contains the setup information about a single dialog element.
CmsDialogElements Provides methods for the editor elements dialog.
CmsDialogProperty Provides methods for the special xmlpage property dialog.
CmsEditor Provides basic methods for building the file editors of OpenCms.
CmsEditorActionDefault Provides a method to perform a user defined action when editing a page.
CmsEditorDisplayOptions Provides methods to determine the display options of a workplace editor for the current user.
CmsEditorFrameset Helper class to create the editor frameset.
CmsEditorHandler This editor handler class returns the editor URI depending on various factors.
CmsEditorSelector Selects the dialog which should be displayed by OpenCms depending on the configuration value.
CmsLEditEditor Creates the output for editing a resource.
CmsMSDHtmlEditor Creates the output for editing a CmsDefaultPage with the MS DHTML control editor.
CmsSimpleEditor Creates the output for editing a resource (text or JSP files).
CmsSimplePageEditor Creates the output for editing a CmsDefaultPage with the simple textarea editor.
CmsWorkplaceEditorConfiguration Single editor configuration object.
CmsWorkplaceEditorManager The editor manager stores information about all available configured editors in OpenCms.
CmsXmlContentEditor Creates the editor for XML content definitions.
CmsXmlContentEditorTypeMatcher Implementation of an additionional editor resource type matcher for xmlcontent resources.
CmsXmlContentWidgetVisitor Visitor implementation that collects the different widgets for all visited values and all widgets for the found values.
 

Package org.opencms.workplace.editors Description

Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.

Also included is a handler to determine which editor is used depending on the resource type, user preferences and the clients browser.

Since:
6.0.0
Version:
$Revision: 1.6 $