Class ComponentParametersPropertySection
- java.lang.Object
-
- org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
-
- org.palladiosimulator.editors.commons.tabs.ComponentParametersPropertySection
-
- All Implemented Interfaces:
ISection
public class ComponentParametersPropertySection extends AbstractPropertySection
-
-
Field Summary
-
Fields inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
STANDARD_LABEL_WIDTH
-
-
Constructor Summary
Constructors Constructor Description ComponentParametersPropertySection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createControls(Composite parent, TabbedPropertySheetPage tabbedPropertySheetPage)
void
setInput(IWorkbenchPart part, ISelection selection)
-
Methods inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
aboutToBeHidden, aboutToBeShown, dispose, getMinimumHeight, getPart, getSelection, getWidgetFactory, refresh, shouldUseExtraSpace
-
-
-
-
Method Detail
-
createControls
public void createControls(Composite parent, TabbedPropertySheetPage tabbedPropertySheetPage)
- Specified by:
createControls
in interfaceISection
- Overrides:
createControls
in classAbstractPropertySection
-
setInput
public void setInput(IWorkbenchPart part, ISelection selection)
- Specified by:
setInput
in interfaceISection
- Overrides:
setInput
in classAbstractPropertySection
-
-