Uses of Package
jmri.beans
-
Classes in jmri.beans used by apps Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by apps.gui3.dp3 Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by apps.gui3.lccpro Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by apps.gui3.paned Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by apps.gui3.tabbedpreferences Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by apps.jmrit.log Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by apps.systemconsole Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by apps.util.issuereporter Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.ConstrainedBean A Bean with support forVetoableChangeListener
s.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.beans Class Description ArbitraryPropertySupport Provide support for converging the Arbitrary* classes with the non-arbitrary versions of those classes so that the Arbitrary* version can extend the non-arbitrary class.Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.ConstrainedBean A Bean with support forVetoableChangeListener
s.Identifiable An Object that has an identity property that is not publicly mutable (it may be indirectly mutated).PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes. -
Classes in jmri.beans used by jmri.configurexml Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PreferencesBean Bean that implements some common code for preferences objects.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.implementation Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.implementation.decorators Class Description PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes. -
Classes in jmri.beans used by jmri.jmris Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmris.simpleserver Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmris.srcp Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrit.analogclock Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.audio Class Description PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.audio.swing Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.automat.monitor Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.beantable Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.beantable.light Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.beantable.oblock Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.beantable.routetable Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.beantable.signalmast Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.blockboss Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.catalog Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.conditional Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.consisttool Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrit.dispatcher Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes. -
Classes in jmri.beans used by jmri.jmrit.display Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrit.display.controlPanelEditor Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.display.controlPanelEditor.shape Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.display.layoutEditor Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.display.logixng Class Description PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes. -
Classes in jmri.beans used by jmri.jmrit.display.palette Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.display.panelEditor Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.display.switchboardEditor Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.dualdecoder Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.entryexit Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.etcs.dmi.swing Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.lcdclock Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.logix Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.logixng Class Description PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes. -
Classes in jmri.beans used by jmri.jmrit.logixng.actions Class Description PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes. -
Classes in jmri.beans used by jmri.jmrit.logixng.expressions Class Description PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes. -
Classes in jmri.beans used by jmri.jmrit.logixng.implementation Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PreferencesBean Bean that implements some common code for preferences objects.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.logixng.tools.debugger Class Description PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes. -
Classes in jmri.beans used by jmri.jmrit.logixng.tools.swing Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes. -
Classes in jmri.beans used by jmri.jmrit.logixng.util Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrit.mailreport Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.mastbuilder Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.nixieclock Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.operations Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.operations.automation Class Description PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.operations.automation.actions Class Description PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.operations.automation.gui Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.operations.locations Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.Identifiable An Object that has an identity property that is not publicly mutable (it may be indirectly mutated).PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrit.operations.locations.divisions Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.Identifiable An Object that has an identity property that is not publicly mutable (it may be indirectly mutated).PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.operations.locations.gui Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.operations.locations.schedules Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.operations.locations.schedules.tools Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.operations.locations.tools Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.operations.rollingstock Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.Identifiable An Object that has an identity property that is not publicly mutable (it may be indirectly mutated).PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.operations.rollingstock.cars Class Description Identifiable An Object that has an identity property that is not publicly mutable (it may be indirectly mutated).PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.operations.rollingstock.cars.gui Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.operations.rollingstock.cars.tools Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.operations.rollingstock.engines Class Description Identifiable An Object that has an identity property that is not publicly mutable (it may be indirectly mutated).PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.operations.rollingstock.engines.gui Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.operations.rollingstock.engines.tools Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.operations.routes Class Description PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.operations.routes.gui Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.operations.routes.tools Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.operations.setup Class Description PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.operations.setup.gui Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.operations.trains Class Description Identifiable An Object that has an identity property that is not publicly mutable (it may be indirectly mutated).PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.operations.trains.excel Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.operations.trains.gui Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.operations.trains.schedules Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrit.operations.trains.tools Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.picker Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.powerpanel Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.pragotronclock Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.roster Class Description ArbitraryBean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
and support for arbitrary properties defined at runtime.Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrit.roster.rostergroup Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrit.roster.swing Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.roster.swing.rostergroup Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.roster.swing.speedprofile Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.sendpacket Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.sensorgroup Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.signalling Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.simpleclock Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes. -
Classes in jmri.beans used by jmri.jmrit.simplelightctrl Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.simpleprog Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.simpleturnoutctrl Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.speedometer Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.swing.meter Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.symbolicprog Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrit.symbolicprog.tabbedframe Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.throttle Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.timetable.swing Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.ussctc Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.vsdecoder.swing Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.whereused Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.withrottle Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrit.z21server Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.acela Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.acela.acelamon Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.acela.nodeconfig Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.acela.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.anyma Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.bachrus Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.bidib Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.can Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.can.cbus Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PreferencesBean Bean that implements some common code for preferences objects.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.can.cbus.swing Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.can.cbus.swing.modeswitcher Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.can.cbus.swing.nodeconfig Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.cmri Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.cmri.serial Class Description PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.cmri.serial.assignment Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.cmri.serial.cmrinetmanager Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.cmri.serial.diagnostic Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.cmri.serial.nodeconfigmanager Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.cmri.serial.nodeiolist Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.cmri.serial.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.cmri.serial.serialmon Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.dcc4pc Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.dccpp Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.dccpp.dccppovertcp Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.dccpp.swing Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.dccpp.swing.mon Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.dccpp.swing.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.dccpp.swing.virtuallcd Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.debugthrottle Class Description PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.direct Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.easydcc Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.easydcc.easydccmon Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.easydcc.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.ecos Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.ecos.swing.preferences Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.grapevine Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.grapevine.nodeconfig Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.grapevine.nodetable Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.grapevine.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.grapevine.serialmon Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.ieee802154 Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.ieee802154.serialdriver Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.ieee802154.swing.nodeconfig Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.ieee802154.swing.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.ieee802154.xbee Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.ieee802154.xbee.swing.nodeconfig Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.ieee802154.xbee.swing.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.internal Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.ipocs Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.jinput.treecontrol Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.jmriclient Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.jmriclient.swing.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.lenz Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.lenz.hornbyelite Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.lenz.li100 Class Description PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.lenz.swing.li101 Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.lenz.swing.liusb Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.lenz.swing.lv102 Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.lenz.swing.lz100 Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.lenz.swing.lzv100 Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.lenz.swing.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.lenz.swing.stackmon Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.lenz.swing.systeminfo Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.loconet Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.loconet.hexfile Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.loconet.locoio Class Description PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.loconet.loconetovertcp Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PreferencesBean Bean that implements some common code for preferences objects.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.loconet.logixng Class Description PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes. -
Classes in jmri.beans used by jmri.jmrix.loconet.pr2 Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.loconet.pr3 Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.loconet.pr4 Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.loconet.sdfeditor Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.loconet.uhlenbrock Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.loconet.usb_dcs210Plus Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.loconet.usb_dcs240 Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.loconet.usb_dcs240Plus Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.loconet.usb_dcs52 Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.maple Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.maple.assignment Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.maple.nodeconfig Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.maple.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.maple.serialmon Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.marklin Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.marklin.cdb Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.mqtt Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.mqtt.logixng Class Description PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes. -
Classes in jmri.beans used by jmri.jmrix.mrc Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.nce Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.oaktree Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.oaktree.nodeconfig Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.oaktree.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.oaktree.serialmon Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.openlcb Class Description PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.openlcb.swing Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.openlcb.swing.lccpro Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.openlcb.swing.protocoloptions Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.openlcb.swing.tie Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.pi Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.powerline Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.powerline.cm11 Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.powerline.cp290 Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.powerline.dmx512 Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.powerline.insteon2412s Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.powerline.simulator Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.powerline.swing.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.pricom.downloader Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.pricom.pockettester Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.qsi Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.jmrix.qsi.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.qsi.qsimon Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.rfid Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.rfid.generic.standalone Class Description PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.rfid.merg.concentrator Class Description PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.rfid.swing.tagcarwin Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.roco Class Description PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.roco.z21 Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.roco.z21.swing.configtool Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.roco.z21.swing.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.rps Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.rps.aligntable Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.rps.rpsmon Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.rps.swing.debugger Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.rps.swing.polling Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.rps.swing.soundset Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.rps.trackingpanel Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.secsi Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.secsi.nodeconfig Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.secsi.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.secsi.serialmon Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.sprog Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.sprog.console Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.sprog.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.sprog.sprogmon Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.sprog.sprogslotmon Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.sprog.update Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.srcp Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.srcp.swing.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.swing Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.tams Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.tmcc Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.tmcc.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.tmcc.serialmon Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.xpa Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.xpa.swing.packetgen Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.xpa.swing.xpaconfig Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.jmrix.zimo Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.jmrix.ztc.ztc611 Class Description PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.managers Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.SilenceablePropertyChangeProvider Sometimes an external object needs to be able to mute property changes to prevent bottlenecks in constrained systems (e.g. when reading a file that may add a large number of Turnouts or Sensors to JMRI's internal representation of the model railroad).UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.VetoableChangeFirer Interface that defines the methods needed to fire vetoable property changes.VetoableChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for vetoable property changes.VetoableChangeSupport Implementation ofPropertyChangeSupport
andVetoableChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Classes in jmri.beans used by jmri.profile Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.progdebugger Class Description PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.PropertyChangeSupport Implementation ofPropertyChangeSupport
that can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently. -
Classes in jmri.beans used by jmri.server.json Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.server.json.consist Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.server.json.operations Class Description Identifiable An Object that has an identity property that is not publicly mutable (it may be indirectly mutated).PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes. -
Classes in jmri.beans used by jmri.server.web.app Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.swing Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.util Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PreferencesBean Bean that implements some common code for preferences objects.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.util.gui Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.util.prefs Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.util.startup Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.util.swing.mdi Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.util.swing.multipane Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.util.usb Class Description BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods. -
Classes in jmri.beans used by jmri.util.zeroconf Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PreferencesBean Bean that implements some common code for preferences objects.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime. -
Classes in jmri.beans used by jmri.web.server Class Description Bean Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.BeanInterface Simple interface for basic methods that implement JMRI Bean handling methods.PreferencesBean Bean that implements some common code for preferences objects.PropertyChangeFirer Interface that defines the methods needed to fire property changes.PropertyChangeProvider A set of methods that would need to be implemented to ensure the implementing class provides a complete external interface for property changes.UnboundBean Generic implementation ofBeanInterface
without support for arbitrary properties defined at runtime.