Class DisplayPropertySection
- java.lang.Object
-
- org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
-
- org.palladiosimulator.edp2.visualization.properties.sections.DisplayPropertySection
-
- All Implemented Interfaces:
ISelectionChangedListener,ISection
public class DisplayPropertySection extends AbstractPropertySection implements ISelectionChangedListener
GUI controls for displaying options ofJFreeChartEditors. Shows and allows to edit visual settings of the current Editor in the Eclipse Properties View if anJFreeChartEditoris 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 DisplayPropertySection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateControls(Composite parent, TabbedPropertySheetPage aTabbedPropertySheetPage)voidrefresh()voidselectionChanged(SelectionChangedEvent event)-
Methods inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
aboutToBeHidden, aboutToBeShown, dispose, getMinimumHeight, getPart, getSelection, getWidgetFactory, setInput, shouldUseExtraSpace
-
-
-
-
Method Detail
-
createControls
public void createControls(Composite parent, TabbedPropertySheetPage aTabbedPropertySheetPage)
- Specified by:
createControlsin interfaceISection- Overrides:
createControlsin classAbstractPropertySection
-
refresh
public void refresh()
- Specified by:
refreshin interfaceISection- Overrides:
refreshin classAbstractPropertySection
-
selectionChanged
public void selectionChanged(SelectionChangedEvent event)
- Specified by:
selectionChangedin interfaceISelectionChangedListener
-
-