Uses of Class
jmri.jmrit.beantable.AbstractTableTabAction
Packages that use AbstractTableTabAction
Package
Description
Provides table GUI for manipulating NamedBean objects: Turnouts,
Sensors, SignalHeads.
-
Uses of AbstractTableTabAction in jmri.jmrit.beantable
Subclasses of AbstractTableTabAction in jmri.jmrit.beantableModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in jmri.jmrit.beantable with parameters of type AbstractTableTabActionModifier and TypeMethodDescriptionvoidAbstractTableAction.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.locodatabaseModifier and TypeClassDescriptionclassThere is no specific subtype of NamedBean here, see EcosLocoAddressManager.