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 of
JFreeChartEditor
s. Shows and allows to edit visual
settings of the current Editor in the Eclipse Properties View if an JFreeChartEditor
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) void
refresh()
void
Methods inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
aboutToBeHidden, aboutToBeShown, dispose, getMinimumHeight, getPart, getSelection, getWidgetFactory, setInput, shouldUseExtraSpace
-
Constructor Details
-
DisplayPropertySection
public DisplayPropertySection()
-
-
Method Details
-
createControls
- Specified by:
createControls
in interfaceISection
- Overrides:
createControls
in classAbstractPropertySection
-
refresh
public void refresh()- Specified by:
refresh
in interfaceISection
- Overrides:
refresh
in classAbstractPropertySection
-
selectionChanged
- Specified by:
selectionChanged
in interfaceISelectionChangedListener
-