VTT Java
2010 Version

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

java.lang.Object
  extended by gov.nih.nlm.nls.vtt.GuiControl.ConfigOptionsDialogControl
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.ItemListener, java.util.EventListener

public class ConfigOptionsDialogControl
extends java.lang.Object
implements java.awt.event.ActionListener, java.awt.event.ItemListener

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

History:

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

Constructor Summary
ConfigOptionsDialogControl(VttObj vttObj)
          Create a ConfigOptionsDialogControl object for config options dialog controller by specifying vttObj.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          Override methods for button & combo box
 void itemStateChanged(java.awt.event.ItemEvent e)
          Override methods for check box
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigOptionsDialogControl

public ConfigOptionsDialogControl(VttObj vttObj)
Create a ConfigOptionsDialogControl object for config options dialog controller by specifying vttObj.

Parameters:
vttObj - the vttObj Java object
Method Detail

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.

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Override methods for check box

Specified by:
itemStateChanged in interface java.awt.event.ItemListener
Parameters:
e - a semantic event which indicates that an item was selected or deselected.

VTT Java
2010 Version

Submit a bug or feature

Copyright © 2010 National Library of Medicine