Class InfrastructureSignaturesPropertySection
- java.lang.Object
-
- org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
-
- org.palladiosimulator.editors.commons.tabs.InfrastructureSignaturesPropertySection
-
- All Implemented Interfaces:
ISection
public class InfrastructureSignaturesPropertySection extends AbstractPropertySection
"Operations" Tab section for infrastructure signatures.
-
-
Field Summary
-
Fields inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
STANDARD_LABEL_WIDTH
-
-
Constructor Summary
Constructors Constructor Description InfrastructureSignaturesPropertySection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateControls(Composite parent, TabbedPropertySheetPage tabbedPropertySheetPage)voidrefresh()voidsetInput(IWorkbenchPart part, ISelection selection)booleanshouldUseExtraSpace()-
Methods inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
aboutToBeHidden, aboutToBeShown, dispose, getMinimumHeight, getPart, getSelection, getWidgetFactory
-
-
-
-
Method Detail
-
createControls
public void createControls(Composite parent, TabbedPropertySheetPage tabbedPropertySheetPage)
- Specified by:
createControlsin interfaceISection- Overrides:
createControlsin classAbstractPropertySection- See Also:
ISection.createControls(org.eclipse.swt.widgets.Composite, org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage)
-
setInput
public void setInput(IWorkbenchPart part, ISelection selection)
- Specified by:
setInputin interfaceISection- Overrides:
setInputin classAbstractPropertySection- See Also:
ISection.setInput(org.eclipse.ui.IWorkbenchPart, org.eclipse.jface.viewers.ISelection)
-
refresh
public void refresh()
- Specified by:
refreshin interfaceISection- Overrides:
refreshin classAbstractPropertySection- See Also:
ISection.refresh()
-
shouldUseExtraSpace
public boolean shouldUseExtraSpace()
- Specified by:
shouldUseExtraSpacein interfaceISection- Overrides:
shouldUseExtraSpacein classAbstractPropertySection- See Also:
ISection.shouldUseExtraSpace()
-
-