Uses of Interface
org.eclipse.jpt.utility.Command

Packages that use Command
org.eclipse.jpt.utility   
 

Uses of Command in org.eclipse.jpt.utility
 

Classes in org.eclipse.jpt.utility that implement Command
static class Command.Disabled
           
static class Command.Null
           
 

Fields in org.eclipse.jpt.utility declared as Command
static Command Command.Null.INSTANCE
           
static Command Command.Disabled.INSTANCE
           
 

Methods in org.eclipse.jpt.utility that return Command
static Command Command.Null.instance()
           
static Command Command.Disabled.instance()
           
 

Methods in org.eclipse.jpt.utility with parameters of type Command
 void CommandExecutor.execute(Command command)
          Execute the specified command.
 void CommandExecutor.Default.execute(Command command)