Uses of Interface
com.jaxfront.core.ui.EditablePanel

Packages that use EditablePanel
com.jaxfront.core.dom   
com.jaxfront.core.ui   
 

Uses of EditablePanel in com.jaxfront.core.dom
 

Methods in com.jaxfront.core.dom that return EditablePanel
 EditablePanel Document.getEditor()
          Returns the top level visual editor for this DOM if any, otherwise return null.
 

Uses of EditablePanel in com.jaxfront.core.ui
 

Methods in com.jaxfront.core.ui that return EditablePanel
 EditablePanel TypeVisualizerFactory.getEditor(Document DOM)
          Returns the cached top level editor for the passing DOM.
 EditablePanel TypeVisualizerFactory.registerEditor(Document DOM, EditablePanel editor)
          Register a top level editor for a DOM.
 

Methods in com.jaxfront.core.ui with parameters of type EditablePanel
 EditablePanel TypeVisualizerFactory.registerEditor(Document DOM, EditablePanel editor)
          Register a top level editor for a DOM.