net.sourceforge.squirrel_sql.plugins.postgres.actions
Class AbstractObjectTreeAction
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.postgres.actions.AbstractObjectTreeAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action, IObjectTreeAction
- Direct Known Subclasses:
- VacuumTableAction
public abstract class AbstractObjectTreeAction
- extends SquirrelAction
- implements IObjectTreeAction
- See Also:
- Serialized Form
| Fields inherited from class net.sourceforge.squirrel_sql.client.action.SquirrelAction |
_app |
| 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 |
_tree
protected IObjectTreeAPI _tree
- Current object tree
AbstractObjectTreeAction
public AbstractObjectTreeAction(IApplication app,
Resources rsrc)
actionPerformed
public void actionPerformed(ActionEvent evt)
- Specified by:
actionPerformed in interface ActionListener
getCommand
protected abstract ICommand getCommand(IDatabaseObjectInfo[] info)
isMultipleObjectAction
protected abstract boolean isMultipleObjectAction()
getErrorMessage
protected abstract String getErrorMessage()
setObjectTree
public void setObjectTree(IObjectTreeAPI tree)
- Set the current object tree.
- Specified by:
setObjectTree in interface IObjectTreeAction
- Parameters:
tree - The current object tree.
Copyright © 2001-2010. All Rights Reserved.