Uses of Class
org.eclipse.wst.common.environment.Choice

Packages that use Choice
org.eclipse.wst.common.environment   
 

Uses of Choice in org.eclipse.wst.common.environment
 

Methods in org.eclipse.wst.common.environment that return Choice
 Choice StatusException.getChoice()
           
 Choice IStatusHandler.report(org.eclipse.core.runtime.IStatus status, Choice[] choices)
          Reports the given Status and set of possible responses.
 Choice NullStatusHandler.report(org.eclipse.core.runtime.IStatus status, Choice[] choices)
           
 

Methods in org.eclipse.wst.common.environment with parameters of type Choice
 Choice IStatusHandler.report(org.eclipse.core.runtime.IStatus status, Choice[] choices)
          Reports the given Status and set of possible responses.
 Choice NullStatusHandler.report(org.eclipse.core.runtime.IStatus status, Choice[] choices)
           
 

Constructors in org.eclipse.wst.common.environment with parameters of type Choice
StatusException(Choice choice)
          Creates a new StatusException with the given Choice.
StatusException(org.eclipse.core.runtime.IStatus status, Choice choice)
          Creates a new StatusException with the given Choice and status object.