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

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

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.
 

Uses of EditablePanel in com.jaxfront.swing.ui.editor
 

Classes in com.jaxfront.swing.ui.editor that implement EditablePanel
 class AbstractEditorPanel
          AbstractEditorPanel is an abstract class which is responsible for visualizing the JAXFront type tree.
 class EditorPanel
          A instance of this class can be used to visualize a jaxfront tree with its types.