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
-
actionPerformed(ActionEvent)
- Handles the ActionEvents
-
adjustmentValueChanged(AdjustmentEvent)
- Handles the adjustment value changed action
-
focusGained(FocusEvent)
- Handles the focus gained action
-
focusLost(FocusEvent)
- Handles the focus lost action
-
setPanelSlider(PanelSlider)
- Sets a new PanelSlider.
actionPerformed
public abstract void actionPerformed(ActionEvent e)
- Handles the ActionEvents
- Parameters:
- e - ActionEvent
- Since:
- 30.04.1999
adjustmentValueChanged
public abstract void adjustmentValueChanged(AdjustmentEvent e)
- Handles the adjustment value changed action
- Parameters:
- e - AdjustmentEvent
- Since:
- 30.04.1999
focusGained
public abstract void focusGained(FocusEvent e)
- Handles the focus gained action
- Parameters:
- e - FocusEvent
- Since:
- 30.04.1999
focusLost
public abstract void focusLost(FocusEvent e)
- Handles the focus lost action
- Parameters:
- e - FocusEvent
- Since:
- 30.04.1999
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