Class CommandArrayInputAdapter

java.lang.Object
javax.swing.table.AbstractTableModel
fr.esrf.tangoatk.widget.command.CommandArrayInputAdapter
All Implemented Interfaces:
Serializable, TableModel

public class CommandArrayInputAdapter extends AbstractTableModel
See Also:
  • Field Details

    • INDEX_COL

      public static final int INDEX_COL
      See Also:
    • model

      protected fr.esrf.tangoatk.core.ICommand model
    • arrayModel

      protected Object[][] arrayModel
  • Constructor Details

    • CommandArrayInputAdapter

      public CommandArrayInputAdapter()
    • CommandArrayInputAdapter

      public CommandArrayInputAdapter(fr.esrf.tangoatk.core.ICommand ic)
  • Method Details