|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
org.openide.nodes.NodeEvent
org.openide.nodes.NodeReorderEvent
Event describing change in the list of a node's children.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Method Summary | |
int[] |
getPermutation()
Get the permutation used for reordering. |
int |
getPermutationSize()
Get the number of children reordered. |
int |
newIndexOf(int i)
Get the new position of the child that had been at a given position. |
String |
toString()
Human presentable information about the event |
| Methods inherited from class org.openide.nodes.NodeEvent |
getNode |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public int newIndexOf(int i)
i - the original position of the child
public int[] getPermutation()
public int getPermutationSize()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||