* tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Fix typo.
[official-gcc.git] / libjava / gnu / javax / print / PrinterDialog$PageSetupPanel$Orientation.h
blob3a665d5d22f398f71599e35a6d48c0e96b2355f7
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_javax_print_PrinterDialog$PageSetupPanel$Orientation__
5 #define __gnu_javax_print_PrinterDialog$PageSetupPanel$Orientation__
7 #pragma interface
9 #include <javax/swing/JPanel.h>
10 extern "Java"
12 namespace gnu
14 namespace javax
16 namespace print
18 class PrinterDialog$PageSetupPanel;
19 class PrinterDialog$PageSetupPanel$Orientation;
23 namespace java
25 namespace awt
27 namespace event
29 class ActionEvent;
33 namespace javax
35 namespace swing
37 class JRadioButton;
42 class gnu::javax::print::PrinterDialog$PageSetupPanel$Orientation : public ::javax::swing::JPanel
45 public: // actually package-private
46 PrinterDialog$PageSetupPanel$Orientation(::gnu::javax::print::PrinterDialog$PageSetupPanel *);
47 public:
48 void actionPerformed(::java::awt::event::ActionEvent *);
49 public: // actually package-private
50 void updateForSelectedService();
51 private:
52 ::javax::swing::JRadioButton * __attribute__((aligned(__alignof__( ::javax::swing::JPanel)))) portrait;
53 ::javax::swing::JRadioButton * landscape;
54 ::javax::swing::JRadioButton * rev_portrait;
55 ::javax::swing::JRadioButton * rev_landscape;
56 public: // actually package-private
57 ::gnu::javax::print::PrinterDialog$PageSetupPanel * this$1;
58 public:
59 static ::java::lang::Class class$;
62 #endif // __gnu_javax_print_PrinterDialog$PageSetupPanel$Orientation__