Dali Provisional API
Release 3.2

Uses of Package
org.eclipse.jpt.common.utility.command

Packages that use org.eclipse.jpt.common.utility.command
org.eclipse.jpt.common.core.resource.java   
org.eclipse.jpt.common.core.utility.command   
org.eclipse.jpt.common.utility.command   
org.eclipse.jpt.common.utility.model.listener   
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jpa.core   
 

Classes in org.eclipse.jpt.common.utility.command used by org.eclipse.jpt.common.core.resource.java
CommandContext
          This interface allows clients to control a command's context.
 

Classes in org.eclipse.jpt.common.utility.command used by org.eclipse.jpt.common.core.utility.command
CommandContext
          This interface allows clients to control a command's context.
ExtendedCommandContext
          This interface extends the normal command context; it allows the client to specify when a command must be executed synchronously.
 

Classes in org.eclipse.jpt.common.utility.command used by org.eclipse.jpt.common.utility.command
Command
          Simple interface for implementing the GOF Command design pattern, and it doesn't carry the baggage of Runnable.
CommandContext
          This interface allows clients to control a command's context.
ExtendedCommandContext
          This interface extends the normal command context; it allows the client to specify when a command must be executed synchronously.
InterruptibleCommand
          Simple interface for implementing the GOF Command design pattern and allows for the command to throw an InterruptedException.
InterruptibleParameterizedCommand
          Simple interface for implementing a command that takes a single argument and allows for the command to throw an InterruptedException.
NotifyingRepeatingCommand.Listener
          Interface implemented by listeners to be notified whenever the command has quiesced.
RepeatingCommand
          This command will execute repeatedly the minimum number of times.
StatefulCommandContext
          Add the ability to start and stop the command context.
 

Classes in org.eclipse.jpt.common.utility.command used by org.eclipse.jpt.common.utility.model.listener
Command
          Simple interface for implementing the GOF Command design pattern, and it doesn't carry the baggage of Runnable.
 

Classes in org.eclipse.jpt.common.utility.command used by org.eclipse.jpt.jaxb.core
ExtendedCommandContext
          This interface extends the normal command context; it allows the client to specify when a command must be executed synchronously.
 

Classes in org.eclipse.jpt.common.utility.command used by org.eclipse.jpt.jpa.core
Command
          Simple interface for implementing the GOF Command design pattern, and it doesn't carry the baggage of Runnable.
ExtendedCommandContext
          This interface extends the normal command context; it allows the client to specify when a command must be executed synchronously.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.