Class 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 Out
      ShellSlider​(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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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 -
    • Method Detail

      • canContinue

        private boolean canContinue()
      • run

        public void run()