Uses of Class
jmri.jmrit.beantable.BeanTableFrame
Packages that use BeanTableFrame
Package
Description
Provides table GUI for manipulating NamedBean objects: Turnouts,
Sensors, SignalHeads.
-
Uses of BeanTableFrame in jmri.jmrit.beantable
Subclasses of BeanTableFrame in jmri.jmrit.beantableModifier and TypeClassDescriptionclassThis file is part of JMRI.classListedTableFrame<E extends NamedBean>Provide access to the various tables in the tabbed Tables interface via a listed pane (normally to the left).classOverride to place the four OBlock tables in tabbed interface.Fields in jmri.jmrit.beantable declared as BeanTableFrameModifier and TypeFieldDescription(package private) BeanTableFrame<E>AbstractTableAction.TableItem.beanTableFrameprotected BeanTableFrame<E>AbstractTableAction.fMethods in jmri.jmrit.beantable that return BeanTableFrameMethods in jmri.jmrit.beantable with parameters of type BeanTableFrameModifier and TypeMethodDescriptionprotected voidAbstractTableAction.addBottomButtons(BeanTableFrame<E> ata, JTable dataTable) voidAbstractTableAction.addToFrame(BeanTableFrame<E> f) Allow subclasses to add to the frame without having to actually subclass the BeanTableDataFrame.voidAbstractTableTabAction.addToFrame(BeanTableFrame<E> f) voidAudioTableAction.addToFrame(BeanTableFrame<Audio> f) voidBlockTableAction.addToFrame(BeanTableFrame<Block> f) Add the radioButtons (only 1 may be selected).voidIdTagTableAction.addToFrame(BeanTableFrame<IdTag> f) voidLogixNGGlobalVariableTableAction.addToFrame(BeanTableFrame<GlobalVariable> f) voidOBlockTableAction.addToFrame(BeanTableFrame<OBlock> f) voidRailComTableAction.addToFrame(BeanTableFrame<IdTag> f) voidSensorTableAction.addToFrame(BeanTableFrame<Sensor> f) Allow subclasses to add to the frame without having to actually subclass the BeanTableDataFrame.voidTurnoutTableAction.addToFrame(BeanTableFrame<Turnout> f) Add the check boxes to show/hide extra columns to the Turnout table frame.voidAbstractTableAction.setFrame(BeanTableFrame<E> frame) voidAbstractLogixNGTableAction.setMenuBar(BeanTableFrame<E> f) Insert 2 table specific menus.voidAbstractTableAction.setMenuBar(BeanTableFrame<E> f) Allow subclasses to alter the frame's Menubar without having to actually subclass the BeanTableDataFrame.voidAbstractTableTabAction.setMenuBar(BeanTableFrame<E> f) voidAudioTableAction.setMenuBar(BeanTableFrame<Audio> f) voidBlockTableAction.setMenuBar(BeanTableFrame<Block> f) Insert 2 table specific menus.voidLogixTableAction.setMenuBar(BeanTableFrame<Logix> f) Insert 2 table specific menus.voidOBlockTableAction.setMenuBar(BeanTableFrame<OBlock> f) voidSectionTableAction.setMenuBar(BeanTableFrame<Section> f) Insert 2 table specific menus.voidSensorTableAction.setMenuBar(BeanTableFrame<Sensor> f) Insert a table specific Defaults menu.voidSignalMastLogicTableAction.setMenuBar(BeanTableFrame<SignalMastLogic> f) Insert a table specific Tools menu.voidSignalMastTableAction.setMenuBar(BeanTableFrame<SignalMast> f) Insert a table specific Tools menu.voidTurnoutTableAction.setMenuBar(BeanTableFrame<Turnout> f) Insert table specific Automation and Speeds menus.(package private) voidAbstractTableAction.TableItem.setTableFrame(BeanTableFrame<E> frame) -
Uses of BeanTableFrame in jmri.jmrix.ecos.swing.locodatabase
Methods in jmri.jmrix.ecos.swing.locodatabase with parameters of type BeanTableFrameModifier and TypeMethodDescriptionvoidEcosLocoTableTabAction.addToFrame(BeanTableFrame<NamedBean> f) voidEcosLocoTableTabAction.setMenuBar(BeanTableFrame<NamedBean> f)