Class OfficeFloorHoverFeedbackPartFactory

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

    public class OfficeFloorHoverFeedbackPartFactory
    extends org.eclipse.gef.mvc.fx.parts.DefaultHoverFeedbackPartFactory
    OfficeFloor IFeedbackPartFactory.
    Author:
    Daniel Sagenschneider
    • Field Summary

      • Fields inherited from class org.eclipse.gef.mvc.fx.parts.DefaultHoverFeedbackPartFactory

        DEFAULT_HOVER_FEEDBACK_COLOR, HOVER_FEEDBACK_COLOR_PROVIDER, HOVER_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 java.lang.Object

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

      • OfficeFloorHoverFeedbackPartFactory

        public OfficeFloorHoverFeedbackPartFactory()
    • 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.DefaultHoverFeedbackPartFactory