Module jEdit

Class PrinterDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ListSelectionListener, RootPaneContainer, WindowConstants

public class PrinterDialog extends JDialog implements ListSelectionListener
See Also:
  • Field Details

    • onlyPrintPages

      public static int onlyPrintPages
  • Constructor Details

  • Method Details

    • getPrintService

      public PrintService getPrintService()
      Returns:
      The print service selected by the user.
    • getAttributes

      public PrintRequestAttributeSet getAttributes()
      Returns:
      An attribute set containing all the values as selected by the user.
    • isCanceled

      public boolean isCanceled()
      Returns:
      true if the user clicked the 'cancel' button.
    • valueChanged

      public void valueChanged(ListSelectionEvent e)
      Specified by:
      valueChanged in interface ListSelectionListener
    • initMessages

      public void initMessages()