Uses of Class
jmri.jmrix.can.cbus.eventtable.CbusTableEvent
-
Packages that use CbusTableEvent Package Description jmri.jmrix.can.cbus.eventtable Provides an Event Table for CBUS Events.. -
-
Uses of CbusTableEvent in jmri.jmrix.can.cbus.eventtable
Fields in jmri.jmrix.can.cbus.eventtable with type parameters of type CbusTableEvent Modifier and Type Field Description protected java.util.ArrayList<CbusTableEvent>
CbusBasicEventTableModel. _mainArray
Methods in jmri.jmrix.can.cbus.eventtable that return CbusTableEvent Modifier and Type Method Description CbusTableEvent
CbusBasicEventTableModel. provideEvent(int nn, int en)
Provide a new Event and add to Table.Methods in jmri.jmrix.can.cbus.eventtable that return types with arguments of type CbusTableEvent Modifier and Type Method Description java.util.ArrayList<CbusTableEvent>
CbusBasicEventTableModel. getEvents()
Get the core list containing all table events
-