net.sourceforge.squirrel_sql.plugins.graph
Class AddToGraphAction
java.lang.Object
javax.swing.AbstractAction
net.sourceforge.squirrel_sql.fw.gui.action.BaseAction
net.sourceforge.squirrel_sql.client.action.SquirrelAction
net.sourceforge.squirrel_sql.plugins.graph.AddToGraphAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action, ISessionAction
public class AddToGraphAction
- extends SquirrelAction
- implements ISessionAction
- See Also:
- Serialized Form
| Fields inherited from class net.sourceforge.squirrel_sql.client.action.SquirrelAction |
_app |
| Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
| 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 |
_session
protected ISession _session
- Current session.
_plugin
protected final GraphPlugin _plugin
- Current plugin.
AddToGraphAction
public AddToGraphAction(IApplication app,
Resources rsrc,
GraphPlugin plugin)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener
setSession
public void setSession(ISession session)
- Set the current session.
- Specified by:
setSession in interface ISessionAction
- Parameters:
session - The current session.
Copyright © 2001-2010. All Rights Reserved.