jmri.jmrit.operations.setup
Class PrintOptionFrame

Show UML class diagram
java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by java.awt.Window
              extended by java.awt.Frame
                  extended by javax.swing.JFrame
                      extended by jmri.util.JmriJFrame
                          extended by jmri.jmrit.operations.OperationsFrame
                              extended by jmri.jmrit.operations.setup.PrintOptionFrame
All Implemented Interfaces:
ComponentListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, BeanInterface, ModifiedFlag, WindowInterface

public class PrintOptionFrame
extends OperationsFrame

Frame for user edit of manifest and switch list print options

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.JFrame
JFrame.AccessibleJFrame
 
Nested classes/interfaces inherited from class java.awt.Frame
Frame.AccessibleAWTFrame
 
Nested classes/interfaces inherited from class java.awt.Window
Window.AccessibleAWTWindow
 
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
 
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
 
Nested classes/interfaces inherited from interface jmri.util.swing.WindowInterface
WindowInterface.Hint
 
Field Summary
(package private)  JButton addCarDropComboboxButton
           
(package private)  JButton addCarPickupComboboxButton
           
(package private)  JButton addEngDropComboboxButton
           
(package private)  JButton addEngPickupComboboxButton
           
(package private)  JButton addLocalComboboxButton
           
(package private)  JButton addLogoButton
           
(package private)  JButton addSwitchListDropComboboxButton
           
(package private)  JButton addSwitchListLocalComboboxButton
           
(package private)  JButton addSwitchListPickupComboboxButton
           
(package private)  List<JComboBox> carDropMessageList
           
(package private)  List<JComboBox> carPickupMessageList
           
(package private)  JScrollPane commentScroller
           
(package private)  JTextArea commentTextArea
           
(package private)  JButton deleteCarDropComboboxButton
           
(package private)  JButton deleteCarPickupComboboxButton
           
(package private)  JButton deleteEngDropComboboxButton
           
(package private)  JButton deleteEngPickupComboboxButton
           
(package private)  JButton deleteLocalComboboxButton
           
(package private)  JButton deleteSwitchListDropComboboxButton
           
(package private)  JButton deleteSwitchListLocalComboboxButton
           
(package private)  JButton deleteSwitchListPickupComboboxButton
           
(package private)  JCheckBox departureTimeCheckBox
           
(package private)  JTextField dropCarPrefix
           
(package private)  JComboBox dropComboBox
           
(package private)  JTextField dropEngPrefix
           
(package private)  JCheckBox editManifestCheckBox
           
(package private)  List<JComboBox> engineDropMessageList
           
(package private)  List<JComboBox> enginePickupMessageList
           
(package private)  JFileChooser fc
          We always use the same file chooser in this class, so that the user's last-accessed directory remains available.
(package private)  JComboBox fontComboBox
           
(package private)  JComboBox fontSizeComboBox
           
(package private)  JCheckBox formatSwitchListCheckBox
           
(package private)  JTextField hazardousTextField
           
(package private)  JComboBox localComboBox
           
(package private)  List<JComboBox> localMessageList
           
(package private)  JTextField localPrefix
           
(package private) static org.slf4j.Logger log
           
(package private)  JLabel logoURL
           
(package private)  JComboBox manifestOrientationComboBox
           
(package private)  JPanel pDrop
           
(package private)  JPanel pEngDrop
           
(package private)  JPanel pEngPickup
           
(package private)  JTextField pickupCarPrefix
           
(package private)  JComboBox pickupComboBox
           
(package private)  JTextField pickupEngPrefix
           
(package private)  JPanel pLocal
           
(package private)  JPanel pManifest
           
(package private)  JPanel pPickup
           
(package private)  JCheckBox printLoadsEmptiesCheckBox
           
(package private)  JCheckBox printLocCommentsCheckBox
           
(package private)  JCheckBox printRouteCommentsCheckBox
           
(package private)  JCheckBox printTimetableNameCheckBox
           
(package private)  JCheckBox printValidCheckBox
           
(package private)  JPanel pSwDrop
           
(package private)  JPanel pSwitchListOrientation
           
(package private)  JPanel pSwLocal
           
(package private)  JPanel pSwPickup
           
(package private)  JButton removeLogoButton
           
(package private)  JButton saveButton
           
(package private)  JCheckBox sortByTrackCheckBox
           
(package private)  List<JComboBox> switchListCarDropMessageList
           
(package private)  List<JComboBox> switchListCarPickupMessageList
           
(package private)  JTextField switchListDropCarPrefix
           
(package private)  List<JComboBox> switchListLocalMessageList
           
(package private)  JTextField switchListLocalPrefix
           
(package private)  JComboBox switchListOrientationComboBox
           
(package private)  JTextField switchListPickupCarPrefix
           
(package private)  JCheckBox tabFormatCheckBox
           
(package private)  JCheckBox truncateCheckBox
           
(package private)  JCheckBox use12hrFormatCheckBox
           
 
Fields inherited from class jmri.jmrit.operations.OperationsFrame
trainDirtyTask
 
Fields inherited from class jmri.util.JmriJFrame
allowInFrameServlet, properties, reuseFrameSavedPosition, reuseFrameSavedSized, windowInterface
 
Fields inherited from class javax.swing.JFrame
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
 
Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
PrintOptionFrame()
           
 
Method Summary
 void buttonActionPerformed(ActionEvent ae)
           
 void checkBoxActionPerformed(ActionEvent ae)
           
 void initComponents()
          By default, Swing components should be created an installed in this method, rather than in the ctor itself.
 
Methods inherited from class jmri.jmrit.operations.OperationsFrame
addButtonAction, addCheckBoxAction, addComboBoxAction, addItem, addItem, addItemLeft, addItemLeft, addItemTop, addItemWidth, addItemWidth, addRadioButtonAction, addSpinnerChangeListerner, clearTableSort, comboBoxActionPerformed, createShutDownTask, getNumberOfCheckboxes, loadTableDetails, radioButtonActionPerformed, saveTableDetails, selectNextItemComboBox, spinnerChangeEvent, storeValues
 
Methods inherited from class jmri.util.JmriJFrame
addHelpMenu, addNotify, componentHidden, componentMoved, componentResized, componentShown, dispose, generateWindowRef, getAllowInFrameServlet, getEscapeKeyAction, getEscapeKeyClosesWindow, getFrame, getFrame, getFrameList, getFrameList, getIndexedProperty, getMaximumSize, getModifiedFlag, getPreferredSize, getProperty, getPropertyNames, getSavePosition, getSaveSize, getWindowFrameRef, getWindowInterface, handleModified, hasProperty, makePrivateWindow, markWindowModified, multipleInstances, pack, setAllowInFrameServlet, setEscapeKeyAction, setEscapeKeyClosesWindow, setIndexedProperty, setModifiedFlag, setProperty, setSavePosition, setSaveSize, setShutDownTask, setWindowInterface, show, show, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class javax.swing.JFrame
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
 
Methods inherited from class java.awt.Frame
getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated
 
Methods inherited from class java.awt.Window
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOwnedWindows, getOwner, getOwnerlessWindows, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setVisible, show, toBack, toFront
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMinimumSize, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, setBackground, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
 

Field Detail

logoURL

JLabel logoURL

saveButton

JButton saveButton

addLogoButton

JButton addLogoButton

removeLogoButton

JButton removeLogoButton

addEngPickupComboboxButton

JButton addEngPickupComboboxButton

deleteEngPickupComboboxButton

JButton deleteEngPickupComboboxButton

addEngDropComboboxButton

JButton addEngDropComboboxButton

deleteEngDropComboboxButton

JButton deleteEngDropComboboxButton

addCarPickupComboboxButton

JButton addCarPickupComboboxButton

deleteCarPickupComboboxButton

JButton deleteCarPickupComboboxButton

addCarDropComboboxButton

JButton addCarDropComboboxButton

deleteCarDropComboboxButton

JButton deleteCarDropComboboxButton

addLocalComboboxButton

JButton addLocalComboboxButton

deleteLocalComboboxButton

JButton deleteLocalComboboxButton

addSwitchListPickupComboboxButton

JButton addSwitchListPickupComboboxButton

deleteSwitchListPickupComboboxButton

JButton deleteSwitchListPickupComboboxButton

addSwitchListDropComboboxButton

JButton addSwitchListDropComboboxButton

deleteSwitchListDropComboboxButton

JButton deleteSwitchListDropComboboxButton

addSwitchListLocalComboboxButton

JButton addSwitchListLocalComboboxButton

deleteSwitchListLocalComboboxButton

JButton deleteSwitchListLocalComboboxButton

tabFormatCheckBox

JCheckBox tabFormatCheckBox

formatSwitchListCheckBox

JCheckBox formatSwitchListCheckBox

editManifestCheckBox

JCheckBox editManifestCheckBox

printLocCommentsCheckBox

JCheckBox printLocCommentsCheckBox

printRouteCommentsCheckBox

JCheckBox printRouteCommentsCheckBox

printLoadsEmptiesCheckBox

JCheckBox printLoadsEmptiesCheckBox

printTimetableNameCheckBox

JCheckBox printTimetableNameCheckBox

use12hrFormatCheckBox

JCheckBox use12hrFormatCheckBox

printValidCheckBox

JCheckBox printValidCheckBox

sortByTrackCheckBox

JCheckBox sortByTrackCheckBox

truncateCheckBox

JCheckBox truncateCheckBox

departureTimeCheckBox

JCheckBox departureTimeCheckBox

pickupEngPrefix

JTextField pickupEngPrefix

dropEngPrefix

JTextField dropEngPrefix

pickupCarPrefix

JTextField pickupCarPrefix

dropCarPrefix

JTextField dropCarPrefix

localPrefix

JTextField localPrefix

switchListPickupCarPrefix

JTextField switchListPickupCarPrefix

switchListDropCarPrefix

JTextField switchListDropCarPrefix

switchListLocalPrefix

JTextField switchListLocalPrefix

hazardousTextField

JTextField hazardousTextField

commentTextArea

JTextArea commentTextArea

commentScroller

JScrollPane commentScroller

fontComboBox

JComboBox fontComboBox

manifestOrientationComboBox

JComboBox manifestOrientationComboBox

fontSizeComboBox

JComboBox fontSizeComboBox

pickupComboBox

JComboBox pickupComboBox

dropComboBox

JComboBox dropComboBox

localComboBox

JComboBox localComboBox

switchListOrientationComboBox

JComboBox switchListOrientationComboBox

enginePickupMessageList

List<JComboBox> enginePickupMessageList

engineDropMessageList

List<JComboBox> engineDropMessageList

carPickupMessageList

List<JComboBox> carPickupMessageList

carDropMessageList

List<JComboBox> carDropMessageList

localMessageList

List<JComboBox> localMessageList

switchListCarPickupMessageList

List<JComboBox> switchListCarPickupMessageList

switchListCarDropMessageList

List<JComboBox> switchListCarDropMessageList

switchListLocalMessageList

List<JComboBox> switchListLocalMessageList

pManifest

JPanel pManifest

pEngPickup

JPanel pEngPickup

pEngDrop

JPanel pEngDrop

pPickup

JPanel pPickup

pDrop

JPanel pDrop

pLocal

JPanel pLocal

pSwitchListOrientation

JPanel pSwitchListOrientation

pSwPickup

JPanel pSwPickup

pSwDrop

JPanel pSwDrop

pSwLocal

JPanel pSwLocal

fc

JFileChooser fc
We always use the same file chooser in this class, so that the user's last-accessed directory remains available.


log

static org.slf4j.Logger log
Constructor Detail

PrintOptionFrame

public PrintOptionFrame()
Method Detail

initComponents

public void initComponents()
Description copied from class: JmriJFrame
By default, Swing components should be created an installed in this method, rather than in the ctor itself.

Overrides:
initComponents in class JmriJFrame

buttonActionPerformed

public void buttonActionPerformed(ActionEvent ae)
Overrides:
buttonActionPerformed in class OperationsFrame

checkBoxActionPerformed

public void checkBoxActionPerformed(ActionEvent ae)
Overrides:
checkBoxActionPerformed in class OperationsFrame


Copyright © 1997-2013 JMRI Community.
JMRI, DecoderPro, PanelPro, SoundPro, DispatcherPro and associated logos are our trademarks.

Additional information on copyright, trademarks and licenses is linked here.
Site hosted by: Get JMRI Model Railroad Interface at SourceForge.net. Fast, secure and Free Open Source software downloads