Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
M
N
R
S
T
W
X
X
XMLAppContainer
- class com.japisoft.xmlappkit.
XMLAppContainer
.
Here the main component for managing XML with one or several XML Editors.
XMLContext
- interface com.japisoft.xmlappkit.
XMLContext
.
Context for resetting the XMLAppContainer with an XML document
XMLEditingChoice
- interface com.japisoft.xmlappkit.editor.
XMLEditingChoice
.
Here an interface for defining which tags can be edited from an editor
XMLEditingContext
- interface com.japisoft.xmlappkit.editor.
XMLEditingContext
.
Context for editing an XML node.
XMLEditor
- interface com.japisoft.xmlappkit.editor.
XMLEditor
.
This is the main interface for managing an XMLEditor inside the XMLAppContainer.
XMLEditorActions
- interface com.japisoft.xmlappkit.editor.
XMLEditorActions
.
Container for available actions.
XMLEditorListeners
- interface com.japisoft.xmlappkit.editor.
XMLEditorListeners
.
This is a set of listeners the editor would like to manage.
XMLEditorSelectionListener
- interface com.japisoft.xmlappkit.
XMLEditorSelectionListener
.
XMLEditorUI
- interface com.japisoft.xmlappkit.editor.
XMLEditorUI
.
User interface data for the XMLEditor.
XMLEditorsModel
- interface com.japisoft.xmlappkit.
XMLEditorsModel
.
Here an ordered model for storing a set of XMLEditor.
XMLEditorsModelListener
- interface com.japisoft.xmlappkit.
XMLEditorsModelListener
.
Here a listener for the XMLEditorModel
XMLEditorsView
- interface com.japisoft.xmlappkit.
XMLEditorsView
.
Here the main view for showing all available editor.
XMLException
- exception com.japisoft.xmlappkit.
XMLException
.
Exception when parsing a non well-formed XML document
XMLException(String)
- Constructor for class com.japisoft.xmlappkit.
XMLException
xmlEditorActionAt(int)
- Method in class com.japisoft.xmlappkit.editor.
BasicXMLEditorActions
xmlEditorActionAt(int)
- Method in interface com.japisoft.xmlappkit.editor.
XMLEditorActions
xmlEditorActionsCount()
- Method in class com.japisoft.xmlappkit.editor.
BasicXMLEditorActions
xmlEditorActionsCount()
- Method in interface com.japisoft.xmlappkit.editor.
XMLEditorActions
xmlEditorAt(int)
- Method in interface com.japisoft.xmlappkit.
XMLEditorsModel
xmlEditorByName(String)
- Method in interface com.japisoft.xmlappkit.
XMLEditorsModel
xmlEditorByView(JComponent)
- Method in interface com.japisoft.xmlappkit.
XMLEditorsModel
xmlEditorCount()
- Method in interface com.japisoft.xmlappkit.
XMLEditorsModel
xmlEditorSelected(XMLEditor, XMLEditor)
- Method in interface com.japisoft.xmlappkit.
XMLEditorSelectionListener
Notify the listener that this editor has been selected by the view
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
M
N
R
S
T
W
X