public class ControlAnimator extends Object
Instances of this class can be created using an AnimatorFactory.
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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.