* tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Fix typo.
[official-gcc.git] / libjava / gnu / javax / print / PrinterDialog$GeneralPanel$PrintRange.h
blobdd9e76f3135538768f8c71c965622dd107466fa0
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_javax_print_PrinterDialog$GeneralPanel$PrintRange__
5 #define __gnu_javax_print_PrinterDialog$GeneralPanel$PrintRange__
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$PrintRange;
23 namespace java
25 namespace awt
27 namespace event
29 class ActionEvent;
30 class FocusEvent;
34 namespace javax
36 namespace swing
38 class JLabel;
39 class JRadioButton;
40 class JTextField;
45 class gnu::javax::print::PrinterDialog$GeneralPanel$PrintRange : public ::javax::swing::JPanel
48 public: // actually package-private
49 PrinterDialog$GeneralPanel$PrintRange(::gnu::javax::print::PrinterDialog$GeneralPanel *);
50 public:
51 void focusGained(::java::awt::event::FocusEvent *);
52 void focusLost(::java::awt::event::FocusEvent *);
53 private:
54 void updatePageRanges();
55 public:
56 void actionPerformed(::java::awt::event::ActionEvent *);
57 public: // actually package-private
58 void updateForSelectedService();
59 private:
60 ::javax::swing::JLabel * __attribute__((aligned(__alignof__( ::javax::swing::JPanel)))) to;
61 ::javax::swing::JRadioButton * all_rb;
62 ::javax::swing::JRadioButton * pages_rb;
63 ::javax::swing::JTextField * from_tf;
64 ::javax::swing::JTextField * to_tf;
65 public: // actually package-private
66 ::gnu::javax::print::PrinterDialog$GeneralPanel * this$1;
67 public:
68 static ::java::lang::Class class$;
71 #endif // __gnu_javax_print_PrinterDialog$GeneralPanel$PrintRange__