Uses of Class
jmri.jmrit.beantable.AbstractTableTabAction
-
Packages that use AbstractTableTabAction Package Description jmri.jmrit.beantable Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads.jmri.jmrix.ecos.swing.locodatabase -
-
Uses of AbstractTableTabAction in jmri.jmrit.beantable
Subclasses of AbstractTableTabAction in jmri.jmrit.beantable Modifier and Type Class Description classIdTagTableTabActionclassLightTableTabActionclassReporterTableTabActionclassSensorTableTabActionclassStringIOTableTabActionclassTurnoutTableTabActionMethods in jmri.jmrit.beantable with parameters of type AbstractTableTabAction Modifier and Type Method Description voidAbstractTableAction. addToPanel(AbstractTableTabAction<E> f)If the subClass is being included in a greater tabbed frame, then this method is used to add the details to the tabbed frame.voidIdTagTableAction. addToPanel(AbstractTableTabAction<IdTag> f)voidRailComTableAction. addToPanel(AbstractTableTabAction<IdTag> f)voidSensorTableAction. addToPanel(AbstractTableTabAction<Sensor> f)If the subClass is being included in a greater tabbed frame, then this method is used to add the details to the tabbed frame.voidTurnoutTableAction. addToPanel(AbstractTableTabAction<Turnout> f)Place the check boxes to show/hide extra columns to the tabbed Turnout table panel. -
Uses of AbstractTableTabAction in jmri.jmrix.ecos.swing.locodatabase
Subclasses of AbstractTableTabAction in jmri.jmrix.ecos.swing.locodatabase Modifier and Type Class Description classEcosLocoTableTabActionThere is no specific subtype of NamedBean here, see EcosLocoAddressManager.
-