OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / javax / print / PrinterDialog$GeneralPanel$PrintServices.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_javax_print_PrinterDialog$GeneralPanel$PrintServices__
5 #define __gnu_javax_print_PrinterDialog$GeneralPanel$PrintServices__
6
7 #pragma interface
8
9 #include <javax/swing/JPanel.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace javax
15     {
16       namespace print
17       {
18           class PrinterDialog$GeneralPanel;
19           class PrinterDialog$GeneralPanel$PrintServices;
20       }
21     }
22   }
23   namespace java
24   {
25     namespace awt
26     {
27       namespace event
28       {
29           class ActionEvent;
30       }
31     }
32   }
33   namespace javax
34   {
35     namespace swing
36     {
37         class JButton;
38         class JCheckBox;
39         class JComboBox;
40         class JLabel;
41     }
42   }
43 }
44
45 class gnu::javax::print::PrinterDialog$GeneralPanel$PrintServices : public ::javax::swing::JPanel
46 {
47
48 public: // actually package-private
49   PrinterDialog$GeneralPanel$PrintServices(::gnu::javax::print::PrinterDialog$GeneralPanel *);
50 public:
51   void actionPerformed(::java::awt::event::ActionEvent *);
52 public: // actually package-private
53   void updateForSelectedService();
54 private:
55   ::javax::swing::JLabel * __attribute__((aligned(__alignof__( ::javax::swing::JPanel)))) name;
56   ::javax::swing::JLabel * status;
57   ::javax::swing::JLabel * typ;
58   ::javax::swing::JLabel * info;
59   ::javax::swing::JLabel * statusValue;
60   ::javax::swing::JLabel * typValue;
61   ::javax::swing::JLabel * infoValue;
62   ::javax::swing::JButton * attributes;
63   ::javax::swing::JComboBox * services_cob;
64   ::javax::swing::JCheckBox * fileRedirection_cb;
65 public: // actually package-private
66   ::gnu::javax::print::PrinterDialog$GeneralPanel * this$1;
67 public:
68   static ::java::lang::Class class$;
69 };
70
71 #endif // __gnu_javax_print_PrinterDialog$GeneralPanel$PrintServices__