java.lang.Object
com.inductiveautomation.ignition.designer.gui.flowpane.FlowCell<E>
Direct Known Subclasses:
EventStreamFlowCell

public class FlowCell<E> extends Object
  • Constructor Details

    • FlowCell

      public FlowCell()
  • Method Details

    • setData

      public void setData(FlowCellData data)
    • getData

      public FlowCellData getData()
    • setValue

      public void setValue(E value)
    • getValue

      public E getValue()
    • setType

      public void setType(FlowCell.Type type)
    • getType

      public FlowCell.Type getType()
    • getLogicalType

      public FlowCell.LogicalType getLogicalType()
    • addMarker

      public void addMarker(String marker)
    • removeMarker

      public void removeMarker(String marker)
    • hasMarker

      public boolean hasMarker(String marker)
    • addPropertyChangeListener

      public void addPropertyChangeListener(PropertyChangeListener listener)
    • removePropertyChangeListener

      public void removePropertyChangeListener(PropertyChangeListener listener)