net.sourceforge.squirrel_sql.plugins.syntax.rsyntax.action
Class SquirrelCopyAsRtfAction
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.syntax.rsyntax.action.SquirrelCopyAsRtfAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class SquirrelCopyAsRtfAction
- extends SquirrelAction
A Wrapper for RSyntaxTextAreaEditorKit.CopyAsRtfAction.
This wrapper is the simplest way to customize the action properties like name and tooltip.
- Author:
- Stefan Willinger
- 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 |
SquirrelCopyAsRtfAction
public SquirrelCopyAsRtfAction(IApplication app,
IResources rsrc)
- Construct a wrapper for
RSyntaxTextAreaEditorKit.CopyAsRtfAction
- Parameters:
app - The applicationrsrc - The plugin resources.
actionPerformed
public void actionPerformed(ActionEvent e)
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
Copyright © 2001-2011. All Rights Reserved.