|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLContainer in com.japisoft.xmlpad |
Methods in com.japisoft.xmlpad that return XMLContainer | |
XMLContainer |
IXMLPanel.getMainContainer()
|
XMLContainer |
IXMLPanel.getSubContainer(java.lang.String type)
|
XMLContainer |
XMLContainer.getMainContainer()
|
XMLContainer |
XMLContainer.getSubContainer(java.lang.String type)
|
Constructors in com.japisoft.xmlpad with parameters of type XMLContainer | |
PopupModel(XMLContainer container)
|
|
ToolBarModel(XMLContainer container)
|
Uses of XMLContainer in com.japisoft.xmlpad.action |
Methods in com.japisoft.xmlpad.action that return XMLContainer | |
XMLContainer |
XMLAction.getXMLContainer()
|
Methods in com.japisoft.xmlpad.action with parameters of type XMLContainer | |
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 void |
ActionModel.resetActionState(XMLContainer container)
Reset the current Action state for this editor and this container |
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.setXMLContainer(XMLContainer container)
Set the current XMLEditor for action |
Uses of XMLContainer in com.japisoft.xmlpad.action.file |
Methods in com.japisoft.xmlpad.action.file with parameters of type XMLContainer | |
static void |
LoadAction.loadInBuffer(XMLContainer container,
java.lang.String fileName)
Reset the container with this fileName content |
Uses of XMLContainer in com.japisoft.xmlpad.action.xml |
Methods in com.japisoft.xmlpad.action.xml with parameters of type XMLContainer | |
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 XMLContainer in com.japisoft.xmlpad.bean |
Methods in com.japisoft.xmlpad.bean that return XMLContainer | |
XMLContainer |
XMLDocument.getContainer()
|
XMLContainer |
XMLEditor.getXMLContainer()
|
Methods in com.japisoft.xmlpad.bean with parameters of type XMLContainer | |
void |
XMLEditor.setXMLContainer(XMLContainer container)
Reset the container for this editor |
Uses of XMLContainer in com.japisoft.xmlpad.editor |
Methods in com.japisoft.xmlpad.editor that return XMLContainer | |
XMLContainer |
EditorContext.getXMLContainer()
|
Constructors in com.japisoft.xmlpad.editor with parameters of type XMLContainer | |
EditorContext(XMLContainer container,
com.japisoft.fastparser.node.SimpleNode node,
java.lang.String text)
|
Uses of XMLContainer in com.japisoft.xmlpad.toolkit |
Methods in com.japisoft.xmlpad.toolkit that return XMLContainer | |
XMLContainer |
SingleDocumentEditor.getXMLContainer()
|
Uses of XMLContainer in com.japisoft.xmlpad.tree |
Constructors in com.japisoft.xmlpad.tree with parameters of type XMLContainer | |
RealTimeTreeManager(XMLContainer container)
|
|
RealTimeTreeManager(XMLContainer container,
javax.swing.JTree tree)
|
Uses of XMLContainer in com.japisoft.xmlpad.tree.action |
Methods in com.japisoft.xmlpad.tree.action with parameters of type XMLContainer | |
void |
AbstractTreeAction.setXMLContainer(XMLContainer container)
This override controls if the container has a tree |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |