public class ControlAnimator extends Object
Instances of this class can be created using an AnimatorFactory.
Modifier and Type | Field and Description |
---|---|
protected Control |
control
the control that will be displayed or hidden
|
Constructor and Description |
---|
ControlAnimator(Control control)
Constructs a new ControlAnimator instance and passes along the
control that will be displayed or hidden.
|
Modifier and Type | Method and Description |
---|---|
void |
setVisible(boolean visible)
Displays or hides a control at the bottom of the parent composite
and makes use of the control's SWT visible flag.
|
protected Control control
public ControlAnimator(Control control)
control
- the control that will be displayed or hidden.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.