spirals.motol.gui
Class Tree_Search_Action
java.lang.Object
javax.swing.AbstractAction
spirals.motol.gui.Tree_Search_Action
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
class Tree_Search_Action
- extends javax.swing.AbstractAction
Action for search button
Copyright: Copyright (c) 2005 Jan Dolezel
Company: ÈVUT FEL, Prague
Fields inherited from class javax.swing.AbstractAction |
enabled, changeSupport |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent actionEvent)
method is called when search button is clicked |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
adaptee
private PacientTree adaptee
- parent PacientTree
Tree_Search_Action
Tree_Search_Action(PacientTree adaptee)
- create action for PacientTree
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent actionEvent)
- method is called when search button is clicked