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 class
IdTagTableTabAction
class
LightTableTabAction
class
ReporterTableTabAction
class
SensorTableTabAction
class
TurnoutTableTabAction
Methods in jmri.jmrit.beantable with parameters of type AbstractTableTabAction Modifier and Type Method Description void
AbstractTableAction. 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.void
IdTagTableAction. addToPanel(AbstractTableTabAction<IdTag> f)
void
RailComTableAction. addToPanel(AbstractTableTabAction<IdTag> f)
void
SensorTableAction. 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.void
TurnoutTableAction. 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 class
EcosLocoTableTabAction
There is no specific subtype of NamedBean here, see EcosLocoAddressManager.
-