org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages.intropage
Class IntroductionSection
java.lang.Object
org.eclipse.ui.forms.AbstractFormPart
org.eclipse.datatools.sqltools.schemaobjecteditor.ui.common.CollapseableSection
org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages.intropage.IntroductionSection
- All Implemented Interfaces:
- org.eclipse.ui.forms.IFormPart
public class IntroductionSection
- extends CollapseableSection
The introduction section
- Author:
- Idull
Constructor Summary |
IntroductionSection(java.lang.String pageExtensionId,
org.eclipse.ui.forms.widgets.FormToolkit toolkit,
java.lang.String title,
org.eclipse.swt.widgets.Display display,
int estyle)
|
Methods inherited from class org.eclipse.ui.forms.AbstractFormPart |
commit, getManagedForm, initialize, isDirty, isStale, markDirty, markStale, refresh, setFocus, setFormInput |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntroductionSection
public IntroductionSection(java.lang.String pageExtensionId,
org.eclipse.ui.forms.widgets.FormToolkit toolkit,
java.lang.String title,
org.eclipse.swt.widgets.Display display,
int estyle)
createSectionContent
public void createSectionContent(org.eclipse.swt.widgets.Composite parent)
- Description copied from class:
CollapseableSection
- Creates the section content, subclass should implement this method to create controls in the contect
- Parameters:
parent
- the section content composite
getContextHelpId
public java.lang.String getContextHelpId()
getPageName
public java.lang.String getPageName()
setPage
public void setPage(ISchemaObjectEditorPage _page)
dispose
public void dispose()
- Specified by:
dispose
in interface org.eclipse.ui.forms.IFormPart
- Overrides:
dispose
in class org.eclipse.ui.forms.AbstractFormPart