|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLEditor | |
com.japisoft.xmlpad | |
com.japisoft.xmlpad.action | |
com.japisoft.xmlpad.action.xml | |
com.japisoft.xmlpad.bean | |
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 |
XMLContainer.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 |
ActionGroup.resetActionState(XMLEditor editor,
XMLContainer container)
Updage action for this group for working on this editor and this container |
static void |
ActionModel.resetActionState(XMLEditor editor,
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,
XMLContainer container,
XMLEditor editor)
Active an action changing the current container and editor this these ones. |
void |
XMLAction.setXMLEditor(XMLEditor editor)
Set the current XMLEditor for action |
Uses of XMLEditor in com.japisoft.xmlpad.action.xml |
Methods in com.japisoft.xmlpad.action.xml with parameters of type XMLEditor | |
boolean |
RelaxNGValidator.validate(org.w3c.dom.Node doc,
org.xml.sax.ErrorHandler handler,
XMLContainer container,
XMLEditor editor)
|
boolean |
XMLValidator.validate(org.w3c.dom.Node n,
org.xml.sax.ErrorHandler handler,
XMLContainer container,
XMLEditor editor)
|
Uses of XMLEditor in com.japisoft.xmlpad.bean |
Methods in com.japisoft.xmlpad.bean that return XMLEditor | |
XMLEditor |
XMLDocument.getEditor()
|
Methods in com.japisoft.xmlpad.bean with parameters of type XMLEditor | |
void |
XMLDocument.setEditor(XMLEditor editor)
|
Constructors in com.japisoft.xmlpad.bean 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 | |
boolean |
AbstractHelper.show(XMLEditor editor,
int offset)
Show the helper on this editor at this offset location |
boolean |
Helper.show(XMLEditor editor,
int offset)
Show the helper at this offset |
Uses of XMLEditor in com.japisoft.xmlpad.look |
Methods in com.japisoft.xmlpad.look with parameters of type XMLEditor | |
void |
DefaultLook.install(XMLEditor editor)
Change the graphics attributes of this editor |
void |
DefaultLook.uninstall(XMLEditor editor)
|
void |
IELook.install(XMLEditor editor)
Change the graphics attributes of this editor |
void |
IELook.uninstall(XMLEditor 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 |
static void |
LookManager.install(XMLEditor editor)
Install a look for the above editor |
void |
MozillaLook.install(XMLEditor editor)
|
void |
XMLPadLook.install(XMLEditor editor)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |