Uses of Class
jmri.jmrit.display.switchboardEditor.BeanSwitch
- 
Packages that use BeanSwitch Package Description jmri.jmrit.display.switchboardEditor 
- 
- 
Uses of BeanSwitch in jmri.jmrit.display.switchboardEditorMethods in jmri.jmrit.display.switchboardEditor that return BeanSwitch Modifier and Type Method Description protected BeanSwitchSwitchboardEditor. getSwitch(java.lang.String sName)Get a beanSwitch object from this SwitchBoard panel by a given name.Methods in jmri.jmrit.display.switchboardEditor that return types with arguments of type BeanSwitch Modifier and Type Method Description java.util.List<BeanSwitch>SwitchboardEditor. getSwitches()Get a list with copies of BeanSwitch objects currently displayed to transfer to Web Server for display.
 
-