Uses of Interface
org.opencms.ui.editors.I_CmsEditor
-
Packages that use I_CmsEditor Package Description org.opencms.ui.apps Contains code for workplace apps.org.opencms.ui.editors The available content editors.org.opencms.ui.editors.messagebundle 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_CmsEditor Modifier and Type Method Description I_CmsEditor
CmsWorkplaceAppManager. getEditorForResource(CmsObject cms, CmsResource resource, boolean plainText)
Returns the editor for the given resource.I_CmsEditor
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_CmsEditor Modifier and Type Class Description class
A_CmsFrameEditor
Class to extended by frame based editors.class
CmsAcaciaEditor
The acacia XML content editor.class
CmsSourceEditor
The plain text editor.class
CmsXmlContentEditor
The acacia XML content editor.class
CmsXmlPageEditor
The acacia XML content editor.Methods in org.opencms.ui.editors that return I_CmsEditor Modifier and Type Method Description I_CmsEditor
CmsAcaciaEditor. newInstance()
I_CmsEditor
CmsSourceEditor. newInstance()
I_CmsEditor
CmsXmlContentEditor. newInstance()
I_CmsEditor
CmsXmlPageEditor. newInstance()
I_CmsEditor
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_CmsEditor Modifier and Type Class Description class
CmsMessageBundleEditor
Controller for the VAADIN UI of the Message Bundle Editor.Methods in org.opencms.ui.editors.messagebundle that return I_CmsEditor Modifier and Type Method Description I_CmsEditor
CmsMessageBundleEditor. newInstance()
-