org.eclipse.datatools.sqltools.common.ui.helpsystem
Class HelpSystemEditorPart
java.lang.Object
   org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.common.EventManager
       org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.WorkbenchPart
           org.eclipse.ui.part.EditorPart
org.eclipse.ui.part.EditorPart
               org.eclipse.datatools.sqltools.common.ui.helpsystem.HelpSystemEditorPart
org.eclipse.datatools.sqltools.common.ui.helpsystem.HelpSystemEditorPart
- All Implemented Interfaces: 
- org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.help.IContextProvider, org.eclipse.ui.IEditorPart, org.eclipse.ui.ISaveablePart, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2, org.eclipse.ui.IWorkbenchPart3, org.eclipse.ui.part.IWorkbenchPartOrientation
- Direct Known Subclasses: 
- SchemaObjectEditorPage
- public class HelpSystemEditorPart 
- extends org.eclipse.ui.part.EditorPart- implements org.eclipse.help.IContextProvider
- Author:
- lihuang
 
| Fields inherited from interface org.eclipse.help.IContextProvider | 
| NONE, SELECTION | 
 
| 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 | 
| addPartPropertyListener, addPropertyListener, dispose, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, removePartPropertyListener, removePropertyListener, setPartProperty, 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 | 
 
HelpSystemEditorPart
public HelpSystemEditorPart()
getContext
public org.eclipse.help.IContext getContext(java.lang.Object target)
- 
- Specified by:
- getContextin interface- org.eclipse.help.IContextProvider
 
- 
 
getContextChangeMask
public int getContextChangeMask()
- 
- Specified by:
- getContextChangeMaskin interface- org.eclipse.help.IContextProvider
 
- 
 
getSearchExpression
public java.lang.String getSearchExpression(java.lang.Object target)
- 
- Specified by:
- getSearchExpressionin interface- org.eclipse.help.IContextProvider
 
- 
 
doSave
public void doSave(org.eclipse.core.runtime.IProgressMonitor monitor)
- 
- Specified by:
- doSavein interface- org.eclipse.ui.ISaveablePart
- Specified by:
- doSavein class- org.eclipse.ui.part.EditorPart
 
- 
 
doSaveAs
public void doSaveAs()
- 
- Specified by:
- doSaveAsin interface- org.eclipse.ui.ISaveablePart
- Specified by:
- doSaveAsin class- org.eclipse.ui.part.EditorPart
 
- 
 
init
public void init(org.eclipse.ui.IEditorSite site,
                 org.eclipse.ui.IEditorInput input)
          throws org.eclipse.ui.PartInitException
- 
- Specified by:
- initin interface- org.eclipse.ui.IEditorPart
- Specified by:
- initin class- org.eclipse.ui.part.EditorPart
 
- 
- Throws:
- org.eclipse.ui.PartInitException
 
isDirty
public boolean isDirty()
- 
- Specified by:
- isDirtyin interface- org.eclipse.ui.ISaveablePart
- Specified by:
- isDirtyin class- org.eclipse.ui.part.EditorPart
 
- 
 
isSaveAsAllowed
public boolean isSaveAsAllowed()
- 
- Specified by:
- isSaveAsAllowedin interface- org.eclipse.ui.ISaveablePart
- Specified by:
- isSaveAsAllowedin class- org.eclipse.ui.part.EditorPart
 
- 
 
createPartControl
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
- 
- Specified by:
- createPartControlin interface- org.eclipse.ui.IWorkbenchPart
- Specified by:
- createPartControlin class- org.eclipse.ui.part.WorkbenchPart
 
- 
 
setFocus
public void setFocus()
- 
- Specified by:
- setFocusin interface- org.eclipse.ui.IWorkbenchPart
- Specified by:
- setFocusin class- org.eclipse.ui.part.WorkbenchPart
 
-