Interface NamedTable

All Superinterfaces:
Comparable<NamedBean>, NamedBean, PropertyChangeProvider, Table
All Known Implementing Classes:
AbstractNamedTable, DefaultCsvNamedTable, DefaultInternalNamedTable

public interface NamedTable extends Table, NamedBean
Represent a named table. A named table is a table that is a NamedBean.
  • Field Details

    • PROPERTY_CELL_CHANGED

      This property tells that a cell in a LogixNG Table has been changed. The property change event is of the type NamedTablePropertyChangeEvent.
      See Also: