Class OfficeFloorSelectionFeedbackPartFactory

  • All Implemented Interfaces:
    org.eclipse.gef.mvc.fx.parts.IFeedbackPartFactory

    public class OfficeFloorSelectionFeedbackPartFactory
    extends org.eclipse.gef.mvc.fx.parts.DefaultSelectionFeedbackPartFactory
    OfficeFloor IFeedbackPartFactory.
    Author:
    Daniel Sagenschneider
    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.eclipse.gef.mvc.fx.parts.IFeedbackPart<? extends javafx.scene.Node>> createFeedbackParts​(java.util.List<? extends org.eclipse.gef.mvc.fx.parts.IVisualPart<? extends javafx.scene.Node>> targets, java.util.Map<java.lang.Object,​java.lang.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 Detail

      • OfficeFloorSelectionFeedbackPartFactory

        public OfficeFloorSelectionFeedbackPartFactory()
    • Method Detail

      • createFeedbackParts

        public java.util.List<org.eclipse.gef.mvc.fx.parts.IFeedbackPart<? extends javafx.scene.Node>> createFeedbackParts​(java.util.List<? extends org.eclipse.gef.mvc.fx.parts.IVisualPart<? extends javafx.scene.Node>> targets,
                                                                                                                           java.util.Map<java.lang.Object,​java.lang.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