|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMockCentralPluginEditor
Interface for the plug-in editor.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.ui.IEditorPart |
|---|
PROP_DIRTY, PROP_INPUT |
| Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
|---|
PROP_TITLE |
| Method Summary | |
|---|---|
void |
classpathChanged()
Notification that the Classpath affecting the editor has
changed. |
void |
classpathElementsChanged(java.util.List<java.lang.String> classNames)
Notification that compilation unit elements on the Classpath affecting the editor have changed. |
MarkerManager |
getMarkerManager()
Returns the MarkerManager used for managing the IMarker instances belonging to
the editor's IResource. |
TitleImagesManager |
getTitleImagesManager()
Returns the TitleImagesManager used for accessing images for the editor title. |
void |
setEditorTitleImage(org.eclipse.swt.graphics.Image image)
Sets the editor's title Image. |
void |
setInputToFile(org.eclipse.core.resources.IFile file)
Creates a new FileEditorInput for this editor from the
supplied file. |
| Methods inherited from interface org.mockcentral.editor.IMockCentralEditor |
|---|
getClassLoader, getCurrentNode, getInput, getNodeView, getPreferenceValue, loadPageFor, nodeProblemsChanged, setDirty, setPreference |
| Methods inherited from interface org.eclipse.ui.IEditorPart |
|---|
getEditorInput, getEditorSite, init |
| Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
|---|
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Methods inherited from interface org.eclipse.ui.ISaveablePart |
|---|
doSave, doSaveAs, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded |
| Method Detail |
|---|
void classpathChanged()
Classpath affecting the editor has
changed.
void classpathElementsChanged(java.util.List<java.lang.String> classNames)
Classpath affecting the editor have changed.
classNames - the names of the affected compilation units.void setInputToFile(org.eclipse.core.resources.IFile file)
FileEditorInput for this editor from the
supplied file.
file - the IFile containing the new input.MarkerManager getMarkerManager()
MarkerManager used for managing the IMarker instances belonging to
the editor's IResource.
MarkerManager.TitleImagesManager getTitleImagesManager()
TitleImagesManager used for accessing images for the editor title.
TitleImagesManager.void setEditorTitleImage(org.eclipse.swt.graphics.Image image)
Image.
image - the Image.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||