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
FlowCells.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateComponentForCell(FlowCell<E> cell) If aFlowCellRenderComponentdoes 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 aFlowCellRenderComponentdoes not exist for the given cell, one will be created. -
getComponentForCell
-
getCellAt
-