public class ComponentStatus
extends java.lang.Object
Constructor and Description |
---|
ComponentStatus(Controller controller,
org.eclipse.swt.widgets.Composite parent,
org.eclipse.swt.widgets.Control child)
Creates a new instance.
|
ComponentStatus(Controller controller,
org.eclipse.swt.widgets.Composite parent,
org.eclipse.swt.widgets.Control child,
ComponentStatusLabelProgressProvider progressProvider)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isVisible()
Is the current status visible.
|
void |
setDone()
Enables status 'done'.
|
void |
setEmpty()
Enables status 'empty'.
|
void |
setWorking()
Enables status 'working'.
|
public ComponentStatus(Controller controller, org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Control child)
controller
- parent
- child
- public ComponentStatus(Controller controller, org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Control child, ComponentStatusLabelProgressProvider progressProvider)
controller
- parent
- child
- provider
-