Uses of Interface
jmri.beans.Identifiable
-
Packages that use Identifiable Package Description jmri.beans Contains JMRI classes related to supporting JavaBeans andPropertyChangeListeners.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 interfaceMutableIdentifiableAn 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 classLocationRepresents 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 classDivisionRepresents 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 classRollingStockRepresents 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 classCarRepresents 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 classEngineRepresents 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 classTrainRepresents 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 classJsonOperationsSocketService.BeanListener<B extends Identifiable & PropertyChangeProvider>Fields in jmri.server.json.operations declared as Identifiable Modifier and Type Field Description protected BJsonOperationsSocketService.BeanListener. bean
-