Uses of Class
org.jdesktop.swingx.JXTreeTable
-
Packages that use JXTreeTable Package Description org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. -
-
Uses of JXTreeTable in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return JXTreeTable Modifier and Type Method Description JXTreeTable
JXTreeTable.TreeTableDataAdapter. getTreeTable()
protected JXTreeTable
JXTreeTable.TreeTableModelAdapter. getTreeTable()
Returns the JXTreeTable instance to which this TreeTableModelAdapter is permanently and exclusively bound.Methods in org.jdesktop.swingx with parameters of type JXTreeTable Modifier and Type Method Description protected void
JXTreeTable.TreeTableModelAdapter. bind(JXTreeTable treeTable)
Immutably binds this TreeTableModelAdapter to the specified JXTreeTable.Constructors in org.jdesktop.swingx with parameters of type JXTreeTable Constructor Description TreeTableDataAdapter(JXTreeTable component)
Constructs aTreeTableDataAdapter
for the specified target component.
-