|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandExecutor | |
|---|---|
| org.eclipse.jpt.core | |
| org.eclipse.jpt.core.resource.java | |
| org.eclipse.jpt.utility | |
| Uses of CommandExecutor in org.eclipse.jpt.core |
|---|
| Methods in org.eclipse.jpt.core that return CommandExecutor | |
|---|---|
CommandExecutor |
JpaProject.getModifySharedDocumentCommandExecutor()
Return the project-wide implementation of the CommandExecutor interface. |
| 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.core.resource.java |
|---|
| Methods in org.eclipse.jpt.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.utility |
|---|
| Classes in org.eclipse.jpt.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.utility declared as CommandExecutor | |
|---|---|
static CommandExecutor |
CommandExecutor.Default.INSTANCE
|
| Methods in org.eclipse.jpt.utility that return CommandExecutor | |
|---|---|
static CommandExecutor |
CommandExecutor.Default.instance()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||