Class OfficeFloorFeedbackPartFactory

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

    public class OfficeFloorFeedbackPartFactory
    extends java.lang.Object
    implements org.eclipse.gef.mvc.fx.parts.IFeedbackPartFactory
    OfficeFloor IFeedbackPartFactory.
    Author:
    Daniel Sagenschneider
    • 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

      • OfficeFloorFeedbackPartFactory

        public OfficeFloorFeedbackPartFactory()
    • 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