| |
|
| java.lang.Object org.eclipse.ui.internal.progress.ProgressRegion
ProgressRegion | public class ProgressRegion implements IWindowTrim(Code) | | The ProgressRegion is class for the region of the workbench where the
progress line and the animation item are shown.
|
Constructor Summary | |
public | ProgressRegion() Create a new instance of the receiver. |
ProgressRegion | public ProgressRegion()(Code) | | Create a new instance of the receiver.
|
createContents | public Control createContents(Composite parent, WorkbenchWindow window)(Code) | | Create the contents of the receiver in the parent. Use the window for the
animation item.
Parameters: parent - The parent widget of the composite. Parameters: window - The WorkbenchWindow this is in. Control |
dock | public void dock(int dropSide)(Code) | | |
getAnimationItem | public AnimationItem getAnimationItem()(Code) | | Return the animationItem for the receiver.
AnimationItem |
getControl | public Control getControl()(Code) | | Return the control for the receiver.
Control |
getHeightHint | public int getHeightHint()(Code) | | |
getValidSides | public int getValidSides()(Code) | | |
getWidthHint | public int getWidthHint()(Code) | | |
handleClose | public void handleClose()(Code) | | |
isCloseable | public boolean isCloseable()(Code) | | |
isResizeable | public boolean isResizeable()(Code) | | |
processDoubleClick | public void processDoubleClick()(Code) | | Process the double click event.
|
setHeightHint | public void setHeightHint(int h)(Code) | | Update the height hint for this control.
Parameters: h - pixels, or SWT.DEFAULT |
setWidthHint | public void setWidthHint(int w)(Code) | | Update the width hint for this control.
Parameters: w - pixels, or SWT.DEFAULT |
|
|
|