Class OfficeFloorSelectionFeedbackPartFactory
- java.lang.Object
-
- org.eclipse.gef.mvc.fx.parts.DefaultSelectionFeedbackPartFactory
-
- net.officefloor.gef.editor.internal.parts.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
-
-
Constructor Summary
Constructors Constructor Description OfficeFloorSelectionFeedbackPartFactory()
-
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
- Overrides:
createFeedbackParts
in classorg.eclipse.gef.mvc.fx.parts.DefaultSelectionFeedbackPartFactory
-
-