|
swingx Version 2005-08-19 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdesktop.swingx.decorator.ComponentAdapter
org.jdesktop.swingx.JXTable.TableAdapter
org.jdesktop.swingx.JXTreeTable.TreeTableDataAdapter
protected static class JXTreeTable.TreeTableDataAdapter
| Field Summary |
|---|
| Fields inherited from class org.jdesktop.swingx.decorator.ComponentAdapter |
|---|
column, row, target |
| Constructor Summary | |
|---|---|
JXTreeTable.TreeTableDataAdapter(JXTreeTable component)
Constructs a TreeTableDataAdapter for the specified
target component. |
|
| Method Summary | |
|---|---|
JXTreeTable |
getTreeTable()
|
boolean |
hasFocus()
Returns true if the cell identified by this adapter currently has focus; Otherwise, it returns false. |
boolean |
isExpanded()
Returns true if the cell identified by this adapter is currently expanded; Otherwise, it returns false. |
boolean |
isHierarchical()
Returns true if the cell identified by this adapter displays the hierarchical node; Otherwise, it returns false. |
boolean |
isLeaf()
Returns true if the cell identified by this adapter is a leaf node; Otherwise, it returns false. |
| Methods inherited from class org.jdesktop.swingx.JXTable.TableAdapter |
|---|
getColumnByModelIndex, getColumnCount, getColumnIdentifier, getColumnName, getFilteredValueAt, getRowCount, getTable, getValueAt, isCellEditable, isSelected, isTestable, modelToView, setValueAt, viewToModel |
| Methods inherited from class org.jdesktop.swingx.decorator.ComponentAdapter |
|---|
getComponent, getValue, refresh |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JXTreeTable.TreeTableDataAdapter(JXTreeTable component)
TreeTableDataAdapter for the specified
target component.
component - the target component| Method Detail |
|---|
public JXTreeTable getTreeTable()
public boolean isExpanded()
ComponentAdapter
isExpanded in class ComponentAdapterpublic boolean hasFocus()
JXTable.TableAdapter
hasFocus in class JXTable.TableAdapterpublic boolean isLeaf()
ComponentAdapter
isLeaf in class ComponentAdapterpublic boolean isHierarchical()
ComponentAdapter
isHierarchical in class ComponentAdapter
|
swingx Version 2005-08-19 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||