|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.ui.part.WorkbenchPart org.eclipse.ui.part.EditorPart org.eclipse.gef.ui.parts.GraphicalEditor com.bonevich.eclipse.cvsgrapher.editors.CvsGraphEditor
The CVS Graph GEF editor.
Field Summary | |
static java.lang.String |
EDITOR_ID
|
Fields inherited from interface org.eclipse.ui.IEditorPart |
PROP_DIRTY, PROP_INPUT |
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
PROP_TITLE |
Constructor Summary | |
CvsGraphEditor()
|
Method Summary | |
protected void |
configureGraphicalViewer()
|
void |
doSave(org.eclipse.core.runtime.IProgressMonitor iMonitor)
|
void |
doSaveAs()
|
void |
gotoMarker(org.eclipse.core.resources.IMarker iMarker)
|
void |
init(org.eclipse.ui.IEditorSite iSite,
org.eclipse.ui.IEditorInput iInput)
|
protected void |
initializeGraphicalViewer()
|
boolean |
isDirty()
|
boolean |
isSaveAsAllowed()
|
Methods inherited from class org.eclipse.gef.ui.parts.GraphicalEditor |
commandStackChanged, createActions, createGraphicalViewer, createPartControl, dispose, firePropertyChange, getActionRegistry, getAdapter, getCommandStack, getEditDomain, getGraphicalViewer, getPropertyActions, getSelectionActions, getSelectionSynchronizer, getStackActions, hookGraphicalViewer, initializeActionRegistry, selectionChanged, setActionRegistry, setEditDomain, setFocus, setGraphicalViewer, updateActions |
Methods inherited from class org.eclipse.ui.part.EditorPart |
getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setInput |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
addPropertyListener, getConfigurationElement, getDefaultImage, getJobChangeListener, getSite, getTitle, getTitleImage, removePropertyListener, setInitializationData, setSite, setTitle, setTitleImage, setTitleToolTip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
addPropertyListener, getSite, getTitle, getTitleImage, removePropertyListener |
Field Detail |
public static final java.lang.String EDITOR_ID
Constructor Detail |
public CvsGraphEditor()
Method Detail |
public void init(org.eclipse.ui.IEditorSite iSite, org.eclipse.ui.IEditorInput iInput) throws org.eclipse.ui.PartInitException
init
in interface org.eclipse.ui.IEditorPart
org.eclipse.ui.PartInitException
IEditorPart.init(IEditorSite, IEditorInput)
protected void initializeGraphicalViewer()
GraphicalEditor.initializeGraphicalViewer()
public boolean isSaveAsAllowed()
isSaveAsAllowed
in interface org.eclipse.ui.ISaveablePart
ISaveablePart.isSaveAsAllowed()
public void doSave(org.eclipse.core.runtime.IProgressMonitor iMonitor)
doSave
in interface org.eclipse.ui.ISaveablePart
ISaveablePart.doSave(IProgressMonitor)
public void doSaveAs()
doSaveAs
in interface org.eclipse.ui.ISaveablePart
ISaveablePart.doSaveAs()
public void gotoMarker(org.eclipse.core.resources.IMarker iMarker)
org.eclipse.ui.IEditorPart#gotoMarker(IMarker)
public boolean isDirty()
isDirty
in interface org.eclipse.ui.ISaveablePart
ISaveablePart.isDirty()
protected void configureGraphicalViewer()
GraphicalEditor.configureGraphicalViewer()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |