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_CmsEditorCssHandler Provides methods to determine the CSS style sheet URI for the editors based on the edited resource path.
I_CmsEditorHandler Provides a method for selecting an individual file editor.
I_CmsEditorTypeMatcher Provides a method for assigning additional resource types to editors.
I_CmsPreEditorActionDefinition Defines an action to be performed before the workplace editor is opened for the first time.
 

Class Summary
A_CmsPreEditorActionDefinition Defines an action to be performed before the workplace editor is opened for the first time.
CmsDefaultPageEditor Provides methods for building editors for the CmsDefaultPage page type.
CmsDialogCopyLanguage Provides methods for the editor copy language dialog.
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.
CmsEditorBase Base class for all editors that turns of time warp deletion inherited from CmsWorkplace.
CmsEditorCssHandlerDefault A default editor CSS handler to obtain the CSS style sheet path from the template property value of the template itself.
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.
CmsPreEditorAction Handles the actions that should be performed before opening the editor frameset.
CmsPreEditorActionDefinitionXmlContent Pre editor action for XML content resource types, checks if model files are available for the XML content to create in direct edit mode and shows the selection before opening the 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.8 $