Field Summary |
|
final public static QualifiedName | ACTION_PROPERTY This property is used to associate an IAction with a Job. |
final public static QualifiedName | ICON_PROPERTY This property is used to associate an ImageDescriptor with a Job. |
final public static QualifiedName | KEEPONE_PROPERTY The KEEPONE_PROPERTY is an extension to the KEEP_PROPERTY, that provides a hint
to the progress UI to ensure that only a single Job of a Job family is kept in the
set of kept Jobs. |
final public static QualifiedName | KEEP_PROPERTY This property provides a hint to the progress UI to keep Jobs
in the UI after they have finished. |
final public static QualifiedName | NO_IMMEDIATE_ERROR_PROMPT_PROPERTY This property provides a hint to the progress UI to not prompt on errors
immediately but instead make the errors available through the progress UI. |
public static String | PROGRESS_VIEW_ID Constant for the progress view id. |
final public static QualifiedName | PROPERTY_IN_DIALOG This is a property set on a user job if the user has not decided to
run the job in the background. |
final static String | PROPERTY_PREFIX Common prefix for properties defined in this interface. |