| Modifier and Type | Class and Description | 
|---|---|
| class  | XmlObjectTreeModel.AttributeXmlTreeNode | 
| class  | XmlObjectTreeModel.ElementXmlTreeNode | 
| class  | XmlObjectTreeModel.RootXmlTreeNode | 
| class  | XmlObjectTreeModel.TextXmlTreeNode | 
| static interface  | XmlObjectTreeModel.XmlTreeNode | 
| class  | XmlObjectTreeModel.XmlTreeTableModelEvent | 
| Modifier and Type | Field and Description | 
|---|---|
| static Class<?> | hierarchicalColumnClass | 
| Constructor and Description | 
|---|
| XmlObjectTreeModel() | 
| XmlObjectTreeModel(org.apache.xmlbeans.SchemaTypeSystem typeSystem) | 
| XmlObjectTreeModel(org.apache.xmlbeans.SchemaTypeSystem typeSystem,
                  org.apache.xmlbeans.XmlObject xmlObject) | 
| XmlObjectTreeModel(org.apache.xmlbeans.XmlObject xmlObject) | 
public static final Class<?> hierarchicalColumnClass
public XmlObjectTreeModel(org.apache.xmlbeans.XmlObject xmlObject)
public XmlObjectTreeModel()
public XmlObjectTreeModel(org.apache.xmlbeans.SchemaTypeSystem typeSystem,
                          org.apache.xmlbeans.XmlObject xmlObject)
public XmlObjectTreeModel(org.apache.xmlbeans.SchemaTypeSystem typeSystem)
public org.apache.xmlbeans.SchemaTypeSystem getTypeSystem()
public void setTypeSystem(org.apache.xmlbeans.SchemaTypeSystem typeSystem)
public org.apache.xmlbeans.XmlObject getXmlObject()
public void setXmlObject(org.apache.xmlbeans.XmlObject xmlObject)
protected void fireTreeStructureChanged(XmlObjectTreeModel.XmlTreeNode rootNode)
public Class<?> getColumnClass(int arg0)
getColumnClass in interface org.jdesktop.swingx.treetable.TreeTableModelpublic int getColumnCount()
getColumnCount in interface org.jdesktop.swingx.treetable.TreeTableModelpublic String getColumnName(int arg0)
getColumnName in interface org.jdesktop.swingx.treetable.TreeTableModelpublic Object getValueAt(Object arg0, int arg1)
getValueAt in interface org.jdesktop.swingx.treetable.TreeTableModelpublic boolean isCellEditable(Object arg0, int arg1)
isCellEditable in interface org.jdesktop.swingx.treetable.TreeTableModelpublic void setValueAt(Object arg0, Object arg1, int arg2)
setValueAt in interface org.jdesktop.swingx.treetable.TreeTableModelprotected void fireTreeNodeChanged(XmlObjectTreeModel.XmlTreeNode treeNode, int column)
public void addTreeModelListener(TreeModelListener l)
addTreeModelListener in interface TreeModelpublic int getChildCount(Object parent)
getChildCount in interface TreeModelpublic int getIndexOfChild(Object parent, Object child)
getIndexOfChild in interface TreeModelpublic XmlObjectTreeModel.RootXmlTreeNode getRootNode()
public void removeTreeModelListener(TreeModelListener l)
removeTreeModelListener in interface TreeModelpublic void valueForPathChanged(TreePath path, Object newValue)
valueForPathChanged in interface TreeModelpublic TreePath findXmlTreeNode(int line, int column)
public XmlObjectTreeModel.XmlTreeNode getXmlTreeNode(org.apache.xmlbeans.XmlObject object)
public XmlObjectTreeModel.XmlTreeNode[] selectTreeNodes(String xpath)
public void release()
public int getHierarchicalColumn()
Copyright © 2019. All Rights Reserved.