| org.eclipse.ui.internal.progress.VirtualInfoItem
VirtualInfoItem | class VirtualInfoItem extends Canvas (Code) | | VirtualInfoItem is the item used to show jobs which only displays when it is
visible.
since: 3.1 |
Inner Class :interface IndexListener | |
CLEAR_FINISHED_JOB_KEY | static String CLEAR_FINISHED_JOB_KEY(Code) | | |
DISABLED_CLEAR_FINISHED_JOB_KEY | static String DISABLED_CLEAR_FINISHED_JOB_KEY(Code) | | |
DISABLED_STOP_IMAGE_KEY | static String DISABLED_STOP_IMAGE_KEY(Code) | | |
MAX_PROGRESS_HEIGHT | final static int MAX_PROGRESS_HEIGHT(Code) | | |
MIN_ICON_SIZE | final static int MIN_ICON_SIZE(Code) | | |
actionBar | ToolBar actionBar(Code) | | |
actionButton | ToolItem actionButton(Code) | | |
indexListener | IndexListener indexListener(Code) | | |
progressLabel | Label progressLabel(Code) | | |
VirtualInfoItem | public VirtualInfoItem(Composite parent, int style, JobTreeElement progressInfo)(Code) | | Create a new instance of the receiver with the specified parent, style
and info object/
Parameters: parent - Parameters: style - Parameters: progressInfo - |
cancelOrRemove | protected void cancelOrRemove()(Code) | | Cancel or remove the reciever.
|
createChildren | protected void createChildren()(Code) | | |
createProgressBar | void createProgressBar(int style)(Code) | | Create the progress bar and apply any style bits from style.
Parameters: style - |
getJobInfoFinishedString | String getJobInfoFinishedString(Job job, boolean withTime)(Code) | | Return the finished String for a job.
Parameters: job - the completed Job Parameters: withTime - String |
getJobNameAndStatus | protected String getJobNameAndStatus()(Code) | | Get the name and status for the main label.
String |
isSelected | boolean isSelected()(Code) | | Return whether or not the receiver is selected.
boolean |
refresh | void refresh()(Code) | | Refresh the contents of the receiver.
|
selectWidgets | void selectWidgets(boolean select)(Code) | | Set the selection colors.
Parameters: select - boolean that indicates whether or not to show selection. |
setButtonFocus | void setButtonFocus()(Code) | | Set the focus to the button.
|
setColor | public void setColor(int i)(Code) | | Set the color base on the index
Parameters: i - |
setDisplayed | void setDisplayed(int top, int bottom)(Code) | | Set whether or not the receiver is being displayed based on the top and
bottom of the currently visible area.
Parameters: top - Parameters: bottom - |
setIndexListener | void setIndexListener(IndexListener indexListener)(Code) | | Set the listener for index changes.
Parameters: indexListener - |
setLinkText | void setLinkText(Job linkJob, String taskString, int index)(Code) | | Set the text of the link to the taskString.
Parameters: taskString - |
|
|