Uses of Class
jmri.jmrit.logixng.actions.ActionListenOnBeans.NamedBeanReference
-
Packages that use ActionListenOnBeans.NamedBeanReference Package Description jmri.jmrit.logixng.actions jmri.jmrit.logixng.actions.swing -
-
Uses of ActionListenOnBeans.NamedBeanReference in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return types with arguments of type ActionListenOnBeans.NamedBeanReference Modifier and Type Method Description java.util.Collection<ActionListenOnBeans.NamedBeanReference>
ActionListenOnBeans. getReferences()
Methods in jmri.jmrit.logixng.actions with parameters of type ActionListenOnBeans.NamedBeanReference Modifier and Type Method Description void
ActionListenOnBeans. addReference(ActionListenOnBeans.NamedBeanReference reference)
void
ActionListenOnBeans. removeReference(ActionListenOnBeans.NamedBeanReference reference)
Constructors in jmri.jmrit.logixng.actions with parameters of type ActionListenOnBeans.NamedBeanReference Constructor Description NamedBeanReference(ActionListenOnBeans.NamedBeanReference ref)
-
Uses of ActionListenOnBeans.NamedBeanReference in jmri.jmrit.logixng.actions.swing
Methods in jmri.jmrit.logixng.actions.swing that return types with arguments of type ActionListenOnBeans.NamedBeanReference Modifier and Type Method Description java.util.List<ActionListenOnBeans.NamedBeanReference>
ListenOnBeansTableModel. getReferences()
Constructor parameters in jmri.jmrit.logixng.actions.swing with type arguments of type ActionListenOnBeans.NamedBeanReference Constructor Description ListenOnBeansTableModel(java.util.Collection<ActionListenOnBeans.NamedBeanReference> namedBeanReference)
-