org.gudy.azureus2.ui.swt.shells
Class ShellSlider

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.shells.ShellSlider

public class ShellSlider
extends Object


Constructor Summary
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
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

run

public void run()