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

Constructor Index

 o Viewer.Controller.WLTabPanelZoomEventController(ScreenImageHandler)
Constructs a new object.

Method Index

 o actionPerformed(ActionEvent)
Handles the ActionEvents fired from the PanelSlider.
 o adjustmentValueChanged(AdjustmentEvent)
Handles the AdjustmentEvent fired from the PanelSlider.
 o focusGained(FocusEvent)
Handles the focus gained action from the PanelSlider.
 o focusLost(FocusEvent)
Handles the focus gained action from the PanelSlider.
 o setPanelSlider(PanelSlider)
Sets a new PanelSlider.
 o setValue(TextField)
Gets the value from the specified TextField and sets a new zoom value.

Constructors

 o WLTabPanelZoomEventController
public WLTabPanelZoomEventController(ScreenImageHandler screenImageHandler)
Constructs a new object.

Parameters:
screenImageHandler - Contains the current screenImageHandler.
Since:
30.04.1999

Methods

 o 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
 o 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
 o 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
 o 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
 o setPanelSlider
public void setPanelSlider(PanelSlider panelSlider)
Sets a new PanelSlider.

Parameters:
panelSlider - The new PanelSlider
Since:
30.04.1999
 o 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