Uses of Class
jmri.util.davidflanagan.HardcopyWriter
-
Packages that use HardcopyWriter Package Description jmri.jmrit.beantable Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads.jmri.jmrit.decoderdefn Decoder definitions via XML, including the decoder index.jmri.jmrit.operations.locations.tools jmri.jmrit.operations.trains.tools jmri.jmrit.roster jmri.jmrit.symbolicprog Basic support for advanced programming, primarily used by DecoderPro.jmri.jmrit.symbolicprog.tabbedframe jmri.jmrix.cmri.serial.assignment jmri.jmrix.cmri.serial.nodeconfigmanager jmri.jmrix.cmri.serial.nodeiolist jmri.jmrix.loconet.soundloader jmri.jmrix.maple.assignment jmri.jmrix.openlcb.swing.tie Package provides a producer-consumer-event configuration tool using Swing. -
-
Uses of HardcopyWriter in jmri.jmrit.beantable
Methods in jmri.jmrit.beantable with parameters of type HardcopyWriter Modifier and Type Method Description protected void
BeanTableDataModel. printColumns(HardcopyWriter w, java.lang.String[] columnStrings, int columnSize)
void
BeanTableDataModel. printTable(HardcopyWriter w)
Method to self print or print preview the table. -
Uses of HardcopyWriter in jmri.jmrit.decoderdefn
Methods in jmri.jmrit.decoderdefn with parameters of type HardcopyWriter Modifier and Type Method Description (package private) void
PrintDecoderListAction. printEntry(DecoderFile d, HardcopyWriter w)
(package private) void
PrintDecoderListAction. printFamily(DecoderFile d, HardcopyWriter w)
(package private) void
PrintDecoderListAction. printMfg(DecoderFile d, HardcopyWriter w)
-
Uses of HardcopyWriter in jmri.jmrit.operations.locations.tools
Fields in jmri.jmrit.operations.locations.tools declared as HardcopyWriter Modifier and Type Field Description (package private) HardcopyWriter
PrintLocationsFrame. writer
-
Uses of HardcopyWriter in jmri.jmrit.operations.trains.tools
Fields in jmri.jmrit.operations.trains.tools declared as HardcopyWriter Modifier and Type Field Description (package private) HardcopyWriter
PrintTrainsByCarTypesAction. writer
-
Uses of HardcopyWriter in jmri.jmrit.roster
Methods in jmri.jmrit.roster with parameters of type HardcopyWriter Modifier and Type Method Description void
RosterEntry. printEntry(HardcopyWriter w)
void
RosterEntry. printEntryLine(HardcopyWriter w)
Ultra compact list view of roster entries.void
PrintRosterEntry. printInfoSection(HardcopyWriter w)
Write the page header to graphic output, using HardcopyWriter w.void
FunctionLabelPane. printPane(HardcopyWriter w)
-
Uses of HardcopyWriter in jmri.jmrit.symbolicprog
Methods in jmri.jmrit.symbolicprog with parameters of type HardcopyWriter Modifier and Type Method Description void
PrintCvAction. printInfoSection(HardcopyWriter w)
-
Uses of HardcopyWriter in jmri.jmrit.symbolicprog.tabbedframe
Methods in jmri.jmrit.symbolicprog.tabbedframe with parameters of type HardcopyWriter Modifier and Type Method Description void
PaneProgPane. printPane(HardcopyWriter w)
-
Uses of HardcopyWriter in jmri.jmrix.cmri.serial.assignment
Methods in jmri.jmrix.cmri.serial.assignment with parameters of type HardcopyWriter Modifier and Type Method Description protected void
ListFrame.AssignmentTableModel. printColumns(HardcopyWriter w, java.lang.String[] columnStrings, int[] columnSize)
void
ListFrame.AssignmentTableModel. printTable(HardcopyWriter w, int[] colWidth)
Print or print preview the assignment table. -
Uses of HardcopyWriter in jmri.jmrix.cmri.serial.nodeconfigmanager
Methods in jmri.jmrix.cmri.serial.nodeconfigmanager with parameters of type HardcopyWriter Modifier and Type Method Description protected void
NodeConfigManagerFrame.NodeTableModel. printColumns(HardcopyWriter w, java.lang.String[] columnStrings, int[] columnSize)
void
NodeConfigManagerFrame.NodeTableModel. printTable(HardcopyWriter w, int[] colWidth)
Method to print or print preview the assignment table. -
Uses of HardcopyWriter in jmri.jmrix.cmri.serial.nodeiolist
Methods in jmri.jmrix.cmri.serial.nodeiolist with parameters of type HardcopyWriter Modifier and Type Method Description protected void
NodeIOListFrame.AssignmentTableModel. printColumns(HardcopyWriter w, java.lang.String[] columnStrings, int[] columnSize)
void
NodeIOListFrame.AssignmentTableModel. printTable(HardcopyWriter w, int[] colWidth)
Method to print or print preview the assignment table. -
Uses of HardcopyWriter in jmri.jmrix.loconet.soundloader
Methods in jmri.jmrix.loconet.soundloader with parameters of type HardcopyWriter Modifier and Type Method Description protected void
EditorTableDataModel. printColumns(HardcopyWriter w, java.lang.String[] columnStrings, int columnSize)
void
EditorTableDataModel. printTable(HardcopyWriter w)
Self print - or print preview - the table. -
Uses of HardcopyWriter in jmri.jmrix.maple.assignment
Methods in jmri.jmrix.maple.assignment with parameters of type HardcopyWriter Modifier and Type Method Description protected void
ListFrame.AssignmentTableModel. printColumns(HardcopyWriter w, java.lang.String[] columnStrings, int[] columnSize)
void
ListFrame.AssignmentTableModel. printTable(HardcopyWriter w, int[] colWidth)
Print or print preview the assignment table. -
Uses of HardcopyWriter in jmri.jmrix.openlcb.swing.tie
Methods in jmri.jmrix.openlcb.swing.tie with parameters of type HardcopyWriter Modifier and Type Method Description protected void
ConsumerTableModel. printColumns(HardcopyWriter w, java.lang.String[] columnStrings, int[] columnSize)
protected void
ProducerTableModel. printColumns(HardcopyWriter w, java.lang.String[] columnStrings, int[] columnSize)
protected void
TieTableModel. printColumns(HardcopyWriter w, java.lang.String[] columnStrings, int[] columnSize)
void
ConsumerTableModel. printTable(HardcopyWriter w, int[] colWidth)
Method to print or print preview the assignment table.void
ProducerTableModel. printTable(HardcopyWriter w, int[] colWidth)
Method to print or print preview the assignment table.void
TieTableModel. printTable(HardcopyWriter w, int[] colWidth)
Method to print or print preview the assignment table.
-