java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.ignition.designer.gui.flowpane.render.FlowCellContent
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FlowCellContent extends JPanel
See Also:
  • Constructor Details

    • FlowCellContent

      public FlowCellContent(int width)
  • Method Details

    • setFlowCellData

      public void setFlowCellData(FlowCellData data)
    • setIcon

      public void setIcon(InteractiveIcon icon)
    • setEnabled

      public void setEnabled(boolean enabled)
      Overrides:
      setEnabled in class JComponent
    • setTypeVisible

      public void setTypeVisible(boolean visible)
    • setDrawLeadingLine

      public void setDrawLeadingLine(boolean drawLeadingLine)
    • setDrawTrailingLine

      public void setDrawTrailingLine(boolean drawTrailingLine)
    • paintComponent

      protected void paintComponent(Graphics g)
      Overrides:
      paintComponent in class JComponent
    • paintChildren

      protected void paintChildren(Graphics g)
      Overrides:
      paintChildren in class JComponent
    • setHovered

      public void setHovered(boolean hover)
    • setSelected

      public void setSelected(boolean selected)
    • setTypeText

      public void setTypeText(String text)
    • setTypeTooltip

      public void setTypeTooltip(String tooltip)