Class ExpandableTableInputSupport

java.lang.Object
com.inductiveautomation.ignition.designer.gui.expandabletable.ExpandableTableInputSupport

public class ExpandableTableInputSupport extends Object
This class provides support for expanding and collapsing rows in a JTable. Table items are expected to be of type ExpandableCell.

The table is expanded or collapsed by
  • double-clicking on the expandable column
  • using the right and left arrow keys while pressing the Alt key
  • Method Details

    • install

      public static void install(JTable table, int expandableColumn)