* tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Fix typo.
[official-gcc.git] / libjava / gnu / javax / print / PrinterDialog$GeneralPanel$CopiesAndSorted.h
blob4e95c93299b64157e1d61b3b2c23b7b3b82815c3
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_javax_print_PrinterDialog$GeneralPanel$CopiesAndSorted__
5 #define __gnu_javax_print_PrinterDialog$GeneralPanel$CopiesAndSorted__
7 #pragma interface
9 #include <javax/swing/JPanel.h>
10 extern "Java"
12 namespace gnu
14 namespace javax
16 namespace print
18 class PrinterDialog$GeneralPanel;
19 class PrinterDialog$GeneralPanel$CopiesAndSorted;
23 namespace java
25 namespace awt
27 namespace event
29 class ActionEvent;
33 namespace javax
35 namespace swing
37 class JCheckBox;
38 class JLabel;
39 class JSpinner;
40 class SpinnerNumberModel;
41 namespace event
43 class ChangeEvent;
49 class gnu::javax::print::PrinterDialog$GeneralPanel$CopiesAndSorted : public ::javax::swing::JPanel
52 public: // actually package-private
53 PrinterDialog$GeneralPanel$CopiesAndSorted(::gnu::javax::print::PrinterDialog$GeneralPanel *);
54 public:
55 void stateChanged(::javax::swing::event::ChangeEvent *);
56 void actionPerformed(::java::awt::event::ActionEvent *);
57 public: // actually package-private
58 void updateForSelectedService();
59 private:
60 ::javax::swing::JCheckBox * __attribute__((aligned(__alignof__( ::javax::swing::JPanel)))) sort;
61 ::javax::swing::JSpinner * copies;
62 ::javax::swing::JLabel * copies_lb;
63 ::javax::swing::SpinnerNumberModel * copiesModel;
64 public: // actually package-private
65 ::gnu::javax::print::PrinterDialog$GeneralPanel * this$1;
66 public:
67 static ::java::lang::Class class$;
70 #endif // __gnu_javax_print_PrinterDialog$GeneralPanel$CopiesAndSorted__