org.radrails.db.internal.ui
Class DataEditor
java.lang.Object
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.EditorPart
org.radrails.db.internal.ui.DataEditor
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorPart, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.ISaveablePart, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2, org.eclipse.ui.part.IWorkbenchPartOrientation
- public class DataEditor
- extends org.eclipse.ui.part.EditorPart
The editor for a query result.
- Version:
- 0.3.1
- Author:
- mbaumbach
Fields inherited from interface org.eclipse.ui.IEditorPart |
PROP_DIRTY, PROP_INPUT |
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
PROP_TITLE |
Methods inherited from class org.eclipse.ui.part.EditorPart |
getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setInitializationData |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
addPropertyListener, dispose, getAdapter, getContentDescription, getOrientation, getPartName, getSite, getTitle, getTitleImage, removePropertyListener, showBusy |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
addPropertyListener, dispose, getSite, getTitle, getTitleImage, removePropertyListener |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
DataEditor
public DataEditor()
doSave
public void doSave(org.eclipse.core.runtime.IProgressMonitor monitor)
- See Also:
ISaveablePart.doSave(org.eclipse.core.runtime.IProgressMonitor)
doSaveAs
public void doSaveAs()
- See Also:
ISaveablePart.doSaveAs()
init
public void init(org.eclipse.ui.IEditorSite site,
org.eclipse.ui.IEditorInput input)
throws org.eclipse.ui.PartInitException
- Throws:
org.eclipse.ui.PartInitException
- See Also:
IEditorPart.init(org.eclipse.ui.IEditorSite, org.eclipse.ui.IEditorInput)
isDirty
public boolean isDirty()
- See Also:
ISaveablePart.isDirty()
isSaveAsAllowed
public boolean isSaveAsAllowed()
- See Also:
ISaveablePart.isSaveAsAllowed()
createPartControl
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
- See Also:
IWorkbenchPart.createPartControl(org.eclipse.swt.widgets.Composite)
setFocus
public void setFocus()
- See Also:
IWorkbenchPart.setFocus()