VTT Java
2010 Version

gov.nih.nlm.nls.vtt.GuiControl
Class ZoomDialogControl

java.lang.Object
  extended by gov.nih.nlm.nls.vtt.GuiControl.ZoomDialogControl
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, javax.swing.event.ChangeListener

public class ZoomDialogControl
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.ChangeListener

This is the Java class of controller for Zoom Options Dialog.

History:

Version:
V-2010
Author:
NLM NLS Development Team, clu

Constructor Summary
ZoomDialogControl(VttObj vttObj)
          Create a ZoomDialogControl object for zoom dialog controller by specifying vttObj.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          Override methods for button & combo box
 void stateChanged(javax.swing.event.ChangeEvent evt)
          Override methods for button & combo box
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZoomDialogControl

public ZoomDialogControl(VttObj vttObj)
Create a ZoomDialogControl object for zoom dialog controller by specifying vttObj.

Parameters:
vttObj - the vttObj Java object
Method Detail

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent evt)
Override methods for button & combo box

Specified by:
stateChanged in interface javax.swing.event.ChangeListener
Parameters:
evt - is used to notify interested parties that state has changed in the event source

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Override methods for button & combo box

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
evt - a semantic event which indicates that a component-defined action occurred.

VTT Java
2010 Version

Submit a bug or feature

Copyright © 2010 National Library of Medicine