edu.isi.powerloom.gui.components
Class WindowSelectAction
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--edu.isi.powerloom.gui.components.WindowSelectAction
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
- public class WindowSelectAction
- extends javax.swing.AbstractAction
Action for selecting an internal window.
- Since:
- Tue Sep 24 13:58:11 2002
- Author:
- Eric Melz
- See Also:
- Serialized Form
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowSelectAction
public WindowSelectAction(javax.swing.JInternalFrame frame)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ev)
getValue
public java.lang.Object getValue(java.lang.String key)
- Specified by:
getValue
in interface javax.swing.Action
- Overrides:
getValue
in class javax.swing.AbstractAction
getFrame
public javax.swing.JInternalFrame getFrame()
Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.