Class ChartInfoListCellRenderer

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.sfc.client.vision.ChartInfoListCellRenderer
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ListCellRenderer

public class ChartInfoListCellRenderer extends JPanel implements ListCellRenderer
Created by carl.gould on 6/16/2014.

List cell renderer that displays info about a chart in a 2-line format

See Also:
  • Field Details

    • df

      protected DateFormat df
    • monitorIcon

      protected Icon monitorIcon
    • indexLabel

      protected JLabel indexLabel
    • keyParamLabel

      protected JLabel keyParamLabel
    • state

      protected JLabel state
    • notSelectedBorder

      protected Border notSelectedBorder
    • selectedBorder

      protected Border selectedBorder
  • Constructor Details

    • ChartInfoListCellRenderer

      public ChartInfoListCellRenderer()
  • Method Details