Class Viewer.Controller.WLTabPanelZoomEventController
All Packages Class Hierarchy This Package Previous Next Index
Class Viewer.Controller.WLTabPanelZoomEventController
Object
|
+----Viewer.Controller.WLTabPanelZoomEventController
- public class WLTabPanelZoomEventController
- extends Object
- implements SliderPanelListener
This class contains the listeners for the zoom PanelSlider
in the WLTabPanel.
- Author:
- Klaus Kleber
- Since:
- 30.04.1999
- See Also:
- WLTabPanel
-
Viewer.Controller.WLTabPanelZoomEventController(ScreenImageHandler)
- Constructs a new object.
-
actionPerformed(ActionEvent)
- Handles the ActionEvents fired from the PanelSlider.
-
adjustmentValueChanged(AdjustmentEvent)
- Handles the AdjustmentEvent fired from the PanelSlider.
-
focusGained(FocusEvent)
- Handles the focus gained action from the PanelSlider.
-
focusLost(FocusEvent)
- Handles the focus gained action from the PanelSlider.
-
setPanelSlider(PanelSlider)
- Sets a new PanelSlider.
-
setValue(TextField)
- Gets the value from the specified TextField and sets a new zoom value.
WLTabPanelZoomEventController
public WLTabPanelZoomEventController(ScreenImageHandler screenImageHandler)
- Constructs a new object.
- Parameters:
- screenImageHandler - Contains the current screenImageHandler.
- Since:
- 30.04.1999
actionPerformed
public void actionPerformed(ActionEvent e)
- Handles the ActionEvents fired from the PanelSlider. The ActionEvent
are fired from the TextField and results in a new zoom value.
- Parameters:
- e - ActionEvent
- Since:
- 30.04.1999
adjustmentValueChanged
public void adjustmentValueChanged(AdjustmentEvent e)
- Handles the AdjustmentEvent fired from the PanelSlider. The AdjustmentEvent
are fired from the Scrollbar and results in a new zoom value.
- Parameters:
- e - AdjustmentEvent
- Since:
- 30.04.1999
focusGained
public void focusGained(FocusEvent e)
- Handles the focus gained action from the PanelSlider.
This action results in saving the text off the fireing TextField.
- Parameters:
- e - FocusEvent
- Since:
- 30.04.1999
focusLost
public void focusLost(FocusEvent e)
- Handles the focus gained action from the PanelSlider. The FocusEvent
are fired from the TextField and results in a new zoom value.
- Parameters:
- e - FocusEvent
- Since:
- 30.04.1999
setPanelSlider
public void setPanelSlider(PanelSlider panelSlider)
- Sets a new PanelSlider.
- Parameters:
- panelSlider - The new PanelSlider
- Since:
- 30.04.1999
setValue
public void setValue(TextField text)
- Gets the value from the specified TextField and sets a new zoom value.
- Parameters:
- text - Specifies the TextFiled with the value.
- Since:
- 30.04.1999
All Packages Class Hierarchy This Package Previous Next Index