Uses of Class
com.jaxfront.swing.ui.editor.AbstractEditorPanel

Packages that use AbstractEditorPanel
com.jaxfront.swing.ui.beans   
com.jaxfront.swing.ui.editor   
com.jaxfront.swing.ui.tools   
com.jaxfront.swing.ui.visualizers   
 

Uses of AbstractEditorPanel in com.jaxfront.swing.ui.beans
 

Constructors in com.jaxfront.swing.ui.beans with parameters of type AbstractEditorPanel
MessageTable(TypeWorkspace workspace, AbstractEditorPanel editor)
          MessageTable constructor.
 

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

Subclasses of AbstractEditorPanel in com.jaxfront.swing.ui.editor
 class EditorPanel
          A instance of this class can be used to visualize a jaxfront tree with its types.
 

Methods in com.jaxfront.swing.ui.editor that return AbstractEditorPanel
 AbstractEditorPanel NavigationTree.getEditor()
           
 

Methods in com.jaxfront.swing.ui.editor with parameters of type AbstractEditorPanel
 java.net.URL TemplateFileChooser.saveAsChooser(java.net.URL xsdURL, java.net.URL xuiURL, AbstractEditorPanel editor)
           
 java.net.URL ResourceChooser.saveAsChooser(java.net.URL xsdURL, java.net.URL xuiURL, AbstractEditorPanel editor)
          Should open a location chooser to save the xui.
 

Constructors in com.jaxfront.swing.ui.editor with parameters of type AbstractEditorPanel
ErrorMessageStatusBar(TypeWorkspace workspace, AbstractEditorPanel editor)
          Creates an instance of ErrorMessageStatusBar.
NavigationTree(AbstractEditorPanel editor, java.util.List treeTypes)
          Creates an instance of DocumentNavigationTree with the specified types
TypeWorkspace(AbstractEditorPanel editor)
          Creates an instance of TypeWorkspace that would be hold af an AbstractEditorPanel
 

Uses of AbstractEditorPanel in com.jaxfront.swing.ui.tools
 

Methods in com.jaxfront.swing.ui.tools with parameters of type AbstractEditorPanel
static Type FocusHelper.getLastVisibleTreeNode(java.util.List path, AbstractEditorPanel editor)
           
static void FocusHelper.selectViewPathTypes(java.util.List path, AbstractEditorPanel editor, AbstractView errorView, boolean openDialog)
           
 

Uses of AbstractEditorPanel in com.jaxfront.swing.ui.visualizers
 

Methods in com.jaxfront.swing.ui.visualizers that return AbstractEditorPanel
 AbstractEditorPanel JavaSwingFactory.removeEditor(Document DOM)
          Removes the given Document from the editors.