Package org.eclipse.ui.progress
Interface IProgressConstants2
- All Superinterfaces:
IProgressConstants
Constants relating to progress UI functionality of the workbench plug-in.
The constants define property keys that are used to associate UI related
information with Jobs (org.eclipse.core.runtime.jobs.Job). This
class is a superset of all previously defined progress constants.
- Since:
- 3.6
- See Also:
- Restriction:
- This interface is not intended to be implemented by clients.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QualifiedNameThis property is used to associate aParameterizedCommandwith a Job.static final StringCommon prefix for properties defined in this interface.static final QualifiedNameThis property provides a hint to the progress UI to show the progress of the job in the application TaskBarFields inherited from interface org.eclipse.ui.progress.IProgressConstants
ACTION_PROPERTY, ICON_PROPERTY, KEEP_PROPERTY, KEEPONE_PROPERTY, NO_IMMEDIATE_ERROR_PROMPT_PROPERTY, PROGRESS_VIEW_ID, PROPERTY_IN_DIALOG
-
Field Details
-
PROPERTY_PREFIX
Common prefix for properties defined in this interface.- See Also:
-
COMMAND_PROPERTY
This property is used to associate aParameterizedCommandwith a Job. If the Job is shown in the UI, the command might be represented as a button or hyper link to allow the user to trigger a job specific action, like showing the Job's results.Note: Only one of
ACTION_PROPERTYorCOMMAND_PROPERTYshould be used- See Also:
-
SHOW_IN_TASKBAR_ICON_PROPERTY
This property provides a hint to the progress UI to show the progress of the job in the application TaskBarThe property must be of type
Booleanand the hint is used if its value istrue.
-