Uses of Interface
jmri.beans.Identifiable
-
Packages that use Identifiable Package Description jmri.beans Contains JMRI classes related to supporting JavaBeans andPropertyChangeListener
s.jmri.jmrit.operations.locations jmri.jmrit.operations.locations.divisions jmri.jmrit.operations.rollingstock jmri.jmrit.operations.rollingstock.cars jmri.jmrit.operations.rollingstock.engines jmri.jmrit.operations.trains jmri.server.json.operations JMRI JSON support for Operations. -
-
Uses of Identifiable in jmri.beans
Subinterfaces of Identifiable in jmri.beans Modifier and Type Interface Description interface
MutableIdentifiable
An object that has a publicly mutable identity property. -
Uses of Identifiable in jmri.jmrit.operations.locations
Classes in jmri.jmrit.operations.locations that implement Identifiable Modifier and Type Class Description class
Location
Represents a location on the layout -
Uses of Identifiable in jmri.jmrit.operations.locations.divisions
Classes in jmri.jmrit.operations.locations.divisions that implement Identifiable Modifier and Type Class Description class
Division
Represents a railroad division -
Uses of Identifiable in jmri.jmrit.operations.rollingstock
Classes in jmri.jmrit.operations.rollingstock that implement Identifiable Modifier and Type Class Description class
RollingStock
Represents rolling stock, both powered (locomotives) and not powered (cars) on the layout. -
Uses of Identifiable in jmri.jmrit.operations.rollingstock.cars
Classes in jmri.jmrit.operations.rollingstock.cars that implement Identifiable Modifier and Type Class Description class
Car
Represents a car on the layout -
Uses of Identifiable in jmri.jmrit.operations.rollingstock.engines
Classes in jmri.jmrit.operations.rollingstock.engines that implement Identifiable Modifier and Type Class Description class
Engine
Represents a locomotive on the layout -
Uses of Identifiable in jmri.jmrit.operations.trains
Classes in jmri.jmrit.operations.trains that implement Identifiable Modifier and Type Class Description class
Train
Represents a train on the layout -
Uses of Identifiable in jmri.server.json.operations
Classes in jmri.server.json.operations with type parameters of type Identifiable Modifier and Type Class Description protected class
JsonOperationsSocketService.BeanListener<B extends Identifiable & PropertyChangeProvider>
Fields in jmri.server.json.operations declared as Identifiable Modifier and Type Field Description protected B
JsonOperationsSocketService.BeanListener. bean
-