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

Packages that use CommandExecutor
org.eclipse.jpt.common.utility   
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.resource.java   
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.resource.java   
 

Uses of CommandExecutor in org.eclipse.jpt.common.utility
 

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

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

Methods in org.eclipse.jpt.common.utility that return CommandExecutor
static CommandExecutor CommandExecutor.Default.instance()
           
 

Uses of CommandExecutor in org.eclipse.jpt.jaxb.core
 

Methods in org.eclipse.jpt.jaxb.core that return CommandExecutor
 CommandExecutor JaxbProject.getModifySharedDocumentCommandExecutor()
          Return the project-wide implementation of the CommandExecutor interface.
 

Methods in org.eclipse.jpt.jaxb.core with parameters of type CommandExecutor
 void JaxbProject.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.jaxb.core.resource.java
 

Methods in org.eclipse.jpt.jaxb.core.resource.java that return CommandExecutor
 CommandExecutor JavaResourceCompilationUnit.getModifySharedDocumentCommandExecutor()
          This allows the resource model to modify the Java source code on the UI thread when it is executing on another thread.
 

Uses of CommandExecutor in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return CommandExecutor
 CommandExecutor JpaProject.getModifySharedDocumentCommandExecutor()
          Return the project-wide implementation of the CommandExecutor interface.
 

Methods in org.eclipse.jpt.jpa.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.jpa.core.resource.java
 

Methods in org.eclipse.jpt.jpa.core.resource.java that return CommandExecutor
 CommandExecutor JavaResourceCompilationUnit.getModifySharedDocumentCommandExecutor()
          This allows the resource model to modify the Java source code on the UI thread when it is executing on another thread.