public class LegacySection
extends java.lang.Object
implements org.eclipse.ui.views.properties.tabbed.ISection
IEEFSection to an ISection.| Constructor and Description |
|---|
LegacySection(IEEFSection eefSection)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToBeHidden() |
void |
aboutToBeShown() |
void |
createControls(org.eclipse.swt.widgets.Composite parent,
org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage tabbedPropertySheetPage) |
void |
dispose() |
int |
getMinimumHeight() |
void |
refresh() |
void |
setInput(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection) |
boolean |
shouldUseExtraSpace() |
public LegacySection(IEEFSection eefSection)
eefSection - An EEF sectionpublic void createControls(org.eclipse.swt.widgets.Composite parent,
org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage tabbedPropertySheetPage)
createControls in interface org.eclipse.ui.views.properties.tabbed.ISectionISection.createControls(Composite, TabbedPropertySheetPage)public void setInput(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
setInput in interface org.eclipse.ui.views.properties.tabbed.ISectionISection.setInput(IWorkbenchPart, ISelection)public void aboutToBeShown()
aboutToBeShown in interface org.eclipse.ui.views.properties.tabbed.ISectionISection.aboutToBeShown()public void aboutToBeHidden()
aboutToBeHidden in interface org.eclipse.ui.views.properties.tabbed.ISectionISection.aboutToBeHidden()public void dispose()
dispose in interface org.eclipse.ui.views.properties.tabbed.ISectionISection.dispose()public int getMinimumHeight()
getMinimumHeight in interface org.eclipse.ui.views.properties.tabbed.ISectionISection.getMinimumHeight()public boolean shouldUseExtraSpace()
shouldUseExtraSpace in interface org.eclipse.ui.views.properties.tabbed.ISectionISection.shouldUseExtraSpace()public void refresh()
refresh in interface org.eclipse.ui.views.properties.tabbed.ISectionISection.refresh()