OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / swing / colorchooser / DefaultSwatchChooserPanel$MainSwatchPanel.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_swing_colorchooser_DefaultSwatchChooserPanel$MainSwatchPanel__
5 #define __javax_swing_colorchooser_DefaultSwatchChooserPanel$MainSwatchPanel__
6
7 #pragma interface
8
9 #include <javax/swing/colorchooser/DefaultSwatchChooserPanel$SwatchPanel.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace java
15   {
16     namespace awt
17     {
18         class Color;
19         class Graphics;
20       namespace event
21       {
22           class MouseEvent;
23       }
24     }
25   }
26   namespace javax
27   {
28     namespace swing
29     {
30       namespace colorchooser
31       {
32           class DefaultSwatchChooserPanel$MainSwatchPanel;
33       }
34     }
35   }
36 }
37
38 class javax::swing::colorchooser::DefaultSwatchChooserPanel$MainSwatchPanel : public ::javax::swing::colorchooser::DefaultSwatchChooserPanel$SwatchPanel
39 {
40
41 public: // actually package-private
42   DefaultSwatchChooserPanel$MainSwatchPanel();
43 public:
44   virtual ::java::awt::Color * getColorForPosition(jint, jint);
45 public: // actually protected
46   virtual void initializeColors();
47 public:
48   virtual void paint(::java::awt::Graphics *);
49   virtual ::java::lang::String * getToolTipText(::java::awt::event::MouseEvent *);
50   static ::java::awt::Color * C204255255;
51   static ::java::awt::Color * C255204204;
52   static ::java::awt::Color * C204255204;
53   static ::java::awt::Color * C204204204;
54   static ::java::awt::Color * C153153255;
55   static ::java::awt::Color * C051051255;
56   static ::java::awt::Color * C153000153;
57   static ::java::awt::Color * C000051051;
58   static ::java::awt::Color * C051000051;
59   static ::java::awt::Color * C051051000;
60   static ::java::awt::Color * C102102000;
61   static ::java::awt::Color * C153255153;
62   static ::java::awt::Color * C102255102;
63   static ::java::awt::Color * C000102102;
64   static ::java::awt::Color * C102000102;
65   static ::java::awt::Color * C000153153;
66   static ::java::awt::Color * C153153000;
67   static ::java::awt::Color * C204204000;
68   static ::java::awt::Color * C204000204;
69   static ::java::awt::Color * C000204204;
70   static ::java::awt::Color * C051255051;
71   static ::java::awt::Color * C255051051;
72   static ::java::awt::Color * C255102102;
73   static ::java::awt::Color * C102102255;
74   static ::java::awt::Color * C255153153;
75 public: // actually package-private
76   static JArray< ::java::awt::Color * > * colors;
77 public:
78   static ::java::lang::Class class$;
79 };
80
81 #endif // __javax_swing_colorchooser_DefaultSwatchChooserPanel$MainSwatchPanel__