Uses of Interface
jmri.jmrit.logixng.GlobalVariable
Packages that use GlobalVariable
Package
Description
Provides table GUI for manipulating NamedBean objects: Turnouts,
Sensors, SignalHeads.
Provides control panel and associated visible icon classes.
Layout Editor currently represents both structure and graphical display through a single set of objects.
Select from palette of items.
-
Uses of GlobalVariable in jmri.jmrit.beantable
Methods in jmri.jmrit.beantable that return GlobalVariableModifier and TypeMethodDescriptionprotected GlobalVariableLogixNGGlobalVariableTableAction.createBean(String userName) protected GlobalVariableLogixNGGlobalVariableTableAction.createBean(String systemName, String userName) Methods in jmri.jmrit.beantable that return types with arguments of type GlobalVariableModifier and TypeMethodDescriptionprotected AbstractLogixNGEditor<GlobalVariable>LogixNGGlobalVariableTableAction.getEditor(BeanTableDataModel<GlobalVariable> m, String sName) protected Manager<GlobalVariable>LogixNGGlobalVariableTableAction.getManager()Methods in jmri.jmrit.beantable with parameters of type GlobalVariableModifier and TypeMethodDescriptionvoidLogixNGGlobalVariableTableAction.deleteBean(GlobalVariable globalVariable) protected StringLogixNGGlobalVariableTableAction.getBeanText(GlobalVariable e, Base.PrintTreeSettings printTreeSettings) protected voidLogixNGGlobalVariableTableAction.getListenerRefsIncludingChildren(GlobalVariable globalVariable, List<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 GlobalVariableModifier and TypeMethodDescriptionvoidLogixNGGlobalVariableTableAction.addToFrame(BeanTableFrame<GlobalVariable> f) voidLogixNGGlobalVariableTableAction.addToFrame(ListedTableFrame.TabbedTableItem<GlobalVariable> tti) protected AbstractLogixNGEditor<GlobalVariable>LogixNGGlobalVariableTableAction.getEditor(BeanTableDataModel<GlobalVariable> m, String sName) -
Uses of GlobalVariable in jmri.jmrit.display
Methods in jmri.jmrit.display that return GlobalVariableModifier and TypeMethodDescriptionGlobalVariableComboIcon.getGlobalVariable()GlobalVariableIcon.getGlobalVariable()GlobalVariableInputIcon.getGlobalVariable()GlobalVariableSpinnerIcon.getGlobalVariable()Methods in jmri.jmrit.display that return types with arguments of type GlobalVariableModifier and TypeMethodDescriptionGlobalVariableComboIcon.getNamedGlobalVariable()GlobalVariableIcon.getNamedGlobalVariable()GlobalVariableInputIcon.getNamedGlobalVariable()GlobalVariableSpinnerIcon.getNamedGlobalVariable()Method parameters in jmri.jmrit.display with type arguments of type GlobalVariableModifier and TypeMethodDescriptionvoidGlobalVariableComboIcon.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 GlobalVariableModifier and TypeFieldDescriptionprotected NamedBeanComboBox<GlobalVariable>LayoutEditorToolBarPanel.textGlobalVariableComboBox -
Uses of GlobalVariable in jmri.jmrit.display.palette
Constructor parameters in jmri.jmrit.display.palette with type arguments of type GlobalVariableModifierConstructorDescriptionGlobalVariableItemPanel(DisplayFrame parentFrame, String type, String family, PickListModel<GlobalVariable> model) -
Uses of GlobalVariable in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return GlobalVariableModifier and TypeMethodDescriptionGlobalVariableManager.createGlobalVariable(String userName) For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.GlobalVariableManager.createGlobalVariable(String systemName, String userName) Create a new GlobalVariable if the GlobalVariable does not exist.GlobalVariableManager.getBySystemName(String name) Locate an existing instance based on a system name.GlobalVariableManager.getByUserName(String name) Locate an existing instance based on a user name.GlobalVariableManager.getGlobalVariable(String name) Locate via user name, then system name if needed.Methods in jmri.jmrit.logixng with parameters of type GlobalVariableModifier and TypeMethodDescriptionvoidGlobalVariableManager.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 GlobalVariableModifier and TypeClassDescriptionclassThe default implementation of GlobalVariable.Methods in jmri.jmrit.logixng.implementation that return GlobalVariableModifier and TypeMethodDescriptionDefaultGlobalVariableManager.createGlobalVariable(String userName) DefaultGlobalVariableManager.createGlobalVariable(String systemName, String userName) Method to create a new GlobalVariable if the GlobalVariable does not exist.DefaultGlobalVariableManager.getBySystemName(String name) DefaultGlobalVariableManager.getByUserName(String name) DefaultGlobalVariableManager.getGlobalVariable(String name) Methods in jmri.jmrit.logixng.implementation that return types with arguments of type GlobalVariableModifier and TypeMethodDescriptionDefaultGlobalVariableManager.getNamedBeanClass()Get the class of NamedBean supported by this Manager.Methods in jmri.jmrit.logixng.implementation with parameters of type GlobalVariableModifier and TypeMethodDescriptionfinal voidDefaultGlobalVariableManager.deleteBean(GlobalVariable globalVariable, 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 GlobalVariableModifier and TypeMethodDescriptionReturn bean with name given in parameter.Methods in jmri.jmrit.picker that return types with arguments of type GlobalVariableModifier and TypeMethodDescriptionPickListModel.GlobalVariablePickModel.getManager()Get the Table Model Bean Manager.static PickListModel<GlobalVariable>PickListModel.globalVariablePickModelInstance()