Class VoodooGlobalSetupListener

java.lang.Object
  |
  +--VoodooGlobalSetupListener

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


Field Summary
private  javax.swing.JFileChooser file_chooser
           
private  VoodooGlobalSetupSave global_save
           
protected  VoodooGlobalSetupDialog parent
           
private  int selectedIndex
           
private  java.lang.String source
           
 
Constructor Summary
VoodooGlobalSetupListener(VoodooGlobalSetupDialog parent)
          Constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method handles all non-keyboard events.
 void itemStateChanged(java.awt.event.ItemEvent ie)
          This method handles item selection events from the Global Setup section of the main application window.
 void stateChanged(javax.swing.event.ChangeEvent ce)
          Controls the switching of the "tabbed panes".
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

parent

protected VoodooGlobalSetupDialog parent

global_save

private VoodooGlobalSetupSave global_save

file_chooser

private javax.swing.JFileChooser file_chooser

selectedIndex

private int selectedIndex

source

private java.lang.String source
Constructor Detail

VoodooGlobalSetupListener

public VoodooGlobalSetupListener(VoodooGlobalSetupDialog parent)
Constructor.
Parameters:
parent - The window for which this controller listens.
Method Detail

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent ie)
This method handles item selection events from the Global Setup section of the main application window.
Specified by:
itemStateChanged in interface java.awt.event.ItemListener
Parameters:
ie - The selection event.
See Also:
ItemListener

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
This method handles all non-keyboard events.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - The event.
See Also:
ActionListener

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent ce)
Controls the switching of the "tabbed panes". This method overides the same method in the ChangeListener interface.
Specified by:
stateChanged in interface javax.swing.event.ChangeListener
See Also:
ChangeListener