Dali Provisional API
Release 3.2

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

Packages that use ParameterizedCommand
org.eclipse.jpt.common.utility.command   
 

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

Classes in org.eclipse.jpt.common.utility.command that implement ParameterizedCommand
static class ParameterizedCommand.Disabled<S>
          Singleton implementation of the command interface that will throw an exception when executed.
static class ParameterizedCommand.Null<S>
          Singleton implementation of the command interface that will do nothing when executed.
 

Fields in org.eclipse.jpt.common.utility.command declared as ParameterizedCommand
static ParameterizedCommand ParameterizedCommand.Null.INSTANCE
           
static ParameterizedCommand ParameterizedCommand.Disabled.INSTANCE
           
 

Methods in org.eclipse.jpt.common.utility.command that return ParameterizedCommand
static
<R> ParameterizedCommand<R>
ParameterizedCommand.Null.instance()
           
static
<R> ParameterizedCommand<R>
ParameterizedCommand.Disabled.instance()
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.