Uses of Class
jmri.jmrit.beantable.oblock.BlockPathTableModel
Packages that use BlockPathTableModel
-
Uses of BlockPathTableModel in jmri.jmrit.beantable.oblock
Fields in jmri.jmrit.beantable.oblock declared as BlockPathTableModelModifier and TypeFieldDescription(package private) BlockPathTableModelBlockPathEditFrame._pathmodel(package private) BlockPathTableModelTableFrames.BlockPathFrame.blockPathModel(package private) BlockPathTableModelTableFrames.BlockPathJPanel.blockPathModelMethods in jmri.jmrit.beantable.oblock that return BlockPathTableModelModifier and TypeMethodDescriptionTableFrames.getBlockPathTableModel(OBlock block) (package private) BlockPathTableModelTableFrames.BlockPathFrame.getModel()(package private) BlockPathTableModelTableFrames.BlockPathJPanel.getModel()Methods in jmri.jmrit.beantable.oblock with parameters of type BlockPathTableModelModifier and TypeMethodDescriptionprotected JTableTableFrames.makeBlockPathTable(BlockPathTableModel _model) protected JPanelTableFrames.makeBlockPathTablePanel(BlockPathTableModel _model) protected booleanTableFrames.openPathEditor(String blockName, String pathName, BlockPathTableModel bpmodel) Open the Edit Path panel for _tabbed.(package private) voidTableFrames.BlockPathFrame.setModel(BlockPathTableModel model, String blockName) (package private) voidTableFrames.BlockPathJPanel.setModel(BlockPathTableModel model, String blockName) Constructors in jmri.jmrit.beantable.oblock with parameters of type BlockPathTableModelModifierConstructorDescriptionBlockPathEditFrame(String title, OBlock block, OPath path, TableFrames.PathTurnoutJPanel turnouttable, BlockPathTableModel pathmodel, TableFrames parent)