net.sf.tm.plugin.actions
Class CopyToClipboardAction
java.lang.Object
org.eclipse.jface.action.Action
net.sf.tm.plugin.actions.AbstractAction
net.sf.tm.plugin.actions.CopyToClipboardAction
- All Implemented Interfaces:
- IAction
- public class CopyToClipboardAction
- extends AbstractAction
Action for copy the selected context to the clipboard. At the moment
only the copy of the reload URL is possible.
- Version:
- $Id: CopyToClipboardAction.java,v 1.1 2003/08/27 12:33:16 apataki Exp $
- Author:
- Andreas Pataki
Method Summary |
void |
run()
On Excecution the reload URL for the selected context is created and
copied to the clipboard. |
Methods inherited from class org.eclipse.jface.action.Action |
addPropertyChangeListener, convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, firePropertyChange, firePropertyChange, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, removeAcceleratorText, removePropertyChangeListener, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyToClipboardAction
public CopyToClipboardAction(WebContextView parentView)
- Constructor for this action. The text and image settings are initialized.
- Parameters:
parentView
- Parent view which created this action.
run
public void run()
- On Excecution the reload URL for the selected context is created and
copied to the clipboard.
- See Also:
Action.run()
Copyright © 2003-2004 Andreas Pataki. All Rights Reserved.