| org.eclipse.ui.actions.SelectionListenerAction org.eclipse.ui.views.navigator.CopyAction
CopyAction | class CopyAction extends SelectionListenerAction (Code) | | Standard action for copying the currently selected resources to the clipboard.
This class may be instantiated; it is not intended to be subclassed.
since: 2.0 |
Field Summary | |
final public static String | ID The id of this action. |
Constructor Summary | |
public | CopyAction(Shell shell, Clipboard clipboard) Creates a new action. | public | CopyAction(Shell shell, Clipboard clipboard, PasteAction pasteAction) Creates a new action. |
Method Summary | |
public void | run() | protected boolean | updateSelection(IStructuredSelection selection) |
ID | final public static String ID(Code) | | The id of this action.
|
CopyAction | public CopyAction(Shell shell, Clipboard clipboard)(Code) | | Creates a new action.
Parameters: shell - the shell for any dialogs Parameters: clipboard - a platform clipboard |
CopyAction | public CopyAction(Shell shell, Clipboard clipboard, PasteAction pasteAction)(Code) | | Creates a new action.
Parameters: shell - the shell for any dialogs Parameters: clipboard - a platform clipboard Parameters: pasteAction - a paste action since: 2.0 |
updateSelection | protected boolean updateSelection(IStructuredSelection selection)(Code) | | |
|
|