Class SelectionFeedbackPartFactory

java.lang.Object
org.eclipse.gef.mvc.fx.parts.DefaultSelectionFeedbackPartFactory
com.amalgamasimulation.graphicaleditor.factories.SelectionFeedbackPartFactory
All Implemented Interfaces:
org.eclipse.gef.mvc.fx.parts.IFeedbackPartFactory

public class SelectionFeedbackPartFactory extends org.eclipse.gef.mvc.fx.parts.DefaultSelectionFeedbackPartFactory
  • Field Summary

    Fields inherited from class org.eclipse.gef.mvc.fx.parts.DefaultSelectionFeedbackPartFactory

    DEFAULT_PRIMARY_SELECTION_FEEDBACK_COLOR, DEFAULT_SECONDARY_SELECTION_FEEDBACK_COLOR, PRIMARY_SELECTION_FEEDBACK_COLOR_PROVIDER, SECONDARY_SELECTION_FEEDBACK_COLOR_PROVIDER, SELECTION_FEEDBACK_GEOMETRY_PROVIDER, SELECTION_LINK_FEEDBACK_GEOMETRY_PROVIDER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.eclipse.gef.mvc.fx.parts.IFeedbackPart<? extends javafx.scene.Node>>
    createFeedbackParts(List<? extends org.eclipse.gef.mvc.fx.parts.IVisualPart<? extends javafx.scene.Node>> targets, Map<Object,Object> contextMap)
     

    Methods inherited from class org.eclipse.gef.mvc.fx.parts.DefaultSelectionFeedbackPartFactory

    createLinkFeedbackPart

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SelectionFeedbackPartFactory

      public SelectionFeedbackPartFactory()
  • Method Details

    • createFeedbackParts

      public List<org.eclipse.gef.mvc.fx.parts.IFeedbackPart<? extends javafx.scene.Node>> createFeedbackParts(List<? extends org.eclipse.gef.mvc.fx.parts.IVisualPart<? extends javafx.scene.Node>> targets, Map<Object,Object> contextMap)
      Specified by:
      createFeedbackParts in interface org.eclipse.gef.mvc.fx.parts.IFeedbackPartFactory
      Overrides:
      createFeedbackParts in class org.eclipse.gef.mvc.fx.parts.DefaultSelectionFeedbackPartFactory