dsto.dfc.swing.commands
Class CommandViewNodeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by dsto.dfc.swing.commands.CommandViewNodeEvent
All Implemented Interfaces:
Serializable

public class CommandViewNodeEvent
extends EventObject

See Also:
Serialized Form

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

CommandViewNodeEvent

public CommandViewNodeEvent(CommandViewNode source,
                            CommandViewNode node)

CommandViewNodeEvent

public CommandViewNodeEvent(CommandViewNode source,
                            CommandViewNode node,
                            int newIndex)

CommandViewNodeEvent

public CommandViewNodeEvent(CommandViewNode source,
                            CommandViewNode node,
                            int oldIndex,
                            int newIndex)

CommandViewNodeEvent

public CommandViewNodeEvent(CommandViewNode source,
                            Command oldCommand,
                            Command newCommand)
Method Detail

getSourceNode

public CommandViewNode getSourceNode()

getNode

public CommandViewNode getNode()

getOldIndex

public int getOldIndex()

getNewIndex

public int getNewIndex()

getOldCommand

public Command getOldCommand()

getNewCommand

public Command getNewCommand()


Copyright © 2008 Commonwealth of Australia