public class PtolemyEditor
extends CompilationUnitEditor
Constructor and Description |
---|
PtolemyEditor() |
Modifier and Type | Method and Description |
---|---|
protected void |
_installSemanticHighlighting(IColorManager colorManager)
Install the semantic highlighting handler.
|
void |
aboutToBeReconciled()
Notify all the reconciling listeners before reconciliation is performed.
|
void |
addJavaReconcileListener(IJavaReconcilingListener listener)
Add a reconciling listener to the list of reconciling listeners to be
notified.
|
void |
createPartControl(org.eclipse.swt.widgets.Composite parent)
Create the controls for this editor, and install the semantic
highlighting handler.
|
void |
reconciled(org.eclipse.jdt.core.dom.CompilationUnit ast,
boolean forced,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Notify all the reconciling listeners after reconciliation is performed.
|
void |
removeJavaReconcileListener(IJavaReconcilingListener listener)
Remove a reconciling listener from the list of reconciling listeners
to be notified.
|
public void aboutToBeReconciled()
public void addJavaReconcileListener(IJavaReconcilingListener listener)
listener
- The reconciling listener to be added.removeJavaReconcileListener(IJavaReconcilingListener)
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
parent
- The parent of the editor.public void reconciled(org.eclipse.jdt.core.dom.CompilationUnit ast, boolean forced, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
ast
- The compilation unit of the Java source.forced
- Whether the reconciliation is forced.progressMonitor
- The progress monitor to handle the reconcilation
progress.public void removeJavaReconcileListener(IJavaReconcilingListener listener)
listener
- The reconciling listener to be removed.addJavaReconcileListener(IJavaReconcilingListener)
protected void _installSemanticHighlighting(IColorManager colorManager)
colorManager
- The color manager with the color settings.