Uses of Interface
jmri.jmrit.logixng.tools.swing.AbstractLogixNGEditor
-
Packages that use AbstractLogixNGEditor Package Description jmri.jmrit.beantable Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads.jmri.jmrit.logixng.tools.swing -
-
Uses of AbstractLogixNGEditor in jmri.jmrit.beantable
Fields in jmri.jmrit.beantable declared as AbstractLogixNGEditor Modifier and Type Field Description protected AbstractLogixNGEditor<E>
AbstractLogixNGTableAction. _editor
Methods in jmri.jmrit.beantable that return AbstractLogixNGEditor Modifier and Type Method Description protected abstract AbstractLogixNGEditor<E>
AbstractLogixNGTableAction. getEditor(BeanTableDataModel<E> m, java.lang.String sName)
protected AbstractLogixNGEditor<GlobalVariable>
LogixNGGlobalVariableTableAction. getEditor(BeanTableDataModel<GlobalVariable> m, java.lang.String sName)
protected AbstractLogixNGEditor<Module>
LogixNGModuleTableAction. getEditor(BeanTableDataModel<Module> m, java.lang.String sName)
protected AbstractLogixNGEditor<LogixNG>
LogixNGTableAction. getEditor(BeanTableDataModel<LogixNG> m, java.lang.String sName)
protected AbstractLogixNGEditor<NamedTable>
LogixNGTableTableAction. getEditor(BeanTableDataModel<NamedTable> m, java.lang.String sName)
-
Uses of AbstractLogixNGEditor in jmri.jmrit.logixng.tools.swing
Classes in jmri.jmrit.logixng.tools.swing that implement AbstractLogixNGEditor Modifier and Type Class Description class
LogixNGEditor
Editor for LogixNGclass
ModuleEditor
Editor of Moduleclass
TableEditor
Editor for LogixNG Tables
-