SEdit
Class NewNodeCommand

java.lang.Object
  extended bySEdit.Command
      extended bySEdit.NewNodeCommand
All Implemented Interfaces:
Executable

public class NewNodeCommand
extends Command


Field Summary
 
Fields inherited from class SEdit.Command
action, desc, icon
 
Constructor Summary
NewNodeCommand(NodeDesc nodeDesc, Point position)
           
NewNodeCommand(String nodeDesc, Point position)
           
 
Method Summary
 String getNodeDesc()
           
 Point getPosition()
           
 String toString()
           
 
Methods inherited from class SEdit.Command
execute, getAction, getDescription, getIcon, hasDescription, hasIcon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NewNodeCommand

public NewNodeCommand(NodeDesc nodeDesc,
                      Point position)

NewNodeCommand

public NewNodeCommand(String nodeDesc,
                      Point position)
Method Detail

getNodeDesc

public String getNodeDesc()

getPosition

public Point getPosition()

toString

public String toString()
Overrides:
toString in class Command


Copyright © J. Ferber, O. Gutknecht All Rights Reserved.