Public Member Functions | |
PrintDialog (java.awt.Frame parent, boolean modal) | |
String | getPrinterName () |
int | getNumberOfCopies () |
boolean | isTwoSidedPrint () |
boolean | isAllPagePrint () |
boolean | isRangePagePrint () |
int | getRangeFrom () |
int | getRangeTo () |
boolean | isPrintToFile () |
File | getFileToPrint () |
boolean | areSettingsOK () |
boolean | isLandscape () |
Static Public Member Functions | |
void | main (String args[]) |
Package Attributes | |
boolean | settingsCorrect |
File | fileToPrint |
Private Member Functions | |
void | initComponents () |
void | printButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | cancelButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | numberOfCopiesStateChanged (javax.swing.event.ChangeEvent evt) |
void | printAllStateChanged (javax.swing.event.ChangeEvent evt) |
void | buildingNumberKeyReleased (java.awt.event.KeyEvent evt) |
void | refreshButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | formWindowOpened (java.awt.event.WindowEvent evt) |
void | closeDialog (java.awt.event.WindowEvent evt) |
Private Attributes | |
javax.swing.JTextField | buildingNumber |
javax.swing.JButton | cancelButton |
javax.swing.ButtonGroup | directionGroup |
javax.swing.JRadioButton | directionLandscape |
javax.swing.JRadioButton | directionPortrait |
javax.swing.JLabel | jLabel1 |
javax.swing.JLabel | jLabel2 |
javax.swing.JLabel | jLabel3 |
javax.swing.JLabel | jLabel4 |
javax.swing.JLabel | jLabel5 |
javax.swing.JLabel | jLabel6 |
javax.swing.JLabel | jLabel7 |
javax.swing.JPanel | jPanel1 |
javax.swing.JSpinner | numberOfCopies |
javax.swing.JRadioButton | printAll |
javax.swing.JButton | printButton |
javax.swing.JRadioButton | printRange |
javax.swing.JCheckBox | printToFile |
javax.swing.JCheckBox | printTwoSided |
javax.swing.JComboBox | printersCombo |
javax.swing.JTextField | rangeFrom |
javax.swing.JTextField | rangeTo |
javax.swing.ButtonGroup | rangesGroup |
javax.swing.JButton | refreshButton |
|
Creates new form PrintDialog |
|
|
|
|
|
|
|
Closes the dialog |
|
|
|
|
|
|
|
|
|
|
|
|
|
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|