|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.NodeListEvent
public class NodeListEvent
Constructor Summary | |
---|---|
NodeListEvent(DiagramNode node)
Initializes a new instance of the DiagramNodeEventArgs class. |
|
NodeListEvent(DiagramNode node,
int index)
Initializes a new instance of the DiagramNodeEventArgs class. |
Method Summary | |
---|---|
int |
getIndex()
Gets the index of the node within its containing collection. |
DiagramNode |
getNode()
Gets the node related to the event. |
void |
setIndex(int value)
Sets the index of the node within its containing collection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeListEvent(DiagramNode node, int index)
node
- The node related to the event.index
- The zero-based index of the node within its containing collection.public NodeListEvent(DiagramNode node)
node
- The node related to the event.Method Detail |
---|
public DiagramNode getNode()
public int getIndex()
public void setIndex(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |