| org.eclipse.ui.part.ViewPart org.eclipse.ui.internal.progress.VirtualProgressView
VirtualProgressView | public class VirtualProgressView extends ViewPart implements IViewPart(Code) | | The VirtualProgressView is the class that shows the details of the current workbench
progress optimized for the display of visible items only.
|
cancelAction | Action cancelAction(Code) | | |
clearAllAction | Action clearAllAction(Code) | | |
createPartControl | public void createPartControl(Composite parent)(Code) | | |
getSelectedInfo | JobInfo getSelectedInfo()(Code) | | Get the currently selected job info. Only return it if it is the only
item selected and it is a JobInfo.
JobInfo |
initContentProvider | protected void initContentProvider()(Code) | | Sets the content provider for the viewer.
|
setFocus | public void setFocus()(Code) | | |
|
|