Class GFPropertySection

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.util.EventListener, org.eclipse.ui.views.properties.tabbed.ISection

    public abstract class GFPropertySection
    extends org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
    implements java.beans.PropertyChangeListener
    The Class GFPropertySection.
    • Constructor Detail

      • GFPropertySection

        public GFPropertySection()
    • Method Detail

      • getSelectedPictogramElement

        protected PictogramElement getSelectedPictogramElement()
        Returns:
        the selected pictogram element.
      • execute

        public void execute​(IFeature feature,
                            IContext context)
        Executes the feature and adds it to the command stack.
        Parameters:
        feature - the feature
        context - the context
      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent evt)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener
      • getDiagram

        protected Diagram getDiagram()
        Returns:
        the diagram.
      • getDiagramTypeProvider

        protected IDiagramTypeProvider getDiagramTypeProvider()
        Returns:
        the diagram type provider.