|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void sliderWillBecomeVisible(int sliderOrientation)
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
public void sliderWillBecomeInvisible(int sliderOrientation)
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
public void sliderShown(int sliderOrientation)
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
public void sliderHidden(int sliderOrientation)
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
public void sliderAnimationStarted(int sliderOrientation)
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
public void sliderAnimationStoped(int sliderOrientation)
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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |