TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.ui.editor.actions.internal
Class JScribEditorActionDelegate

java.lang.Object
  extended by org.eclipse.tptp.platform.report.ui.editor.actions.internal.JScribEditorActionDelegate
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IEditorActionDelegate
Direct Known Subclasses:
EditSource, EditStylesAction, HomeAction, ReloadAction, ZoomAction, ZoomInAction, ZoomOutAction

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class JScribEditorActionDelegate
extends java.lang.Object
implements org.eclipse.ui.IEditorActionDelegate

Enter here your comment


Constructor Summary
JScribEditorActionDelegate()
          Deprecated.  
 
Method Summary
 ReportEditor getEditor()
          Deprecated.  
 void run(org.eclipse.jface.action.IAction action)
          Deprecated.  
 void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
          Deprecated.  
 void setActiveEditor(org.eclipse.jface.action.IAction action, org.eclipse.ui.IEditorPart targetEditor)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JScribEditorActionDelegate

public JScribEditorActionDelegate()
Deprecated. 
Method Detail

run

public void run(org.eclipse.jface.action.IAction action)
Deprecated. 
Specified by:
run in interface org.eclipse.ui.IActionDelegate

setActiveEditor

public void setActiveEditor(org.eclipse.jface.action.IAction action,
                            org.eclipse.ui.IEditorPart targetEditor)
Deprecated. 
Specified by:
setActiveEditor in interface org.eclipse.ui.IEditorActionDelegate

selectionChanged

public void selectionChanged(org.eclipse.jface.action.IAction action,
                             org.eclipse.jface.viewers.ISelection selection)
Deprecated. 
Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate

getEditor

public ReportEditor getEditor()
Deprecated. 
Returns:

TPTP 4.6.0 Platform Project
Internal API Specification