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.TreeTableModel
public int getColumnCount()
getColumnCount
in interface org.jdesktop.swingx.treetable.TreeTableModel
public String getColumnName(int arg0)
getColumnName
in interface org.jdesktop.swingx.treetable.TreeTableModel
public Object getValueAt(Object arg0, int arg1)
getValueAt
in interface org.jdesktop.swingx.treetable.TreeTableModel
public boolean isCellEditable(Object arg0, int arg1)
isCellEditable
in interface org.jdesktop.swingx.treetable.TreeTableModel
public void setValueAt(Object arg0, Object arg1, int arg2)
setValueAt
in interface org.jdesktop.swingx.treetable.TreeTableModel
protected void fireTreeNodeChanged(XmlObjectTreeModel.XmlTreeNode treeNode, int column)
public void addTreeModelListener(TreeModelListener l)
addTreeModelListener
in interface TreeModel
public int getChildCount(Object parent)
getChildCount
in interface TreeModel
public int getIndexOfChild(Object parent, Object child)
getIndexOfChild
in interface TreeModel
public XmlObjectTreeModel.RootXmlTreeNode getRootNode()
public void removeTreeModelListener(TreeModelListener l)
removeTreeModelListener
in interface TreeModel
public void valueForPathChanged(TreePath path, Object newValue)
valueForPathChanged
in interface TreeModel
public 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.