de.uni_paderborn.fujaba.fsa.actions
Class GrabAutoAlignAction
java.lang.Object
javax.swing.AbstractAction
de.uni_paderborn.fujaba.fsa.actions.GrabAutoAlignAction
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, de.upb.lib.userinterface.ElementInitializer, java.util.EventListener, java.io.Serializable
- public class GrabAutoAlignAction
- extends javax.swing.AbstractAction
- implements de.upb.lib.userinterface.ElementInitializer
- Version:
- $Revision: 1.10 $
- Author:
- $Author: lowende $
- See Also:
- Serialized Form
Nested classes inherited from class javax.swing.AbstractAction |
|
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 |
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent event)
No comment provided by developer, please add a comment to improve documentation. |
private JGrab |
findGrab(javax.swing.JComponent comp)
No comment provided by developer, please add a comment to improve documentation. |
void |
initialize(javax.swing.JComponent item,
java.lang.Object source)
No comment provided by developer, please add a comment to improve documentation. |
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 |
GrabAutoAlignAction
public GrabAutoAlignAction()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- No comment provided by developer, please add a comment to improve documentation.
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
- Parameters:
event
- No description provided
initialize
public void initialize(javax.swing.JComponent item,
java.lang.Object source)
- No comment provided by developer, please add a comment to improve documentation.
- Specified by:
initialize
in interface de.upb.lib.userinterface.ElementInitializer
- Parameters:
item
- No description providedsource
- No description provided
findGrab
private JGrab findGrab(javax.swing.JComponent comp)
- No comment provided by developer, please add a comment to improve documentation.
- Parameters:
comp
- No description provided
- Returns:
- No description provided