|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
Singleton implementation of the command interface that will throw an exception when executed. |
static class |
Command.Null
Singleton implementation of the command interface that will do nothing when executed. |
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||