Uses of Class
jmri.NamedBeanPropertyDescriptor
Packages that use NamedBeanPropertyDescriptor
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides table GUI for manipulating NamedBean objects: Turnouts,
Sensors, SignalHeads.
Defines classes for interfacing to a MERG CBUS network.
Provides access to LocoNet systems, along with a lot of Swing-based tools.
Implementation of the JMRI OpenLCB hardware interface.
Provides implementations of various JMRI managers.
-
Uses of NamedBeanPropertyDescriptor in jmri
Subclasses of NamedBeanPropertyDescriptor in jmriModifier and TypeClassDescriptionclassImplementation of NamedBeanPropertyDescriptor for true/false properties.classImplementation of NamedBeanPropertyDescriptor for multiple choice properties.Methods in jmri that return types with arguments of type NamedBeanPropertyDescriptorModifier and TypeMethodDescriptiondefault List<NamedBeanPropertyDescriptor<?>>Manager.getKnownBeanProperties()Return the descriptors for the system-specific properties of the NamedBeans that are kept in this manager. -
Uses of NamedBeanPropertyDescriptor in jmri.jmrit.beantable
Methods in jmri.jmrit.beantable that return NamedBeanPropertyDescriptorModifier and TypeMethodDescriptionprotected NamedBeanPropertyDescriptor<?>BeanTableDataModel.getPropertyColumnDescriptor(int column) Get the Named Bean Property Descriptor for a given column number. -
Uses of NamedBeanPropertyDescriptor in jmri.jmrix.can.cbus
Methods in jmri.jmrix.can.cbus that return types with arguments of type NamedBeanPropertyDescriptor -
Uses of NamedBeanPropertyDescriptor in jmri.jmrix.loconet
Methods in jmri.jmrix.loconet that return types with arguments of type NamedBeanPropertyDescriptorModifier and TypeMethodDescriptionLnTurnoutManager.getKnownBeanProperties()By default there are no custom properties. -
Uses of NamedBeanPropertyDescriptor in jmri.jmrix.openlcb
Methods in jmri.jmrix.openlcb that return types with arguments of type NamedBeanPropertyDescriptorModifier and TypeMethodDescriptionOlcbLightManager.getKnownBeanProperties()OlcbReporterManager.getKnownBeanProperties()OlcbSensorManager.getKnownBeanProperties()OlcbTurnoutManager.getKnownBeanProperties() -
Uses of NamedBeanPropertyDescriptor in jmri.managers
Methods in jmri.managers that return types with arguments of type NamedBeanPropertyDescriptorModifier and TypeMethodDescriptionAbstractManager.getKnownBeanProperties()By default there are no custom properties.AbstractProxyManager.getKnownBeanProperties()Return the descriptors for the system-specific properties of the NamedBeans that are kept in this manager.