net.sourceforge.squirrel_sql.plugins.postgres.actions
Class VacuumTableAction

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.postgres.actions.AbstractObjectTreeAction
                  extended by net.sourceforge.squirrel_sql.plugins.postgres.actions.VacuumTableAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, IObjectTreeAction

public class VacuumTableAction
extends AbstractObjectTreeAction

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.postgres.actions.AbstractObjectTreeAction
_tree
 
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
VacuumTableAction(IApplication app, Resources rsrc)
           
 
Method Summary
protected  ICommand getCommand(IDatabaseObjectInfo[] infos)
           
protected  String getErrorMessage()
           
protected  boolean isMultipleObjectAction()
           
 
Methods inherited from class net.sourceforge.squirrel_sql.plugins.postgres.actions.AbstractObjectTreeAction
actionPerformed, setObjectTree
 
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

VacuumTableAction

public VacuumTableAction(IApplication app,
                         Resources rsrc)
Method Detail

getCommand

protected ICommand getCommand(IDatabaseObjectInfo[] infos)
Specified by:
getCommand in class AbstractObjectTreeAction

isMultipleObjectAction

protected boolean isMultipleObjectAction()
Specified by:
isMultipleObjectAction in class AbstractObjectTreeAction

getErrorMessage

protected String getErrorMessage()
Specified by:
getErrorMessage in class AbstractObjectTreeAction


Copyright © 2001-2010. All Rights Reserved.