Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.common.core.utility.command.CombinedCommandExecutor

Packages that use CombinedCommandExecutor
org.eclipse.jpt.common.core.utility.command   
 

Uses of CombinedCommandExecutor in org.eclipse.jpt.common.core.utility.command
 

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

Classes in org.eclipse.jpt.common.core.utility.command that implement CombinedCommandExecutor
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.
 

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

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.