Class FlowCellRenderComponentManager<E>
java.lang.Object
com.inductiveautomation.ignition.designer.gui.flowpane.FlowCellRenderComponentManager<E>
Class is responsible for managing the
FlowCellRenderComponent
instances for a given list of
FlowCell
s.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateComponentForCell
(FlowCell<E> cell) If aFlowCellRenderComponent
does not exist for the given cell, one will be created.getCellAt
(int index) getComponentForCell
(FlowCell<E> cell) void
-
Constructor Details
-
FlowCellRenderComponentManager
public FlowCellRenderComponentManager()
-
-
Method Details
-
process
-
createComponentForCell
If aFlowCellRenderComponent
does not exist for the given cell, one will be created. -
getComponentForCell
-
getCellAt
-