| 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.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsEditor |
CmsWorkplaceAppManager.getEditorForResource(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.
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsEditor |
CmsAcaciaEditor.newInstance() |
I_CmsEditor |
CmsXmlPageEditor.newInstance() |
I_CmsEditor |
CmsXmlContentEditor.newInstance() |
I_CmsEditor |
CmsSourceEditor.newInstance() |
I_CmsEditor |
I_CmsEditor.newInstance()
Returns a new editor instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsMessageBundleEditor
Controller for the VAADIN UI of the Message Bundle Editor.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsEditor |
CmsMessageBundleEditor.newInstance() |