Class AdvancedPropertySection
- java.lang.Object
-
- org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
-
- org.palladiosimulator.editors.commons.tabs.AdvancedPropertySection
-
- All Implemented Interfaces:
ISection
public class AdvancedPropertySection extends AbstractPropertySection
-
-
Field Summary
Fields Modifier and Type Field Description protected PropertySheetPage
page
The Property Sheet Page used to display the standard properties-
Fields inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
STANDARD_LABEL_WIDTH
-
-
Constructor Summary
Constructors Constructor Description AdvancedPropertySection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createControls(Composite parent, TabbedPropertySheetPage tabbedPropertySheetPage)
void
dispose()
void
refresh()
void
setInput(IWorkbenchPart part, ISelection selection)
boolean
shouldUseExtraSpace()
-
Methods inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
aboutToBeHidden, aboutToBeShown, getMinimumHeight, getPart, getSelection, getWidgetFactory
-
-
-
-
Field Detail
-
page
protected PropertySheetPage page
The Property Sheet Page used to display the standard properties
-
-
Method Detail
-
createControls
public void createControls(Composite parent, TabbedPropertySheetPage tabbedPropertySheetPage)
- Specified by:
createControls
in interfaceISection
- Overrides:
createControls
in 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:
setInput
in interfaceISection
- Overrides:
setInput
in classAbstractPropertySection
- See Also:
ISection.setInput(org.eclipse.ui.IWorkbenchPart, org.eclipse.jface.viewers.ISelection)
-
dispose
public void dispose()
- Specified by:
dispose
in interfaceISection
- Overrides:
dispose
in classAbstractPropertySection
- See Also:
ISection.dispose()
-
refresh
public void refresh()
- Specified by:
refresh
in interfaceISection
- Overrides:
refresh
in classAbstractPropertySection
- See Also:
ISection.refresh()
-
shouldUseExtraSpace
public boolean shouldUseExtraSpace()
- Specified by:
shouldUseExtraSpace
in interfaceISection
- Overrides:
shouldUseExtraSpace
in classAbstractPropertySection
- See Also:
ISection.shouldUseExtraSpace()
-
-