Uses of Interface
jmri.jmrit.logixng.GlobalVariable
- 
Packages that use GlobalVariable Package Description jmri.jmrit.beantable Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads.jmri.jmrit.display Provides control panel and associated visible icon classes.jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects.jmri.jmrit.display.palette Select from palette of items.jmri.jmrit.logixng jmri.jmrit.logixng.implementation jmri.jmrit.picker  - 
- 
Uses of GlobalVariable in jmri.jmrit.beantable
Methods in jmri.jmrit.beantable that return GlobalVariable Modifier and Type Method Description protected GlobalVariableLogixNGGlobalVariableTableAction. createBean(java.lang.String userName)protected GlobalVariableLogixNGGlobalVariableTableAction. createBean(java.lang.String systemName, java.lang.String userName)Methods in jmri.jmrit.beantable that return types with arguments of type GlobalVariable Modifier and Type Method Description protected AbstractLogixNGEditor<GlobalVariable>LogixNGGlobalVariableTableAction. getEditor(BeanTableDataModel<GlobalVariable> m, java.lang.String sName)protected Manager<GlobalVariable>LogixNGGlobalVariableTableAction. getManager()Methods in jmri.jmrit.beantable with parameters of type GlobalVariable Modifier and Type Method Description voidLogixNGGlobalVariableTableAction. deleteBean(GlobalVariable globalVariable)protected java.lang.StringLogixNGGlobalVariableTableAction. getBeanText(GlobalVariable e, Base.PrintTreeSettings printTreeSettings)protected voidLogixNGGlobalVariableTableAction. getListenerRefsIncludingChildren(GlobalVariable globalVariable, java.util.List<java.lang.String> list)protected booleanLogixNGGlobalVariableTableAction. hasChildren(GlobalVariable globalVariable)protected booleanLogixNGGlobalVariableTableAction. isEnabled(GlobalVariable globalVariable)voidLogixNGGlobalVariableTableAction. setEnabled(GlobalVariable globalVariable, boolean enable)Method parameters in jmri.jmrit.beantable with type arguments of type GlobalVariable Modifier and Type Method Description voidLogixNGGlobalVariableTableAction. addToFrame(BeanTableFrame<GlobalVariable> f)voidLogixNGGlobalVariableTableAction. addToFrame(ListedTableFrame.TabbedTableItem<GlobalVariable> tti)protected AbstractLogixNGEditor<GlobalVariable>LogixNGGlobalVariableTableAction. getEditor(BeanTableDataModel<GlobalVariable> m, java.lang.String sName) - 
Uses of GlobalVariable in jmri.jmrit.display
Methods in jmri.jmrit.display that return GlobalVariable Modifier and Type Method Description GlobalVariableGlobalVariableComboIcon. getGlobalVariable()GlobalVariableGlobalVariableIcon. getGlobalVariable()GlobalVariableGlobalVariableInputIcon. getGlobalVariable()GlobalVariableGlobalVariableSpinnerIcon. getGlobalVariable()Methods in jmri.jmrit.display that return types with arguments of type GlobalVariable Modifier and Type Method Description NamedBeanHandle<GlobalVariable>GlobalVariableComboIcon. getNamedGlobalVariable()NamedBeanHandle<GlobalVariable>GlobalVariableIcon. getNamedGlobalVariable()NamedBeanHandle<GlobalVariable>GlobalVariableInputIcon. getNamedGlobalVariable()NamedBeanHandle<GlobalVariable>GlobalVariableSpinnerIcon. getNamedGlobalVariable()Method parameters in jmri.jmrit.display with type arguments of type GlobalVariable Modifier and Type Method Description voidGlobalVariableComboIcon. setGlobalVariable(NamedBeanHandle<GlobalVariable> m)Attach a named GlobalVariable to this display item.voidGlobalVariableIcon. setGlobalVariable(NamedBeanHandle<GlobalVariable> m)Attach a named GlobalVariable to this display item.voidGlobalVariableInputIcon. setGlobalVariable(NamedBeanHandle<GlobalVariable> m)Attached a named GlobalVariable to this display itemvoidGlobalVariableSpinnerIcon. setGlobalVariable(NamedBeanHandle<GlobalVariable> m)Attached a named GlobalVariable to this display item - 
Uses of GlobalVariable in jmri.jmrit.display.layoutEditor
Fields in jmri.jmrit.display.layoutEditor with type parameters of type GlobalVariable Modifier and Type Field Description protected NamedBeanComboBox<GlobalVariable>LayoutEditorToolBarPanel. textGlobalVariableComboBox - 
Uses of GlobalVariable in jmri.jmrit.display.palette
Constructor parameters in jmri.jmrit.display.palette with type arguments of type GlobalVariable Constructor Description GlobalVariableItemPanel(DisplayFrame parentFrame, java.lang.String type, java.lang.String family, PickListModel<GlobalVariable> model) - 
Uses of GlobalVariable in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return GlobalVariable Modifier and Type Method Description GlobalVariableGlobalVariableManager. createGlobalVariable(java.lang.String userName)For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.GlobalVariableGlobalVariableManager. createGlobalVariable(java.lang.String systemName, java.lang.String userName)Create a new GlobalVariable if the GlobalVariable does not exist.GlobalVariableGlobalVariableManager. getBySystemName(java.lang.String name)Locate an existing instance based on a system name.GlobalVariableGlobalVariableManager. getByUserName(java.lang.String name)Locate an existing instance based on a user name.GlobalVariableGlobalVariableManager. getGlobalVariable(java.lang.String name)Locate via user name, then system name if needed.Methods in jmri.jmrit.logixng with parameters of type GlobalVariable Modifier and Type Method Description voidGlobalVariableManager. deleteGlobalVariable(GlobalVariable x)Delete GlobalVariable by removing it from the manager. - 
Uses of GlobalVariable in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement GlobalVariable Modifier and Type Class Description classDefaultGlobalVariableThe default implementation of GlobalVariable.Methods in jmri.jmrit.logixng.implementation that return GlobalVariable Modifier and Type Method Description GlobalVariableDefaultGlobalVariableManager. createGlobalVariable(java.lang.String userName)GlobalVariableDefaultGlobalVariableManager. createGlobalVariable(java.lang.String systemName, java.lang.String userName)Method to create a new GlobalVariable if the GlobalVariable does not exist.GlobalVariableDefaultGlobalVariableManager. getBySystemName(java.lang.String name)GlobalVariableDefaultGlobalVariableManager. getByUserName(java.lang.String name)GlobalVariableDefaultGlobalVariableManager. getGlobalVariable(java.lang.String name)Methods in jmri.jmrit.logixng.implementation that return types with arguments of type GlobalVariable Modifier and Type Method Description java.lang.Class<GlobalVariable>DefaultGlobalVariableManager. getNamedBeanClass()Get the class of NamedBean supported by this Manager.Methods in jmri.jmrit.logixng.implementation with parameters of type GlobalVariable Modifier and Type Method Description voidDefaultGlobalVariableManager. deleteBean(GlobalVariable globalVariable, java.lang.String property)Method for a UI to delete a bean.voidDefaultGlobalVariableManager. deleteGlobalVariable(GlobalVariable x)Delete GlobalVariable by removing it from the manager. - 
Uses of GlobalVariable in jmri.jmrit.picker
Methods in jmri.jmrit.picker that return GlobalVariable Modifier and Type Method Description GlobalVariablePickListModel.GlobalVariablePickModel. addBean(java.lang.String name)Return bean with name given in parameter.GlobalVariablePickListModel.GlobalVariablePickModel. addBean(java.lang.String sysName, java.lang.String userName)Methods in jmri.jmrit.picker that return types with arguments of type GlobalVariable Modifier and Type Method Description Manager<GlobalVariable>PickListModel.GlobalVariablePickModel. getManager()Get the Table Model Bean Manager.static PickListModel<GlobalVariable>PickListModel. globalVariablePickModelInstance() 
 -