Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C G I M O P R S T V X

A

addTreeModelListener(TreeModelListener) - Method in class org.apache.xmlbeans.samples.xmltree.XmlModel
Adds a listener.

B

btnRefresh - Variable in class org.apache.xmlbeans.samples.xmltree.XmlTreeFrame
 

C

collectChildren(XmlObject) - Method in class org.apache.xmlbeans.samples.xmltree.XmlEntry
Collects the children of the xml element.
createImageIcon(String) - Static method in class org.apache.xmlbeans.samples.xmltree.XmlTree
Creates an icon from a path that points at a GIF file.

G

getChild(int) - Method in class org.apache.xmlbeans.samples.xmltree.XmlEntry
Gets the child at index from among the children of the XML this entry represents.
getChild(Object, int) - Method in class org.apache.xmlbeans.samples.xmltree.XmlModel
Gets the child of node at index.
getChildCount() - Method in class org.apache.xmlbeans.samples.xmltree.XmlEntry
Gets the number of children of the XML this entry represents.
getChildCount(Object) - Method in class org.apache.xmlbeans.samples.xmltree.XmlModel
Gets the number of children that node has.
getChildren() - Method in class org.apache.xmlbeans.samples.xmltree.XmlEntry
Gets the children of the XML this entry represents.
getIndexOfChild(Object, Object) - Method in class org.apache.xmlbeans.samples.xmltree.XmlModel
Gets the index of childNode as a child of parentNode.
getRoot() - Method in class org.apache.xmlbeans.samples.xmltree.XmlModel
Gets the root of this model.
getXml() - Method in class org.apache.xmlbeans.samples.xmltree.XmlEntry
Gets the XML that this instance represents.

I

initComponents(File) - Method in class org.apache.xmlbeans.samples.xmltree.XmlTree
Sets up the components that make up this tree.
initComponents(File) - Method in class org.apache.xmlbeans.samples.xmltree.XmlTreeFrame
Initializes UI components, setting properties and adding event listeners.
isLeaf(Object) - Method in class org.apache.xmlbeans.samples.xmltree.XmlModel
Determines whether node has any children, returning true if it doesn't.

M

m_children - Variable in class org.apache.xmlbeans.samples.xmltree.XmlEntry
 
m_currentXml - Variable in class org.apache.xmlbeans.samples.xmltree.XmlEntry
 
m_label - Variable in class org.apache.xmlbeans.samples.xmltree.XmlEntry
 
m_rootEntry - Variable in class org.apache.xmlbeans.samples.xmltree.XmlModel
 
m_treeModelListeners - Variable in class org.apache.xmlbeans.samples.xmltree.XmlModel
 
main(String[]) - Static method in class org.apache.xmlbeans.samples.xmltree.XmlTree
Receives XML instance, executing methods that edit the received instance or create a new one.
main(String[]) - Static method in class org.apache.xmlbeans.samples.xmltree.XmlTreeTest
Tests the XmlTree sample.

O

org.apache.xmlbeans.samples.xmltree - package org.apache.xmlbeans.samples.xmltree
 

P

parseXml(File) - Static method in class org.apache.xmlbeans.samples.xmltree.XmlTree
Parses xmlFile into XMLBeans types (XmlObject instances), returning the instance representing the root.
pnlContent - Variable in class org.apache.xmlbeans.samples.xmltree.XmlTreeFrame
 
pnlSelectionPanel - Variable in class org.apache.xmlbeans.samples.xmltree.XmlTreeFrame
 
pnlTree - Variable in class org.apache.xmlbeans.samples.xmltree.XmlTreeFrame
 

R

removeTreeModelListener(TreeModelListener) - Method in class org.apache.xmlbeans.samples.xmltree.XmlModel
Removes a listener added by addTreeModelListener.

S

scrContent - Variable in class org.apache.xmlbeans.samples.xmltree.XmlTreeFrame
 
scrTree - Variable in class org.apache.xmlbeans.samples.xmltree.XmlTreeFrame
 
setXmlFile(File) - Method in class org.apache.xmlbeans.samples.xmltree.XmlTree
Sets the XML file that should be used to build the tree; the tree will be refreshed to represent xmlFile.
splTreeContent - Variable in class org.apache.xmlbeans.samples.xmltree.XmlTreeFrame
 
start(String[]) - Static method in class org.apache.xmlbeans.samples.xmltree.XmlTreeTest
 

T

toString() - Method in class org.apache.xmlbeans.samples.xmltree.XmlEntry
Returns a name that can be used as a tree node label.
treeXmlTree - Variable in class org.apache.xmlbeans.samples.xmltree.XmlTreeFrame
 
txtFileName - Variable in class org.apache.xmlbeans.samples.xmltree.XmlTreeFrame
 
txtpnlContent - Variable in class org.apache.xmlbeans.samples.xmltree.XmlTreeFrame
 

V

valueForPathChanged(TreePath, Object) - Method in class org.apache.xmlbeans.samples.xmltree.XmlModel
Called when the user has altered the value for the item identified by treePath to newValue.

X

XmlEntry - class org.apache.xmlbeans.samples.xmltree.XmlEntry.
Represents the data for a single node in the XmlTree.
XmlEntry(XmlObject) - Constructor for class org.apache.xmlbeans.samples.xmltree.XmlEntry
Constructs a entry using xml as the data source.
XmlModel - class org.apache.xmlbeans.samples.xmltree.XmlModel.
Defines a data model for the XmlTree.
XmlModel(XmlEntry) - Constructor for class org.apache.xmlbeans.samples.xmltree.XmlModel
Creates a new instance of the model using entry as a root node.
XmlTree - class org.apache.xmlbeans.samples.xmltree.XmlTree.
A tree view on XML, with nodes representing both elements and attributes.
XmlTree(File) - Constructor for class org.apache.xmlbeans.samples.xmltree.XmlTree
Constructs the tree using xmlFile as an original source of nodes.
XmlTreeFrame - class org.apache.xmlbeans.samples.xmltree.XmlTreeFrame.
Provides a frame within which to display an instance of the XmlTree, along with a pane within which to display the XML corresponding to a node selected in the tree.
XmlTreeFrame(File) - Constructor for class org.apache.xmlbeans.samples.xmltree.XmlTreeFrame
Constructs the frame with an XML file to use for the tree.
XmlTreeTest - class org.apache.xmlbeans.samples.xmltree.XmlTreeTest.
A class with which to test the XmlTree sample.
XmlTreeTest() - Constructor for class org.apache.xmlbeans.samples.xmltree.XmlTreeTest
 

A B C G I M O P R S T V X