Uses of Interface
org.opencms.ui.editors.I_CmsEditor
Packages that use I_CmsEditor
Package
Description
Contains code for workplace apps.
The available content editors.
The data bindings and logic for the translator editor.
-
Uses of I_CmsEditor in org.opencms.ui.apps
Methods in org.opencms.ui.apps that return I_CmsEditorModifier and TypeMethodDescriptionCmsWorkplaceAppManager.getEditorForResource
(CmsObject cms, CmsResource resource, boolean plainText) Returns the editor for the given resource.CmsWorkplaceAppManager.getEditorForType
(I_CmsResourceType type, boolean plainText) Returns the editor for the given resource type. -
Uses of I_CmsEditor in org.opencms.ui.editors
Classes in org.opencms.ui.editors that implement I_CmsEditorModifier and TypeClassDescriptionclass
Class to extended by frame based editors.class
The acacia XML content editor.class
The plain text editor.class
The acacia XML content editor.class
The acacia XML content editor.Methods in org.opencms.ui.editors that return I_CmsEditorModifier and TypeMethodDescriptionCmsAcaciaEditor.newInstance()
CmsSourceEditor.newInstance()
CmsXmlContentEditor.newInstance()
CmsXmlPageEditor.newInstance()
I_CmsEditor.newInstance()
Returns a new editor instance. -
Uses of I_CmsEditor in org.opencms.ui.editors.messagebundle
Classes in org.opencms.ui.editors.messagebundle that implement I_CmsEditorModifier and TypeClassDescriptionclass
Controller for the VAADIN UI of the Message Bundle Editor.Methods in org.opencms.ui.editors.messagebundle that return I_CmsEditor