OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / swing / plaf / basic / BasicIconFactory.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_swing_plaf_basic_BasicIconFactory__
5 #define __javax_swing_plaf_basic_BasicIconFactory__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace swing
15     {
16         class Icon;
17       namespace plaf
18       {
19         namespace basic
20         {
21             class BasicIconFactory;
22             class BasicIconFactory$CheckBoxIcon;
23             class BasicIconFactory$RadioButtonIcon;
24         }
25       }
26     }
27   }
28 }
29
30 class javax::swing::plaf::basic::BasicIconFactory : public ::java::lang::Object
31 {
32
33 public:
34   BasicIconFactory();
35   static ::javax::swing::Icon * getMenuItemCheckIcon();
36   static ::javax::swing::Icon * getMenuItemArrowIcon();
37   static ::javax::swing::Icon * getMenuArrowIcon();
38   static ::javax::swing::Icon * getCheckBoxIcon();
39   static ::javax::swing::Icon * getRadioButtonIcon();
40   static ::javax::swing::Icon * getCheckBoxMenuItemIcon();
41   static ::javax::swing::Icon * getRadioButtonMenuItemIcon();
42   static ::javax::swing::Icon * createEmptyFrameIcon();
43 public: // actually package-private
44   static const jlong serialVersionUID = 5605588811185324383LL;
45 private:
46   static ::javax::swing::plaf::basic::BasicIconFactory$CheckBoxIcon * checkBoxIcon;
47   static ::javax::swing::plaf::basic::BasicIconFactory$RadioButtonIcon * radioButtonIcon;
48 public:
49   static ::java::lang::Class class$;
50 };
51
52 #endif // __javax_swing_plaf_basic_BasicIconFactory__