Class CopyTextAsHtmlActionDelegate
java.lang.Object
org.eclipse.epsilon.perspective.actions.CopyTextAsHtmlActionDelegate
- All Implemented Interfaces:
org.eclipse.ui.IActionDelegate
,org.eclipse.ui.IEditorActionDelegate
public class CopyTextAsHtmlActionDelegate
extends Object
implements org.eclipse.ui.IEditorActionDelegate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
run
(org.eclipse.jface.action.IAction action) void
selectionChanged
(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection) void
setActiveEditor
(org.eclipse.jface.action.IAction action, org.eclipse.ui.IEditorPart targetEditor)
-
Constructor Details
-
CopyTextAsHtmlActionDelegate
public CopyTextAsHtmlActionDelegate()
-
-
Method Details
-
run
public void run(org.eclipse.jface.action.IAction action) - Specified by:
run
in interfaceorg.eclipse.ui.IActionDelegate
-
selectionChanged
public void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection) - Specified by:
selectionChanged
in interfaceorg.eclipse.ui.IActionDelegate
-
getActiveEditor
public void getActiveEditor() -
setActiveEditor
public void setActiveEditor(org.eclipse.jface.action.IAction action, org.eclipse.ui.IEditorPart targetEditor) - Specified by:
setActiveEditor
in interfaceorg.eclipse.ui.IEditorActionDelegate
-