Interface Viewer.Controller.SliderPanelListener
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface Viewer.Controller.SliderPanelListener

public interface SliderPanelListener
extends AdjustmentListener, FocusListener, ActionListener
This class contains a listener interface for the PanelSilder object. The PanelSlider and the interface is not designed well but it works.

Author:
Klaus Kleber
Since:
30.04.1999
See Also:
SliderPanel

Method Index

 o actionPerformed(ActionEvent)
Handles the ActionEvents
 o adjustmentValueChanged(AdjustmentEvent)
Handles the adjustment value changed action
 o focusGained(FocusEvent)
Handles the focus gained action
 o focusLost(FocusEvent)
Handles the focus lost action
 o setPanelSlider(PanelSlider)
Sets a new PanelSlider.

Methods

 o actionPerformed
public abstract void actionPerformed(ActionEvent e)
Handles the ActionEvents

Parameters:
e - ActionEvent
Since:
30.04.1999
 o adjustmentValueChanged
public abstract void adjustmentValueChanged(AdjustmentEvent e)
Handles the adjustment value changed action

Parameters:
e - AdjustmentEvent
Since:
30.04.1999
 o focusGained
public abstract void focusGained(FocusEvent e)
Handles the focus gained action

Parameters:
e - FocusEvent
Since:
30.04.1999
 o focusLost
public abstract void focusLost(FocusEvent e)
Handles the focus lost action

Parameters:
e - FocusEvent
Since:
30.04.1999
 o setPanelSlider
public abstract void setPanelSlider(PanelSlider panelSlider)
Sets a new PanelSlider.

Parameters:
panelSlider - The new PanelSlider
Since:
30.04.1999

All Packages  Class Hierarchy  This Package  Previous  Next  Index