Class TransformationsPropertySection
- java.lang.Object
-
- org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
-
- org.palladiosimulator.edp2.visualization.properties.sections.TransformationsPropertySection
-
- All Implemented Interfaces:
ISelectionChangedListener,ISection
public class TransformationsPropertySection extends AbstractPropertySection implements ISelectionChangedListener
GUI controls forAbstractTransformations. Used to display and edit properties of applied data transformations in the Eclipse Properties View if anAbstractEditoris the currently active editor.
-
-
Field Summary
-
Fields inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
STANDARD_LABEL_WIDTH
-
-
Constructor Summary
Constructors Constructor Description TransformationsPropertySection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateControls(Composite parent, TabbedPropertySheetPage aTabbedPropertySheetPage)Create the look and items of the properties.voidrefresh()voidselectionChanged(SelectionChangedEvent event)voidsetInput(IWorkbenchPart part, ISelection selection)-
Methods inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
aboutToBeHidden, aboutToBeShown, dispose, getMinimumHeight, getPart, getSelection, getWidgetFactory, shouldUseExtraSpace
-
-
-
-
Method Detail
-
createControls
public void createControls(Composite parent, TabbedPropertySheetPage aTabbedPropertySheetPage)
Create the look and items of the properties. It is called, if one of the editors in the package visualization.editors is selected.- Specified by:
createControlsin interfaceISection- Overrides:
createControlsin classAbstractPropertySection
-
setInput
public void setInput(IWorkbenchPart part, ISelection selection)
- Specified by:
setInputin interfaceISection- Overrides:
setInputin classAbstractPropertySection
-
refresh
public void refresh()
- Specified by:
refreshin interfaceISection- Overrides:
refreshin classAbstractPropertySection
-
selectionChanged
public void selectionChanged(SelectionChangedEvent event)
- Specified by:
selectionChangedin interfaceISelectionChangedListener
-
-