All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----CH.ifa.draw.util.Command
  Command
 Command
 Command is a simple instance of the command pattern without undo
 support.
 
 
 Command(String)
	Command(String)
   
 execute()
	execute()
   isExecutable()
	isExecutable()
   name()
	name()
   
 Command
Command
public Command(String name)
 
 execute
execute
public abstract void execute()
 isExecutable
isExecutable
public boolean isExecutable()
 name
name
public String name()
All Packages Class Hierarchy This Package Previous Next Index