OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / swing / plaf / metal / MetalComboBoxEditor$MetalComboBoxEditorBorder.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_swing_plaf_metal_MetalComboBoxEditor$MetalComboBoxEditorBorder__
5 #define __javax_swing_plaf_metal_MetalComboBoxEditor$MetalComboBoxEditorBorder__
6
7 #pragma interface
8
9 #include <javax/swing/border/AbstractBorder.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace awt
15     {
16         class Component;
17         class Graphics;
18         class Insets;
19     }
20   }
21   namespace javax
22   {
23     namespace swing
24     {
25       namespace plaf
26       {
27         namespace metal
28         {
29             class MetalComboBoxEditor$MetalComboBoxEditorBorder;
30         }
31       }
32     }
33   }
34 }
35
36 class javax::swing::plaf::metal::MetalComboBoxEditor$MetalComboBoxEditorBorder : public ::javax::swing::border::AbstractBorder
37 {
38
39 public:
40   MetalComboBoxEditor$MetalComboBoxEditorBorder();
41   virtual void paintBorder(::java::awt::Component *, ::java::awt::Graphics *, jint, jint, jint, jint);
42   virtual ::java::awt::Insets * getBorderInsets(::java::awt::Component *);
43   static ::java::lang::Class class$;
44 };
45
46 #endif // __javax_swing_plaf_metal_MetalComboBoxEditor$MetalComboBoxEditorBorder__