gograph.actions.view
Class ViewToFrontAction
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--gograph.actions.view.ViewToFrontAction
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
- public class ViewToFrontAction
- extends javax.swing.AbstractAction
Put selected graph element to top level, forcing other overlaping elements to go back.
- See Also:
- GoGraph,
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 |
|
Constructor Summary |
ViewToFrontAction(GoGraph gograph,
javax.swing.ImageIcon icon)
Creates a new instance of ViewToFrontAction. |
|
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent e)
Put selected graph element to top level, forcing other overlaping elements to go back. |
| 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 |
gograph
protected GoGraph gograph
- Access back to GoGraph panel.
ViewToFrontAction
public ViewToFrontAction(GoGraph gograph,
javax.swing.ImageIcon icon)
- Creates a new instance of ViewToFrontAction.
- Parameters:
gograph - Access back to GoGraph panel.icon - Action icon.
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Put selected graph element to top level, forcing other overlaping elements to go back.
- Parameters:
e - Evenement source.
Copyright (C) 2003 Stewe Frei. All rights reserved.