|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
dsto.dfc.swt.commands.CommandViewNodeEvent
public class CommandViewNodeEvent
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
CommandViewNodeEvent(CommandViewNode source,
Command oldCommand,
Command newCommand)
|
|
CommandViewNodeEvent(CommandViewNode source,
CommandViewNode node)
|
|
CommandViewNodeEvent(CommandViewNode source,
CommandViewNode node,
int newIndex)
|
|
CommandViewNodeEvent(CommandViewNode source,
CommandViewNode node,
int oldIndex,
int newIndex)
|
Method Summary | |
---|---|
Command |
getNewCommand()
|
int |
getNewIndex()
|
CommandViewNode |
getNode()
|
Command |
getOldCommand()
|
int |
getOldIndex()
|
CommandViewNode |
getSourceNode()
|
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CommandViewNodeEvent(CommandViewNode source, CommandViewNode node)
public CommandViewNodeEvent(CommandViewNode source, CommandViewNode node, int newIndex)
public CommandViewNodeEvent(CommandViewNode source, CommandViewNode node, int oldIndex, int newIndex)
public CommandViewNodeEvent(CommandViewNode source, Command oldCommand, Command newCommand)
Method Detail |
---|
public CommandViewNode getSourceNode()
public CommandViewNode getNode()
public int getOldIndex()
public int getNewIndex()
public Command getOldCommand()
public Command getNewCommand()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |