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

Packages that use CommandExecutor
org.eclipse.jpt.core   
org.eclipse.jpt.utility   
 

Uses of CommandExecutor in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type CommandExecutor
 void JpaProject.setThreadLocalModifySharedDocumentCommandExecutor(CommandExecutor commandExecutor)
          Set a thread-specific implementation of the CommandExecutor interface that will be used to execute a command to modify a shared document.
 

Uses of CommandExecutor in org.eclipse.jpt.utility
 

Classes in org.eclipse.jpt.utility that implement CommandExecutor
static class CommandExecutor.Default
          Straightforward implementation of the command executor interface that simply executes the command without any sort of enhancement.
 

Fields in org.eclipse.jpt.utility declared as CommandExecutor
static CommandExecutor CommandExecutor.Default.INSTANCE
           
 

Methods in org.eclipse.jpt.utility that return CommandExecutor
 CommandExecutor CommandExecutorProvider.getCommandExecutor()
          Return the appropriate command executor.
 CommandExecutor CommandExecutorProvider.Default.getCommandExecutor()
           
static CommandExecutor CommandExecutor.Default.instance()