|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject org.openide.nodes.NodeEvent org.openide.nodes.NodeMemberEvent
Event describing change in the list of a node's children.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Method Summary | |
Node[] |
getDelta()
Get a list of children that changed. |
int[] |
getDeltaIndices()
Get an array of indices of the changed nodes. |
boolean |
isAddEvent()
Get the type of action. |
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 final boolean isAddEvent()
true
if children were added,
false
if removedpublic final Node[] getDelta()
public int[] getDeltaIndices()
getDelta()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |