Uses of Class
com.japisoft.xmlpad.editor.XMLEditor

Packages that use XMLEditor
com.japisoft.xmlpad   
com.japisoft.xmlpad.action   
com.japisoft.xmlpad.editor   
com.japisoft.xmlpad.helper   
com.japisoft.xmlpad.look   
 

Uses of XMLEditor in com.japisoft.xmlpad
 

Methods in com.japisoft.xmlpad that return XMLEditor
 XMLEditor ComponentFactory.getNewXMLEditor()
          create a default XMLEditor
 XMLEditor UIAccessibility.getEditor()
           
 XMLEditor XMLContainer.getEditor()
          Deprecated. use getUIAccessibility().getEditor()
 

Methods in com.japisoft.xmlpad with parameters of type XMLEditor
 void XMLContainer.resetEditor(XMLEditor editor)
          Particular case for using the good editor with focus.
 

Uses of XMLEditor in com.japisoft.xmlpad.action
 

Methods in com.japisoft.xmlpad.action that return XMLEditor
 XMLEditor XMLAction.getXMLEditor()
           
 

Methods in com.japisoft.xmlpad.action with parameters of type XMLEditor
 void XMLAction.setXMLEditor(XMLEditor editor)
          Set the current XMLEditor for action
 void ActionGroup.resetActionState(XMLEditor editor, com.japisoft.xmlpad.XMLContainer container)
          Updage action for this group for working on this editor and this container
static void ActionModel.resetActionState(XMLEditor editor, com.japisoft.xmlpad.XMLContainer container)
          Deprecated. Use only the version with the XMLContainer as parameter Reset the current Action state for this editor and this container, thus action will work on the good editor.
static boolean ActionModel.activeActionByName(java.lang.String name, com.japisoft.xmlpad.XMLContainer container, XMLEditor editor)
          Active an action changing the current container and editor this these ones.
 

Uses of XMLEditor in com.japisoft.xmlpad.editor
 

Methods in com.japisoft.xmlpad.editor that return XMLEditor
 XMLEditor XMLDocument.getCurrentEditor()
           
 

Methods in com.japisoft.xmlpad.editor with parameters of type XMLEditor
 void XMLDocument.setEditor(XMLEditor editor)
           
 

Constructors in com.japisoft.xmlpad.editor with parameters of type XMLEditor
XMLDocument(XMLEditor editor)
          Creates a new DefaultXMLDocument instance.
 

Uses of XMLEditor in com.japisoft.xmlpad.helper
 

Methods in com.japisoft.xmlpad.helper with parameters of type XMLEditor
 void AbstractHelper.setEditor(XMLEditor editor)
          For inner usage
 void Helper.setEditor(XMLEditor editor)
          For inner usage
 

Uses of XMLEditor in com.japisoft.xmlpad.look
 

Methods in com.japisoft.xmlpad.look with parameters of type XMLEditor
 void DefaultLook.install(com.japisoft.xmlpad.XMLContainer container, XMLEditor editor)
          Change the graphics attributes of this editor
 void DefaultLook.uninstall(XMLEditor editor)
           
 void IELook.install(com.japisoft.xmlpad.XMLContainer container, XMLEditor editor)
          Change the graphics attributes of this editor
 void IELook.uninstall(XMLEditor editor)
           
 void Look.install(com.japisoft.xmlpad.XMLContainer container, XMLEditor editor)
          Update the graphics attributes for this editor
 void Look.uninstall(XMLEditor editor)
          Remove the graphics attributs for this editor
static void LookManager.install(com.japisoft.xmlpad.XMLContainer container, XMLEditor editor)
          Install a look for the above editor
 void MozillaLook.install(com.japisoft.xmlpad.XMLContainer container, XMLEditor editor)
           
 void XMLPadLook.install(com.japisoft.xmlpad.XMLContainer container, XMLEditor editor)