Uses of Class
jmri.NamedBean.BadUserNameException
Package | Description |
---|---|
jmri |
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
|
jmri.implementation |
Provides implementations of various JMRI interfaces.
|
jmri.implementation.decorators | |
jmri.jmrix.openlcb |
Implementation of the JMRI OpenLCB hardware interface.
|
-
Uses of NamedBean.BadUserNameException in jmri
Methods in jmri that throw NamedBean.BadUserNameException Modifier and Type Method Description static String
NamedBean. normalizeUserName(String inputName)
Enforces, and as a user convenience converts to, the standard form for a user name.void
NamedBean. setUserName(String s)
Set the user name, normalizing it if needed. -
Uses of NamedBean.BadUserNameException in jmri.implementation
Methods in jmri.implementation that throw NamedBean.BadUserNameException Modifier and Type Method Description void
AbstractNamedBean. setUserName(String s)
Constructors in jmri.implementation that throw NamedBean.BadUserNameException Constructor Description AbstractNamedBean(String sys, String user)
Create a new NamedBean instance using both a system name and (optionally) a user name. -
Uses of NamedBean.BadUserNameException in jmri.implementation.decorators
Methods in jmri.implementation.decorators that throw NamedBean.BadUserNameException Modifier and Type Method Description void
AbstractNamedBeanDecorator. setUserName(String s)
-
Uses of NamedBean.BadUserNameException in jmri.jmrix.openlcb
Methods in jmri.jmrix.openlcb that throw NamedBean.BadUserNameException Modifier and Type Method Description void
OlcbSensor. setUserName(String s)
Updates event table entries when the user name changes.void
OlcbTurnout. setUserName(String s)
Updates event table entries when the user name changes.