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

Packages that use XMLEditor
com.japisoft.xmlpad   
com.japisoft.xmlpad.action   
com.japisoft.xmlpad.bean   
com.japisoft.xmlpad.look   
 

Uses of XMLEditor in com.japisoft.xmlpad
 

Methods in com.japisoft.xmlpad that return XMLEditor
 XMLEditor XMLContainer.getEditor()
           
 XMLEditor ComponentFactory.getNewXMLEditor()
          create a new xmleditor
 

Uses of XMLEditor in com.japisoft.xmlpad.action
 

Methods in com.japisoft.xmlpad.action with parameters of type XMLEditor
 void XMLAction.setXMLEditor(XMLEditor editor)
          Set the current XMLEditor for action
static void ActionModel.resetActionState(XMLEditor editor, XMLContainer container)
          Reset the current Action state for this editor and this container, thus action will work on the good editor
 void ActionGroup.resetActionState(XMLEditor editor, XMLContainer container)
          Updage action for this group for working on this editor and this container
 

Uses of XMLEditor in com.japisoft.xmlpad.bean
 

Methods in com.japisoft.xmlpad.bean that return XMLEditor
 XMLEditor DefaultXMLDocument.getEditor()
           
 

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

Uses of XMLEditor in com.japisoft.xmlpad.look
 

Fields in com.japisoft.xmlpad.look declared as XMLEditor
static XMLEditor LookManager.currentEditor
           
 

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