Class ShellSlider

java.lang.Object
com.biglybt.ui.swt.shells.ShellSlider

public class ShellSlider extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private 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

    Constructors
    Constructor
    Description
    ShellSlider(org.eclipse.swt.widgets.Shell shell, int direction)
    Slide Out
    ShellSlider(org.eclipse.swt.widgets.Shell shell, int direction, org.eclipse.swt.graphics.Rectangle endBounds)
    Slide In
  • Method Summary

    Modifier and Type
    Method
    Description
    private boolean
     
    void
    run()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()