Class ReplaceWithClipboardAction
- java.lang.Object
-
- org.eclipse.core.commands.common.EventManager
-
- org.eclipse.core.commands.AbstractHandler
-
- de.loskutov.anyedit.actions.replace.ReplaceWithAction
-
- de.loskutov.anyedit.actions.replace.ReplaceWithClipboardAction
-
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
,org.eclipse.core.commands.IHandler2
,org.eclipse.ui.IActionDelegate
,org.eclipse.ui.IObjectActionDelegate
public class ReplaceWithClipboardAction extends ReplaceWithAction
-
-
Field Summary
-
Fields inherited from class de.loskutov.anyedit.actions.replace.ReplaceWithAction
editor, selectedContent
-
-
Constructor Summary
Constructors Constructor Description ReplaceWithClipboardAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.io.InputStream
createInputStream()
void
selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
-
Methods inherited from class de.loskutov.anyedit.actions.replace.ReplaceWithAction
execute, run, setActivePart
-
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
-
-
-
-
Method Detail
-
selectionChanged
public void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
- Specified by:
selectionChanged
in interfaceorg.eclipse.ui.IActionDelegate
- Overrides:
selectionChanged
in classReplaceWithAction
-
createInputStream
protected java.io.InputStream createInputStream()
- Specified by:
createInputStream
in classReplaceWithAction
-
-