Changed Methods |
void fireTreeNodesChanged(Object, Object[], int[], Object[])
|
Documentation changed from old to new. |
Notifies all listeners that have registered interest for notification on this event type. |
void fireTreeNodesInserted(Object, Object[], int[], Object[])
|
Documentation changed from old to new. |
Notifies all listeners that have registered interest for notification on this event type. |
void fireTreeNodesRemoved(Object, Object[], int[], Object[])
|
Documentation changed from old to new. |
Notifies all listeners that have registered interest for notification on this event type. |
void fireTreeStructureChanged(Object, Object[], int[], Object[])
|
Documentation changed from old to new. |
Notifies all listeners that have registered interest for notification on this event type. |
int getIndexOfChild(Object, Object)
|
Documentation changed from old to new. |
Returns the index of child in parent. |
EventListener[] getListeners(Class )
|
Documentation changed from old to new. |
Returns an array of all the objects currently registered as FooListener s upon this model. |
void setRoot(TreeNode )
|
Documentation changed from old to new. |
Sets the root to root . |