Uses of Class
jmri.NamedBeanPropertyDescriptor
-
Packages that use NamedBeanPropertyDescriptor Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.jmrit.beantable Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads.jmri.jmrix.can.cbus Defines classes for interfacing to a MERG CBUS network.jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.openlcb Implementation of the JMRI OpenLCB hardware interface.jmri.managers Provides implementations of various JMRI managers. -
-
Uses of NamedBeanPropertyDescriptor in jmri
Subclasses of NamedBeanPropertyDescriptor in jmri Modifier and Type Class Description class
BooleanPropertyDescriptor
Implementation of NamedBeanPropertyDescriptor for true/false properties.class
SelectionPropertyDescriptor
Implementation of NamedBeanPropertyDescriptor for multiple choice properties.Methods in jmri that return types with arguments of type NamedBeanPropertyDescriptor Modifier and Type Method Description default java.util.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 NamedBeanPropertyDescriptor Modifier and Type Method Description protected 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 Modifier and Type Method Description java.util.List<NamedBeanPropertyDescriptor<?>>
CbusReporterManager. getKnownBeanProperties()
-
Uses of NamedBeanPropertyDescriptor in jmri.jmrix.loconet
Methods in jmri.jmrix.loconet that return types with arguments of type NamedBeanPropertyDescriptor Modifier and Type Method Description java.util.List<NamedBeanPropertyDescriptor<?>>
LnTurnoutManager. 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 NamedBeanPropertyDescriptor Modifier and Type Method Description java.util.List<NamedBeanPropertyDescriptor<?>>
OlcbLightManager. getKnownBeanProperties()
java.util.List<NamedBeanPropertyDescriptor<?>>
OlcbReporterManager. getKnownBeanProperties()
java.util.List<NamedBeanPropertyDescriptor<?>>
OlcbSensorManager. getKnownBeanProperties()
java.util.List<NamedBeanPropertyDescriptor<?>>
OlcbTurnoutManager. getKnownBeanProperties()
-
Uses of NamedBeanPropertyDescriptor in jmri.managers
Methods in jmri.managers that return types with arguments of type NamedBeanPropertyDescriptor Modifier and Type Method Description java.util.List<NamedBeanPropertyDescriptor<?>>
AbstractManager. getKnownBeanProperties()
By default there are no custom properties.java.util.List<NamedBeanPropertyDescriptor<?>>
AbstractProxyManager. getKnownBeanProperties()
Return the descriptors for the system-specific properties of the NamedBeans that are kept in this manager.
-