Dali Provisional API
Release 3.2

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

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

Uses of CommandExecutor in org.eclipse.jpt.common.core.resource.java
 

Methods in org.eclipse.jpt.common.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.common.core.utility.command
 

Subinterfaces of CommandExecutor in org.eclipse.jpt.common.core.utility.command
 interface CombinedCommandExecutor
          Combine the job command executor and command executor interfaces.
 interface CombinedExtendedCommandExecutor
          Combine the synchronouse job command executor and command executor interfaces.
 

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

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

Subinterfaces of CommandExecutor in org.eclipse.jpt.common.utility.command
 interface ExtendedCommandExecutor
          This interface extends the normal command executor; it allows the client to specify when a command must be executed synchronously.
 interface StatefulCommandExecutor
          Add the ability to start and stop the command executor.
 interface StatefulExtendedCommandExecutor
          Add the ability to start and stop the command executor.
 

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

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

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.