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 GlobalVariable
LogixNGGlobalVariableTableAction. createBean(java.lang.String userName)
protected GlobalVariable
LogixNGGlobalVariableTableAction. 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 void
LogixNGGlobalVariableTableAction. deleteBean(GlobalVariable globalVariable)
protected java.lang.String
LogixNGGlobalVariableTableAction. getBeanText(GlobalVariable e, Base.PrintTreeSettings printTreeSettings)
protected void
LogixNGGlobalVariableTableAction. getListenerRefsIncludingChildren(GlobalVariable globalVariable, java.util.List<java.lang.String> list)
protected boolean
LogixNGGlobalVariableTableAction. hasChildren(GlobalVariable globalVariable)
protected boolean
LogixNGGlobalVariableTableAction. isEnabled(GlobalVariable globalVariable)
void
LogixNGGlobalVariableTableAction. setEnabled(GlobalVariable globalVariable, boolean enable)
Method parameters in jmri.jmrit.beantable with type arguments of type GlobalVariable Modifier and Type Method Description void
LogixNGGlobalVariableTableAction. addToFrame(BeanTableFrame<GlobalVariable> f)
void
LogixNGGlobalVariableTableAction. 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 GlobalVariable
GlobalVariableComboIcon. getGlobalVariable()
GlobalVariable
GlobalVariableIcon. getGlobalVariable()
GlobalVariable
GlobalVariableInputIcon. getGlobalVariable()
GlobalVariable
GlobalVariableSpinnerIcon. 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 void
GlobalVariableComboIcon. setGlobalVariable(NamedBeanHandle<GlobalVariable> m)
Attach a named GlobalVariable to this display item.void
GlobalVariableIcon. setGlobalVariable(NamedBeanHandle<GlobalVariable> m)
Attach a named GlobalVariable to this display item.void
GlobalVariableInputIcon. setGlobalVariable(NamedBeanHandle<GlobalVariable> m)
Attached a named GlobalVariable to this display itemvoid
GlobalVariableSpinnerIcon. 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 GlobalVariable
GlobalVariableManager. 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.GlobalVariable
GlobalVariableManager. createGlobalVariable(java.lang.String systemName, java.lang.String userName)
Create a new GlobalVariable if the GlobalVariable does not exist.GlobalVariable
GlobalVariableManager. getBySystemName(java.lang.String name)
Locate an existing instance based on a system name.GlobalVariable
GlobalVariableManager. getByUserName(java.lang.String name)
Locate an existing instance based on a user name.GlobalVariable
GlobalVariableManager. 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 void
GlobalVariableManager. 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 class
DefaultGlobalVariable
The default implementation of GlobalVariable.Methods in jmri.jmrit.logixng.implementation that return GlobalVariable Modifier and Type Method Description GlobalVariable
DefaultGlobalVariableManager. createGlobalVariable(java.lang.String userName)
GlobalVariable
DefaultGlobalVariableManager. createGlobalVariable(java.lang.String systemName, java.lang.String userName)
Method to create a new GlobalVariable if the GlobalVariable does not exist.GlobalVariable
DefaultGlobalVariableManager. getBySystemName(java.lang.String name)
GlobalVariable
DefaultGlobalVariableManager. getByUserName(java.lang.String name)
GlobalVariable
DefaultGlobalVariableManager. 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 void
DefaultGlobalVariableManager. deleteBean(GlobalVariable globalVariable, java.lang.String property)
Method for a UI to delete a bean.void
DefaultGlobalVariableManager. 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 GlobalVariable
PickListModel.GlobalVariablePickModel. addBean(java.lang.String name)
Return bean with name given in parameter.GlobalVariable
PickListModel.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()
-