Package com.biglybt.ui.swt.shells
Class ShellSlider
- java.lang.Object
-
- com.biglybt.ui.swt.shells.ShellSlider
-
public class ShellSlider extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
DEBUG
private int
direction
private org.eclipse.swt.graphics.Rectangle
endBounds
private int
PAUSE
private org.eclipse.swt.widgets.Shell
shell
private org.eclipse.swt.graphics.Rectangle
shellBounds
private boolean
slideIn
private int
STEP
-
Constructor Summary
Constructors Constructor Description ShellSlider(org.eclipse.swt.widgets.Shell shell, int direction)
Slide OutShellSlider(org.eclipse.swt.widgets.Shell shell, int direction, org.eclipse.swt.graphics.Rectangle endBounds)
Slide In
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private boolean
canContinue()
void
run()
-
-
-
Field Detail
-
DEBUG
private final boolean DEBUG
- See Also:
- Constant Field Values
-
STEP
private int STEP
-
PAUSE
private int PAUSE
-
shell
private org.eclipse.swt.widgets.Shell shell
-
shellBounds
private org.eclipse.swt.graphics.Rectangle shellBounds
-
endBounds
private org.eclipse.swt.graphics.Rectangle endBounds
-
direction
private final int direction
-
slideIn
private final boolean slideIn
-
-
Constructor Detail
-
ShellSlider
public ShellSlider(org.eclipse.swt.widgets.Shell shell, int direction, org.eclipse.swt.graphics.Rectangle endBounds)
Slide In- Parameters:
shell
-direction
-endBounds
-
-
ShellSlider
public ShellSlider(org.eclipse.swt.widgets.Shell shell, int direction)
Slide Out- Parameters:
shell
-direction
-
-
-