net.sourceforge.squirrel_sql.plugins.userscript
Class UserScriptSQLAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by net.sourceforge.squirrel_sql.fw.gui.action.BaseAction
          extended by net.sourceforge.squirrel_sql.client.action.SquirrelAction
              extended by net.sourceforge.squirrel_sql.plugins.userscript.UserScriptAction
                  extended by net.sourceforge.squirrel_sql.plugins.userscript.UserScriptSQLAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, ISessionAction

public class UserScriptSQLAction
extends UserScriptAction

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sourceforge.squirrel_sql.fw.gui.action.BaseAction
BaseAction.IBaseActionPropertyNames
 
Field Summary
 
Fields inherited from class net.sourceforge.squirrel_sql.plugins.userscript.UserScriptAction
_plugin, _session
 
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
 
Constructor Summary
UserScriptSQLAction(IApplication app, IResources resources, UserScriptPlugin plugin)
           
 
Method Summary
protected  boolean getTargetType()
          Is redefined in UserScriptSQLAction.
 
Methods inherited from class net.sourceforge.squirrel_sql.plugins.userscript.UserScriptAction
actionPerformed, setSession
 
Methods inherited from class net.sourceforge.squirrel_sql.client.action.SquirrelAction
getApplication, getKeyStroke
 
Methods inherited from class net.sourceforge.squirrel_sql.fw.gui.action.BaseAction
getParentFrame
 
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
 

Constructor Detail

UserScriptSQLAction

public UserScriptSQLAction(IApplication app,
                           IResources resources,
                           UserScriptPlugin plugin)
Method Detail

getTargetType

protected boolean getTargetType()
Description copied from class: UserScriptAction
Is redefined in UserScriptSQLAction.

Overrides:
getTargetType in class UserScriptAction


Copyright © 2001-2013. All Rights Reserved.