java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JTable
com.inductiveautomation.ignition.designer.gui.expression.ExpressionTable<T>
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, CellEditorListener, ListSelectionListener, RowSorterListener, TableColumnModelListener, TableModelListener, Scrollable

public class ExpressionTable<T> extends JTable
Table will display a key/value pair with the value portion handled by an expression editor. Pass an ExpressionTable.ExpressionTableConverter to convert the value provided by the table to the respective Key and Value in your parameterized <T> class. Provide a JComboBox or JTextField to serve as an editor for the Key.
See Also: