Uses of Class
jmri.util.davidflanagan.OriginalHardcopyWriter
Packages that use OriginalHardcopyWriter
Package
Description
Provides table GUI for manipulating NamedBean objects: Turnouts,
Sensors, SignalHeads.
Package provides a producer-consumer-event configuration tool using Swing.
-
Uses of OriginalHardcopyWriter in jmri.jmrit.beantable
Methods in jmri.jmrit.beantable with parameters of type OriginalHardcopyWriterModifier and TypeMethodDescriptionprotected voidBeanTableDataModel.printColumns(OriginalHardcopyWriter w, String[] columnStrings, int columnSize) voidBeanTableDataModel.printTable(OriginalHardcopyWriter w) Method to self print or print preview the table. -
Uses of OriginalHardcopyWriter in jmri.jmrix.cmri.serial.assignment
Methods in jmri.jmrix.cmri.serial.assignment with parameters of type OriginalHardcopyWriterModifier and TypeMethodDescriptionprotected voidListFrame.AssignmentTableModel.printColumns(OriginalHardcopyWriter w, String[] columnStrings, int[] columnSize) voidListFrame.AssignmentTableModel.printTable(OriginalHardcopyWriter w, int[] colWidth) Print or print preview the assignment table. -
Uses of OriginalHardcopyWriter in jmri.jmrix.cmri.serial.nodeconfigmanager
Methods in jmri.jmrix.cmri.serial.nodeconfigmanager with parameters of type OriginalHardcopyWriterModifier and TypeMethodDescriptionprotected voidNodeConfigManagerFrame.NodeTableModel.printColumns(OriginalHardcopyWriter w, String[] columnStrings, int[] columnSize) voidNodeConfigManagerFrame.NodeTableModel.printTable(OriginalHardcopyWriter w, int[] colWidth) Method to print or print preview the assignment table. -
Uses of OriginalHardcopyWriter in jmri.jmrix.cmri.serial.nodeiolist
Methods in jmri.jmrix.cmri.serial.nodeiolist with parameters of type OriginalHardcopyWriterModifier and TypeMethodDescriptionprotected voidNodeIOListFrame.AssignmentTableModel.printColumns(OriginalHardcopyWriter w, String[] columnStrings, int[] columnSize) voidNodeIOListFrame.AssignmentTableModel.printTable(OriginalHardcopyWriter w, int[] colWidth) Method to print or print preview the assignment table. -
Uses of OriginalHardcopyWriter in jmri.jmrix.loconet.soundloader
Methods in jmri.jmrix.loconet.soundloader with parameters of type OriginalHardcopyWriterModifier and TypeMethodDescriptionprotected voidEditorTableDataModel.printColumns(OriginalHardcopyWriter w, String[] columnStrings, int columnSize) voidEditorTableDataModel.printTable(OriginalHardcopyWriter w) Self print - or print preview - the table. -
Uses of OriginalHardcopyWriter in jmri.jmrix.maple.assignment
Methods in jmri.jmrix.maple.assignment with parameters of type OriginalHardcopyWriterModifier and TypeMethodDescriptionprotected voidListFrame.AssignmentTableModel.printColumns(OriginalHardcopyWriter w, String[] columnStrings, int[] columnSize) voidListFrame.AssignmentTableModel.printTable(OriginalHardcopyWriter w, int[] colWidth) Print or print preview the assignment table. -
Uses of OriginalHardcopyWriter in jmri.jmrix.openlcb.swing.tie
Methods in jmri.jmrix.openlcb.swing.tie with parameters of type OriginalHardcopyWriterModifier and TypeMethodDescriptionprotected voidConsumerTableModel.printColumns(OriginalHardcopyWriter w, String[] columnStrings, int[] columnSize) protected voidProducerTableModel.printColumns(OriginalHardcopyWriter w, String[] columnStrings, int[] columnSize) protected voidTieTableModel.printColumns(OriginalHardcopyWriter w, String[] columnStrings, int[] columnSize) voidConsumerTableModel.printTable(OriginalHardcopyWriter w, int[] colWidth) Method to print or print preview the assignment table.voidProducerTableModel.printTable(OriginalHardcopyWriter w, int[] colWidth) Method to print or print preview the assignment table.voidTieTableModel.printTable(OriginalHardcopyWriter w, int[] colWidth) Method to print or print preview the assignment table.