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
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 |
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
VoodooGlobalSetupListener
public VoodooGlobalSetupListener(VoodooGlobalSetupDialog parent)
- Constructor.
- Parameters:
parent
- The window for which this controller listens.
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