| org.eclipse.ui.internal.progress.AbstractProgressViewer org.eclipse.ui.internal.progress.VirtualProgressViewer
VirtualProgressViewer | public class VirtualProgressViewer extends AbstractProgressViewer (Code) | | The VirtualProgressViewer is a viewer that shows the details of all in
progress job or jobs that are finished awaiting user input. It only updates
those items that are currently visible.
since: 3.3 |
Constructor Summary | |
public | VirtualProgressViewer(Composite parent, int style) Create a new instance of the receiver with a control that is a child of
parent with style style. |
control | Composite control(Code) | | |
VirtualProgressViewer | public VirtualProgressViewer(Composite parent, int style)(Code) | | Create a new instance of the receiver with a control that is a child of
parent with style style.
Parameters: parent - Parameters: style - |
cancelSelection | public void cancelSelection()(Code) | | Cancel the current selection
|
doFindInputItem | protected Widget doFindInputItem(Object element)(Code) | | |
doUpdateItem | protected void doUpdateItem(Widget item, Object element, boolean fullMap)(Code) | | |
getControl | public Control getControl()(Code) | | |
getSelectionFromWidget | protected List getSelectionFromWidget()(Code) | | |
internalRefresh | protected void internalRefresh(Object element)(Code) | | |
selectNext | protected void selectNext(VirtualInfoItem item)(Code) | | Select the next item in the receiver.
Parameters: item - |
selectPrevious | protected void selectPrevious(VirtualInfoItem item)(Code) | | Select the previous item in the receiver.
Parameters: item - |
setFocus | public void setFocus()(Code) | | Set focus on the current selection.
|
setSelectionToWidget | protected void setSelectionToWidget(List l, boolean reveal)(Code) | | |
|
|