Uses of Interface
org.hippoecm.frontend.editor.IEditorContext
-
Packages that use IEditorContext Package Description org.hippoecm.frontend.editor -
-
Uses of IEditorContext in org.hippoecm.frontend.editor
Methods in org.hippoecm.frontend.editor with parameters of type IEditorContext Modifier and Type Method Description IEditor<Node>
IEditorFactory. newEditor(IEditorContext manager, org.apache.wicket.model.IModel<Node> nodeModel, IEditor.Mode mode, IPluginConfig parameters)
Tries to create anIEditor
instance.Constructors in org.hippoecm.frontend.editor with parameters of type IEditorContext Constructor Description AbstractCmsEditor(IEditorContext editorContext, IPluginContext context, IPluginConfig parameters, org.apache.wicket.model.IModel<T> model, IEditor.Mode mode)
-