Class EMFPropertySection
java.lang.Object
org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
org.palladiosimulator.edp2.ui.properties.EMFPropertySection
- All Implemented Interfaces:
ISection
-
Field Summary
Fields inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
STANDARD_LABEL_WIDTH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createControls
(Composite parent, TabbedPropertySheetPage tabbedPropertySheetPage) void
dispose()
void
refresh()
void
setInput
(IWorkbenchPart part, ISelection selection) boolean
Methods inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
aboutToBeHidden, aboutToBeShown, getMinimumHeight, getPart, getSelection, getWidgetFactory
-
Field Details
-
page
-
-
Constructor Details
-
EMFPropertySection
public EMFPropertySection()
-
-
Method Details
-
createControls
- Specified by:
createControls
in interfaceISection
- Overrides:
createControls
in classAbstractPropertySection
-
setInput
- Specified by:
setInput
in interfaceISection
- Overrides:
setInput
in classAbstractPropertySection
-
dispose
public void dispose()- Specified by:
dispose
in interfaceISection
- Overrides:
dispose
in classAbstractPropertySection
-
refresh
public void refresh()- Specified by:
refresh
in interfaceISection
- Overrides:
refresh
in classAbstractPropertySection
-
shouldUseExtraSpace
public boolean shouldUseExtraSpace()- Specified by:
shouldUseExtraSpace
in interfaceISection
- Overrides:
shouldUseExtraSpace
in classAbstractPropertySection
-