OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / swing / plaf / metal / OceanTheme.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_swing_plaf_metal_OceanTheme__
5 #define __javax_swing_plaf_metal_OceanTheme__
6
7 #pragma interface
8
9 #include <javax/swing/plaf/metal/DefaultMetalTheme.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace swing
15     {
16         class UIDefaults;
17       namespace plaf
18       {
19           class ColorUIResource;
20         namespace metal
21         {
22             class OceanTheme;
23         }
24       }
25     }
26   }
27 }
28
29 class javax::swing::plaf::metal::OceanTheme : public ::javax::swing::plaf::metal::DefaultMetalTheme
30 {
31
32 public:
33   OceanTheme();
34   virtual ::java::lang::String * getName();
35   virtual ::javax::swing::plaf::ColorUIResource * getControlTextColor();
36   virtual ::javax::swing::plaf::ColorUIResource * getDesktopColor();
37   virtual ::javax::swing::plaf::ColorUIResource * getInactiveControlTextColor();
38   virtual ::javax::swing::plaf::ColorUIResource * getMenuDisabledForeground();
39 public: // actually protected
40   virtual ::javax::swing::plaf::ColorUIResource * getBlack();
41   virtual ::javax::swing::plaf::ColorUIResource * getPrimary1();
42   virtual ::javax::swing::plaf::ColorUIResource * getPrimary2();
43   virtual ::javax::swing::plaf::ColorUIResource * getPrimary3();
44   virtual ::javax::swing::plaf::ColorUIResource * getSecondary1();
45   virtual ::javax::swing::plaf::ColorUIResource * getSecondary2();
46   virtual ::javax::swing::plaf::ColorUIResource * getSecondary3();
47 public:
48   virtual void addCustomEntriesToTable(::javax::swing::UIDefaults *);
49 public: // actually package-private
50   static ::javax::swing::plaf::ColorUIResource * BLACK;
51   static ::javax::swing::plaf::ColorUIResource * PRIMARY1;
52   static ::javax::swing::plaf::ColorUIResource * PRIMARY2;
53   static ::javax::swing::plaf::ColorUIResource * PRIMARY3;
54   static ::javax::swing::plaf::ColorUIResource * SECONDARY1;
55   static ::javax::swing::plaf::ColorUIResource * SECONDARY2;
56   static ::javax::swing::plaf::ColorUIResource * SECONDARY3;
57   static ::javax::swing::plaf::ColorUIResource * INACTIVE_CONTROL_TEXT;
58 public:
59   static ::java::lang::Class class$;
60 };
61
62 #endif // __javax_swing_plaf_metal_OceanTheme__