| org.eclipse.ui.internal.progress.AbstractProgressViewer org.eclipse.ui.internal.progress.DetailedProgressViewer
DetailedProgressViewer | public class DetailedProgressViewer extends AbstractProgressViewer (Code) | | The DetailedProgressViewer is a viewer that shows the details of all in
progress job or jobs that are finished awaiting user input.
since: 3.2 |
Constructor Summary | |
public | DetailedProgressViewer(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) | | |
DetailedProgressViewer | public DetailedProgressViewer(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(ProgressInfoItem item)(Code) | | Select the next item in the receiver.
Parameters: item - |
selectPrevious | protected void selectPrevious(ProgressInfoItem 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) | | |
|
|