Class OfficeFloorFeedbackPartFactory
- java.lang.Object
-
- net.officefloor.gef.editor.internal.parts.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
-
-
Constructor Summary
Constructors Constructor Description OfficeFloorFeedbackPartFactory()
-
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)
-
-
-
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 interfaceorg.eclipse.gef.mvc.fx.parts.IFeedbackPartFactory
-
-