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.ISection
ISection.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.ISection
ISection.setInput(IWorkbenchPart, ISelection)
public void aboutToBeShown()
aboutToBeShown
in interface org.eclipse.ui.views.properties.tabbed.ISection
ISection.aboutToBeShown()
public void aboutToBeHidden()
aboutToBeHidden
in interface org.eclipse.ui.views.properties.tabbed.ISection
ISection.aboutToBeHidden()
public void dispose()
dispose
in interface org.eclipse.ui.views.properties.tabbed.ISection
ISection.dispose()
public int getMinimumHeight()
getMinimumHeight
in interface org.eclipse.ui.views.properties.tabbed.ISection
ISection.getMinimumHeight()
public boolean shouldUseExtraSpace()
shouldUseExtraSpace
in interface org.eclipse.ui.views.properties.tabbed.ISection
ISection.shouldUseExtraSpace()
public void refresh()
refresh
in interface org.eclipse.ui.views.properties.tabbed.ISection
ISection.refresh()