Uses of Interface
jmri.jmrit.logixng.LogixNG
-
Packages that use LogixNG 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.logixng jmri.jmrit.logixng.actions jmri.jmrit.logixng.implementation jmri.jmrit.logixng.tools jmri.jmrit.logixng.tools.swing -
-
Uses of LogixNG in jmri.jmrit.beantable
Methods in jmri.jmrit.beantable that return LogixNG Modifier and Type Method Description protected LogixNGLogixNGTableAction. createBean(java.lang.String userName)protected LogixNGLogixNGTableAction. createBean(java.lang.String systemName, java.lang.String userName)Methods in jmri.jmrit.beantable that return types with arguments of type LogixNG Modifier and Type Method Description protected AbstractLogixNGEditor<LogixNG>LogixNGTableAction. getEditor(BeanTableDataModel<LogixNG> m, java.lang.String sName)protected Manager<LogixNG>LogixNGTableAction. getManager()Methods in jmri.jmrit.beantable with parameters of type LogixNG Modifier and Type Method Description protected voidLogixNGTableAction. copyBean(LogixNG sourceBean, LogixNG targetBean)voidLogixNGTableAction. deleteBean(LogixNG logixNG)protected voidLogixNGTableAction. execute(LogixNG logixNG)protected java.lang.StringLogixNGTableAction. getBeanText(LogixNG e, Base.PrintTreeSettings printTreeSettings)protected voidLogixNGTableAction. getListenerRefsIncludingChildren(LogixNG logixNG, java.util.List<java.lang.String> list)protected booleanLogixNGTableAction. hasChildren(LogixNG logixNG)protected booleanLogixNGTableAction. isEnabled(LogixNG logixNG)protected voidLogixNGTableAction. setEnabled(LogixNG logixNG, boolean enable)Method parameters in jmri.jmrit.beantable with type arguments of type LogixNG Modifier and Type Method Description protected AbstractLogixNGEditor<LogixNG>LogixNGTableAction. getEditor(BeanTableDataModel<LogixNG> m, java.lang.String sName) -
Uses of LogixNG in jmri.jmrit.display
Methods in jmri.jmrit.display that return LogixNG Modifier and Type Method Description LogixNGLogixNGDeleteDialog.CheckableItem. getLogixNG()LogixNGPositionableJComponent. getLogixNG()Get the LogixNG of this InlineLogixNG.LogixNGPositionableJPanel. getLogixNG()Get the LogixNG of this InlineLogixNG.LogixNGPositionableLabel. getLogixNG()Get the LogixNG of this InlineLogixNG.Methods in jmri.jmrit.display that return types with arguments of type LogixNG Modifier and Type Method Description java.util.List<LogixNG>LogixNGDeleteDialog. getSelectedItems()Methods in jmri.jmrit.display with parameters of type LogixNG Modifier and Type Method Description voidPositionableJComponent. setLogixNG(LogixNG logixNG)Set the LogixNG of this InlineLogixNG.voidPositionableJPanel. setLogixNG(LogixNG logixNG)Set the LogixNG of this InlineLogixNG.voidPositionableLabel. setLogixNG(LogixNG logixNG)Set the LogixNG of this InlineLogixNG.Constructors in jmri.jmrit.display with parameters of type LogixNG Constructor Description CheckableItem(LogixNG logixNG)Constructor parameters in jmri.jmrit.display with type arguments of type LogixNG Constructor Description LogixNGDeleteDialog(java.awt.Frame owner, java.lang.String panelName, java.util.List<LogixNG> items) -
Uses of LogixNG in jmri.jmrit.display.layoutEditor
Methods in jmri.jmrit.display.layoutEditor that return LogixNG Modifier and Type Method Description LogixNGLayoutTrackView. getLogixNG()Get the LogixNG of this Positionable.Methods in jmri.jmrit.display.layoutEditor with parameters of type LogixNG Modifier and Type Method Description voidLayoutTrackView. setLogixNG(LogixNG logixNG)Set the LogixNG of this Positionable. -
Uses of LogixNG in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return LogixNG Modifier and Type Method Description LogixNGLogixNG_Manager. createLogixNG(java.lang.String userName)For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.LogixNGLogixNG_Manager. createLogixNG(java.lang.String userName, boolean inline)For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.LogixNGLogixNG_Manager. createLogixNG(java.lang.String systemName, java.lang.String userName)Create a new LogixNG if the LogixNG does not exist.LogixNGLogixNG_Manager. createLogixNG(java.lang.String systemName, java.lang.String userName, boolean inline)Create a new LogixNG if the LogixNG does not exist.LogixNGLogixNG_Manager. getBySystemName(java.lang.String name)Locate an existing instance based on a system name.LogixNGLogixNG_Manager. getByUserName(java.lang.String name)Locate an existing instance based on a user name.LogixNGBase. getLogixNG()Get the LogixNG of this item.LogixNGInlineLogixNG. getLogixNG()Get the LogixNG of this InlineLogixNG.LogixNGLogixNG_Manager. getLogixNG(java.lang.String name)Locate via user name, then system name if needed.LogixNGConditionalNG_Manager. getParentLogixNG(java.lang.String systemName)Find the LogixNG which has the ConditionalNG system name in its ConditionalNG_Entry list.Methods in jmri.jmrit.logixng that return types with arguments of type LogixNG Modifier and Type Method Description java.util.List<LogixNG>LogixNG_InitializationManager. getList()Returns an unmodifiable list of the initialization LogixNGsMethods in jmri.jmrit.logixng with parameters of type LogixNG Modifier and Type Method Description voidLogixNG_InitializationManager. add(LogixNG logixNG)Adds a LogixNG to the end of list.ConditionalNGConditionalNG_Manager. createConditionalNG(LogixNG logixNG, java.lang.String userName)For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.ConditionalNGConditionalNG_Manager. createConditionalNG(LogixNG logixNG, java.lang.String userName, int threadID)For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.ConditionalNGConditionalNG_Manager. createConditionalNG(LogixNG logixNG, java.lang.String systemName, java.lang.String userName)Create a new ConditionalNG if the ConditionalNG does not exist.ConditionalNGConditionalNG_Manager. createConditionalNG(LogixNG logixNG, java.lang.String systemName, java.lang.String userName, int threadID)Create a new ConditionalNG if the ConditionalNG does not exist.voidLogixNG_InitializationManager. delete(LogixNG logixNG)Deletes a LogixNG from the list.voidLogixNG_Manager. deleteLogixNG(LogixNG x)Delete LogixNG by removing it from the manager.ConditionalNGConditionalNG_Manager. getByUserName(LogixNG logixNG, java.lang.String name)Find the ConditionalNG which is a member of the LogixNG with the supplied user name.ConditionalNGConditionalNG_Manager. getConditionalNG(LogixNG logixNG, java.lang.String name)Locate via user name using the LogixNG, then system name if needed.voidInlineLogixNG. setLogixNG(LogixNG logixNG)Set the LogixNG of this InlineLogixNG. -
Uses of LogixNG in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return types with arguments of type LogixNG Modifier and Type Method Description LogixNG_SelectNamedBean<LogixNG>EnableLogixNG. getSelectNamedBean()Methods in jmri.jmrit.logixng.actions with parameters of type LogixNG Modifier and Type Method Description voidEnableLogixNG.Operation. runTask(LogixNG logixNG) -
Uses of LogixNG in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement LogixNG Modifier and Type Class Description classDefaultLogixNGThe default implementation of LogixNG.Methods in jmri.jmrit.logixng.implementation that return LogixNG Modifier and Type Method Description LogixNGDefaultLogixNGManager. createLogixNG(java.lang.String userName)LogixNGDefaultLogixNGManager. createLogixNG(java.lang.String userName, boolean inline)LogixNGDefaultLogixNGManager. createLogixNG(java.lang.String systemName, java.lang.String userName)Method to create a new LogixNG if the LogixNG does not exist.LogixNGDefaultLogixNGManager. createLogixNG(java.lang.String systemName, java.lang.String userName, boolean inline)Method to create a new LogixNG if the LogixNG does not exist.LogixNGDefaultLogixNGManager. getBySystemName(java.lang.String name)LogixNGDefaultLogixNGManager. getByUserName(java.lang.String name)LogixNGAbstractBase. getLogixNG()Get the LogixNG of this item.LogixNGAbstractFemaleSocket. getLogixNG()Get the LogixNG of this item.LogixNGAbstractMaleSocket. getLogixNG()LogixNGDefaultGlobalVariable. getLogixNG()Get the LogixNG of this item.LogixNGDefaultLogixNG. getLogixNG()Get the LogixNG of this item.LogixNGDefaultLogixNGManager. getLogixNG(java.lang.String name)LogixNGDefaultConditionalNGManager. getParentLogixNG(java.lang.String systemName)Find the LogixNG which has the ConditionalNG system name in its ConditionalNG_Entry list.Methods in jmri.jmrit.logixng.implementation that return types with arguments of type LogixNG Modifier and Type Method Description java.util.List<LogixNG>DefaultLogixNGInitializationManager. getList()Returns an unmodifiable list of the initialization LogixNGsjava.lang.Class<LogixNG>DefaultLogixNGManager. getNamedBeanClass()Get the class of NamedBean supported by this Manager.Methods in jmri.jmrit.logixng.implementation with parameters of type LogixNG Modifier and Type Method Description voidDefaultLogixNGInitializationManager. add(LogixNG logixNG)Adds a LogixNG to the end of list.ConditionalNGDefaultConditionalNGManager. createConditionalNG(LogixNG logixNG, java.lang.String userName)For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.ConditionalNGDefaultConditionalNGManager. createConditionalNG(LogixNG logixNG, java.lang.String userName, int threadID)For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.ConditionalNGDefaultConditionalNGManager. createConditionalNG(LogixNG logixNG, java.lang.String systemName, java.lang.String userName)Create a new ConditionalNG if the ConditionalNG does not exist.ConditionalNGDefaultConditionalNGManager. createConditionalNG(LogixNG logixNG, java.lang.String systemName, java.lang.String userName, int threadID)Create a new ConditionalNG if the ConditionalNG does not exist.voidDefaultLogixNGInitializationManager. delete(LogixNG logixNG)Deletes a LogixNG from the list.voidDefaultLogixNGManager. deleteBean(LogixNG logixNG, java.lang.String property)Method for a UI to delete a bean.voidDefaultLogixNGManager. deleteLogixNG(LogixNG x)Delete LogixNG by removing it from the manager.ConditionalNGDefaultConditionalNGManager. getByUserName(LogixNG logixNG, java.lang.String name)Find the ConditionalNG which is a member of the LogixNG with the supplied user name.ConditionalNGDefaultConditionalNGManager. getConditionalNG(LogixNG logixNG, java.lang.String name)Locate via user name using the LogixNG, then system name if needed. -
Uses of LogixNG in jmri.jmrit.logixng.tools
Methods in jmri.jmrit.logixng.tools that return LogixNG Modifier and Type Method Description LogixNGImportLogix. getLogixNG()Constructors in jmri.jmrit.logixng.tools with parameters of type LogixNG Constructor Description ImportConditional(Logix logix, Conditional conditional, LogixNG logixNG, java.lang.String sysName, boolean dryRun)Create instance of ImportConditional -
Uses of LogixNG in jmri.jmrit.logixng.tools.swing
Fields in jmri.jmrit.logixng.tools.swing declared as LogixNG Modifier and Type Field Description (package private) LogixNGLogixNGEditor. _curLogixNGFields in jmri.jmrit.logixng.tools.swing with type parameters of type LogixNG Modifier and Type Field Description (package private) BeanTableDataModel<LogixNG>LogixNGEditor. beanTableDataModelMethods in jmri.jmrit.logixng.tools.swing that return types with arguments of type LogixNG Modifier and Type Method Description java.util.function.Predicate<LogixNG>InlineLogixNGsTableModel. getFilter()Get the filter to select which beans to include in the table.java.util.List<LogixNG>InlineLogixNGsTableModel. getLogixNGList()Methods in jmri.jmrit.logixng.tools.swing with parameters of type LogixNG Modifier and Type Method Description (package private) booleanLogixNGEditor. checkConditionalNGUserName(java.lang.String uName, LogixNG logixNG)Method parameters in jmri.jmrit.logixng.tools.swing with type arguments of type LogixNG Modifier and Type Method Description voidInlineLogixNGsTableModel. setFilter(java.util.function.Predicate<LogixNG> filter)Set the filter to select which beans to include in the table.Constructor parameters in jmri.jmrit.logixng.tools.swing with type arguments of type LogixNG Constructor Description LogixNGEditor(BeanTableDataModel<LogixNG> m, java.lang.String sName)Create a new ConditionalNG List View editor.
-