Uses of Class
jmri.jmrit.beantable.oblock.OBlockTableModel
- 
Packages that use OBlockTableModel Package Description jmri.jmrit.beantable Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads.jmri.jmrit.beantable.oblock 
- 
- 
Uses of OBlockTableModel in jmri.jmrit.beantableFields in jmri.jmrit.beantable declared as OBlockTableModel Modifier and Type Field Description (package private) OBlockTableModelOBlockTableAction. oblocksConstructors in jmri.jmrit.beantable with parameters of type OBlockTableModel Constructor Description OBlockTablePanel(OBlockTableModel oblocks, PortalTableModel portals, SignalTableModel signals, BlockPortalTableModel blockportals, TableFrames tf, java.lang.String helpTarget)
- 
Uses of OBlockTableModel in jmri.jmrit.beantable.oblockFields in jmri.jmrit.beantable.oblock declared as OBlockTableModel Modifier and Type Field Description (package private) OBlockTableModelBlockPortalTableModel. _oBlockModelMethods in jmri.jmrit.beantable.oblock that return OBlockTableModel Modifier and Type Method Description OBlockTableModelTableFrames. getOblockTableModel()Methods in jmri.jmrit.beantable.oblock with parameters of type OBlockTableModel Modifier and Type Method Description protected javax.swing.JTableTableFrames. makeOBlockTable(OBlockTableModel model)Constructors in jmri.jmrit.beantable.oblock with parameters of type OBlockTableModel Constructor Description BlockPortalTableModel(OBlockTableModel oBlockModel)
 
-