|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TreeTableModelAdapterIF
TreeTableModelAdapterIF is an interface that the model of a TreeTable should implement.
| Field Summary | |
|---|---|
static String |
TREE_PROPERTY
a string that identifies that the tree has changed |
static String |
TREE_TABLE_MODEL_PROPERTY
a string that identifies that the tree tablemodel has changed |
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a PropertyChangeListener to the listener list to be notified when the TreeTableModel or the JTree changes. |
JTree |
getTree()
Returns the associated tree. |
TreeTableModel |
getTreeTableModel()
Returns the associated treetable model. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a PropertyChangeListener from the listener list that is notified when the TreeTableColumnModel or the JTree changes. |
| Methods inherited from interface javax.swing.table.TableModel |
|---|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt |
| Field Detail |
|---|
static final String TREE_TABLE_MODEL_PROPERTY
static final String TREE_PROPERTY
| Method Detail |
|---|
void addPropertyChangeListener(PropertyChangeListener listener)
listener - the listener to add.JTree getTree()
TreeTableModel getTreeTableModel()
void removePropertyChangeListener(PropertyChangeListener listener)
listener - the listener to remove.
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||