public interface IStripeInputVisualizationHelper
A stripe should provide an implementation of this interface in its lookup which is queried by the various table related input modes.
Modifier and Type | Method and Description |
---|---|
IVisualCreator |
getVisualCreator(IInputModeContext context,
INode tableNode,
StripeVisualizationType type)
Return an
IVisualCreator that is used to visualize the input operation specified by type . |
IVisualCreator getVisualCreator(IInputModeContext context, INode tableNode, StripeVisualizationType type)
IVisualCreator
that is used to visualize the input operation specified by type
.context
- The input mode context which provides further information.tableNode
- The node where the stripe's owner is currently bound to.type
- The actual visualization typeIVisualCreator
instance that renders a representation for the current operation.