public interface IFeedbackPartFactory
IFeedbackPartFactory
interface specifies a factory method for the
creation of IFeedbackPart
s for a given list of target
IVisualPart
s, a context IBehavior
, and a context Map
.Modifier and Type | Method and Description |
---|---|
List<IFeedbackPart<? extends Node>> |
createFeedbackParts(List<? extends IVisualPart<? extends Node>> targets,
Map<Object,Object> contextMap)
Creates specific
IFeedbackPart s for the given targets. |
List<IFeedbackPart<? extends Node>> createFeedbackParts(List<? extends IVisualPart<? extends Node>> targets, Map<Object,Object> contextMap)
IFeedbackPart
s for the given targets. As
additional information might be needed by the
IFeedbackPartFactory
to identify the creation context, an
additional contextMap is passed in upon creation.targets
- The target IVisualPart
s for which feedback is to be
created.contextMap
- A map in which additional context information for the creation
process can be placed.IFeedbackPart
s that are to be used to indicate
feedback for the given targets.Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.