Home about services products contact login
   com.smardec.asc

Advanced Swing Components

  animatepanel
  autocomplete
  dropdown
  filechooser
  fontchooser
  gradient
  hyperlink
  outlookpanel
  outlookpanel.renderers
  quick
  rotate
  sliderpanel
  spantable
  splashscreen
  statusbar
  table
  table.renderers
  table.wrappers
  tree
  treetable
  util
  xmlbars
  xmlbars.menubar
  xmlbars.toolbar
  xmlbars.toolbar.layouts
com.smardec.asc.sliderpanel
Interface SliderListener


public interface SliderListener

Interface for slider panel listener.


Method Summary
void sliderAnimationStarted(int sliderOrientation)
Invoked after the slider panel's animation process is started.
void sliderAnimationStoped(int sliderOrientation)
Invoked after the slider panel's animation process is stopped.
void sliderHidden(int sliderOrientation)
Invoked after the slider panel became invisible.
void sliderShown(int sliderOrientation)
Invoked after the slider panel became visible.
void sliderWillBecomeInvisible(int sliderOrientation)
Invoked before the slider panel becomes invisible.
void sliderWillBecomeVisible(int sliderOrientation)
Invoked before the slider panel becomes visible.

Method Detail
sliderWillBecomeVisible

public void sliderWillBecomeVisible(int sliderOrientation)
Invoked before the slider panel becomes visible.

Parameters:
sliderOrientation - the orientation of this JSliderPanel, one of the following constants defined in JSliderPanel: JSliderPanel.LEFT_PANEL, JSliderPanel.RIGHT_PANEL, JSliderPanel.TOP_PANEL or JSliderPanel.BOTTOM_PANEL

sliderWillBecomeInvisible
public void sliderWillBecomeInvisible(int sliderOrientation)
Invoked before the slider panel becomes invisible.

Parameters:
sliderOrientation - the orientation of this JSliderPanel, one of the following constants defined in JSliderPanel: JSliderPanel.LEFT_PANEL, JSliderPanel.RIGHT_PANEL, JSliderPanel.TOP_PANEL or JSliderPanel.BOTTOM_PANEL

sliderShown
public void sliderShown(int sliderOrientation)
Invoked after the slider panel became visible.

Parameters:
sliderOrientation - the orientation of this JSliderPanel, one of the following constants defined in JSliderPanel: JSliderPanel.LEFT_PANEL, JSliderPanel.RIGHT_PANEL, JSliderPanel.TOP_PANEL or JSliderPanel.BOTTOM_PANEL

sliderHidden
public void sliderHidden(int sliderOrientation)
Invoked after the slider panel became invisible.

Parameters:
sliderOrientation - the orientation of this JSliderPanel, one of the following constants defined in JSliderPanel: JSliderPanel.LEFT_PANEL, JSliderPanel.RIGHT_PANEL, JSliderPanel.TOP_PANEL or JSliderPanel.BOTTOM_PANEL

sliderAnimationStarted
public void sliderAnimationStarted(int sliderOrientation)
Invoked after the slider panel's animation process is started.

Parameters:
sliderOrientation - the orientation of this JSliderPanel, one of the following constants defined in JSliderPanel: JSliderPanel.LEFT_PANEL, JSliderPanel.RIGHT_PANEL, JSliderPanel.TOP_PANEL or JSliderPanel.BOTTOM_PANEL

sliderAnimationStoped
public void sliderAnimationStoped(int sliderOrientation)
Invoked after the slider panel's animation process is stopped.

Parameters:
sliderOrientation - the orientation of this JSliderPanel, one of the following constants defined in JSliderPanel: JSliderPanel.LEFT_PANEL, JSliderPanel.RIGHT_PANEL, JSliderPanel.TOP_PANEL or JSliderPanel.BOTTOM_PANEL
Home about services products contact login