Package org.eclipse.graphiti.ui.platform
Class GFPropertySection
java.lang.Object
org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
org.eclipse.graphiti.ui.platform.GFPropertySection
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
,org.eclipse.ui.views.properties.tabbed.ISection
public abstract class GFPropertySection
extends org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
implements PropertyChangeListener
The Class GFPropertySection.
-
Field Summary
Fields inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
STANDARD_LABEL_WIDTH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Executes the feature and adds it to the command stack.protected Diagram
protected IDiagramContainer
protected IDiagramTypeProvider
protected PictogramElement
void
Methods inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
aboutToBeHidden, aboutToBeShown, createControls, dispose, getMinimumHeight, getPart, getSelection, getWidgetFactory, refresh, setInput, shouldUseExtraSpace
-
Constructor Details
-
GFPropertySection
public GFPropertySection()
-
-
Method Details
-
getSelectedPictogramElement
- Returns:
- the selected pictogram element.
-
execute
Executes the feature and adds it to the command stack.- Parameters:
feature
- the featurecontext
- the context
-
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
-
getDiagramContainer
- Returns:
- the
IDiagramContainer
. - Since:
- 0.10
-
getDiagram
- Returns:
- the diagram.
-
getDiagramTypeProvider
- Returns:
- the diagram type provider.
-