Uses of Class
jmri.jmrix.can.cbus.node.CbusNodeEvent
Packages that use CbusNodeEvent
Package
Description
Provides classes for interacting with CBUS Nodes.
Provides CBUS Node Configuration Tools.
-
Uses of CbusNodeEvent in jmri.jmrix.can.cbus.node
Methods in jmri.jmrix.can.cbus.node that return CbusNodeEventModifier and TypeMethodDescriptionCbusNodeEventManager.getNodeEvent(int nn, int en) Get a Node event from its Event and Node number combinationCbusNodeEventManager.getNodeEventByArrayID(int index) Get the Node event by ArrayList Index.CbusNodeEventManager.getNodeEventByIndex(int index) Get a Node event from its Index FieldCbusNodeEventManager.provideNodeEvent(int nn, int en) Provide a Node event from its Event and Node number combinationMethods in jmri.jmrix.can.cbus.node that return types with arguments of type CbusNodeEventModifier and TypeMethodDescriptionCbusNodeEventManager.getEventArray()Get the Node event ArrayListMethods in jmri.jmrix.can.cbus.node with parameters of type CbusNodeEventModifier and TypeMethodDescriptionvoidCbusNodeEventManager.addNewEvent(CbusNodeEvent newEvent) Add an event to the node, will not overwrite an existing event.intCbusNodeEvent.compareTo(CbusNodeEvent o) Compares to the Node / Event numbers of the EventMethod parameters in jmri.jmrix.can.cbus.node with type arguments of type CbusNodeEventModifier and TypeMethodDescriptionvoidCbusNodeEventManager.sendNewEvSToNode(ArrayList<CbusNodeEvent> evArray) Send and teach updated Events to this nodeConstructors in jmri.jmrix.can.cbus.node with parameters of type CbusNodeEventModifierConstructorDescriptionprotectedCbusNodeEvent(CbusNodeEvent existing) CbusNodeSingleEventTableDataModel(CanSystemConnectionMemo memo, int row, int column, CbusNodeEvent ndEv) -
Uses of CbusNodeEvent in jmri.jmrix.can.cbus.swing.nodeconfig
Methods in jmri.jmrix.can.cbus.swing.nodeconfig with parameters of type CbusNodeEventModifier and TypeMethodDescriptionvoidCbusNodeEditEventFrame.initComponents(CanSystemConnectionMemo memo, CbusNodeEvent ndEv)