Uses of Interface
com.japisoft.xmlappkit.editor.XMLEditor

Packages that use XMLEditor
com.japisoft.xmlappkit   
com.japisoft.xmlappkit.editor   
com.japisoft.xmlappkit.editor.source   
demo   
 

Uses of XMLEditor in com.japisoft.xmlappkit
 

Methods in com.japisoft.xmlappkit that return XMLEditor
 XMLEditor TabbedPaneEditorsView.getSelectedXMLEditor()
           
 XMLEditor XMLAppContainer.getInitialXMLEditor()
           
 XMLEditor XMLEditorsModel.xmlEditorAt(int index)
           
 XMLEditor XMLEditorsModel.xmlEditorByName(java.lang.String name)
           
 XMLEditor XMLEditorsModel.xmlEditorByView(javax.swing.JComponent view)
           
 XMLEditor XMLEditorsView.getSelectedXMLEditor()
           
 

Methods in com.japisoft.xmlappkit with parameters of type XMLEditor
 void TabbedPaneEditorsView.setEnabled(XMLEditor editor, boolean enabled)
           
 void TabbedPaneEditorsView.selectXMLEditor(XMLEditor editor)
           
 void XMLAppContainer.setInitialXMLEditor(XMLEditor editor)
          Select this editor as the default active editor
 void XMLEditorSelectionListener.xmlEditorSelected(XMLEditor oldSelection, XMLEditor newSelection)
          Notify the listener that this editor has been selected by the view
 void XMLEditorsModel.addXMLEditor(XMLEditor editor)
          Add a new XMLEditor
 void XMLEditorsModel.removeXMLEditor(XMLEditor editor)
          Remove an XMLEditor
 void XMLEditorsModel.addXMLEditor(XMLEditor editor, int index)
          Add a new XMLEditor for this index
 void XMLEditorsView.selectXMLEditor(XMLEditor editor)
          Select an XMLEditor from the XMLEditorModel content
 void XMLEditorsView.setEnabled(XMLEditor editor, boolean enabled)
          Enabled/Disabled this editor
 

Uses of XMLEditor in com.japisoft.xmlappkit.editor
 

Classes in com.japisoft.xmlappkit.editor that implement XMLEditor
 class AbstractXMLEditor
          Set of facility for creating a new XML editor.
 

Uses of XMLEditor in com.japisoft.xmlappkit.editor.source
 

Classes in com.japisoft.xmlappkit.editor.source that implement XMLEditor
 class SourceXMLEditor
          Editor for source
 

Uses of XMLEditor in demo
 

Classes in demo that implement XMLEditor
 class Group1Editor
          Here a an editor sample for the group1 tag.