Package com.biglybt.ui.swt.shells
Class ShellSlider
java.lang.Object
com.biglybt.ui.swt.shells.ShellSlider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean
private final int
private org.eclipse.swt.graphics.Rectangle
private int
private org.eclipse.swt.widgets.Shell
private org.eclipse.swt.graphics.Rectangle
private final boolean
private int
-
Constructor Summary
ConstructorsConstructorDescriptionShellSlider
(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
-
Field Details
-
DEBUG
private final boolean DEBUG- See Also:
-
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 Details
-
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
-
-
-
Method Details
-
canContinue
private boolean canContinue() -
run
public void run()
-