Class EMFPropertySection
- java.lang.Object
-
- org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
-
- org.palladiosimulator.edp2.ui.properties.EMFPropertySection
-
- All Implemented Interfaces:
ISection
public class EMFPropertySection extends AbstractPropertySection
-
-
Field Summary
Fields Modifier and Type Field Description protected PropertySheetPagepage-
Fields inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
STANDARD_LABEL_WIDTH
-
-
Constructor Summary
Constructors Constructor Description EMFPropertySection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateControls(Composite parent, TabbedPropertySheetPage tabbedPropertySheetPage)voiddispose()voidrefresh()voidsetInput(IWorkbenchPart part, ISelection selection)booleanshouldUseExtraSpace()-
Methods inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
aboutToBeHidden, aboutToBeShown, getMinimumHeight, getPart, getSelection, getWidgetFactory
-
-
-
-
Field Detail
-
page
protected PropertySheetPage page
-
-
Method Detail
-
createControls
public void createControls(Composite parent, TabbedPropertySheetPage tabbedPropertySheetPage)
- Specified by:
createControlsin interfaceISection- Overrides:
createControlsin classAbstractPropertySection
-
setInput
public void setInput(IWorkbenchPart part, ISelection selection)
- Specified by:
setInputin interfaceISection- Overrides:
setInputin classAbstractPropertySection
-
dispose
public void dispose()
- Specified by:
disposein interfaceISection- Overrides:
disposein classAbstractPropertySection
-
refresh
public void refresh()
- Specified by:
refreshin interfaceISection- Overrides:
refreshin classAbstractPropertySection
-
shouldUseExtraSpace
public boolean shouldUseExtraSpace()
- Specified by:
shouldUseExtraSpacein interfaceISection- Overrides:
shouldUseExtraSpacein classAbstractPropertySection
-
-