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 for
AbstractTransformation
s. Used to display and edit properties of applied
data transformations in the Eclipse Properties View if an AbstractEditor
is the currently
active editor.-
Field Summary
Fields inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
STANDARD_LABEL_WIDTH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createControls
(Composite parent, TabbedPropertySheetPage aTabbedPropertySheetPage) Create the look and items of the properties.void
refresh()
void
void
setInput
(IWorkbenchPart part, ISelection selection) Methods inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
aboutToBeHidden, aboutToBeShown, dispose, getMinimumHeight, getPart, getSelection, getWidgetFactory, shouldUseExtraSpace
-
Constructor Details
-
TransformationsPropertySection
public TransformationsPropertySection()
-
-
Method Details
-
createControls
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:
createControls
in interfaceISection
- Overrides:
createControls
in classAbstractPropertySection
-
setInput
- Specified by:
setInput
in interfaceISection
- Overrides:
setInput
in classAbstractPropertySection
-
refresh
public void refresh()- Specified by:
refresh
in interfaceISection
- Overrides:
refresh
in classAbstractPropertySection
-
selectionChanged
- Specified by:
selectionChanged
in interfaceISelectionChangedListener
-