OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [swing/] [plaf/] [metal/] [CustomizableTheme.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_swing_plaf_metal_CustomizableTheme__
5
#define __gnu_javax_swing_plaf_metal_CustomizableTheme__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/plaf/metal/DefaultMetalTheme.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace javax
15
    {
16
      namespace swing
17
      {
18
        namespace plaf
19
        {
20
          namespace metal
21
          {
22
              class CustomizableTheme;
23
          }
24
        }
25
      }
26
    }
27
  }
28
  namespace java
29
  {
30
    namespace awt
31
    {
32
        class Color;
33
    }
34
  }
35
  namespace javax
36
  {
37
    namespace swing
38
    {
39
      namespace plaf
40
      {
41
          class ColorUIResource;
42
      }
43
    }
44
  }
45
}
46
 
47
class gnu::javax::swing::plaf::metal::CustomizableTheme : public ::javax::swing::plaf::metal::DefaultMetalTheme
48
{
49
 
50
public:
51
  CustomizableTheme();
52
  virtual void setPrimary1(::java::awt::Color *);
53
  virtual ::javax::swing::plaf::ColorUIResource * getPrimary1();
54
  virtual void setPrimary2(::java::awt::Color *);
55
  virtual ::javax::swing::plaf::ColorUIResource * getPrimary2();
56
  virtual void setPrimary3(::java::awt::Color *);
57
  virtual ::javax::swing::plaf::ColorUIResource * getPrimary3();
58
  virtual void setSecondary1(::java::awt::Color *);
59
  virtual ::javax::swing::plaf::ColorUIResource * getSecondary1();
60
  virtual void setSecondary2(::java::awt::Color *);
61
  virtual ::javax::swing::plaf::ColorUIResource * getSecondary2();
62
  virtual void setSecondary3(::java::awt::Color *);
63
  virtual ::javax::swing::plaf::ColorUIResource * getSecondary3();
64
  virtual ::java::lang::Object * clone();
65
private:
66
  ::javax::swing::plaf::ColorUIResource * __attribute__((aligned(__alignof__( ::javax::swing::plaf::metal::DefaultMetalTheme)))) primary1;
67
  ::javax::swing::plaf::ColorUIResource * primary2;
68
  ::javax::swing::plaf::ColorUIResource * primary3;
69
  ::javax::swing::plaf::ColorUIResource * secondary1;
70
  ::javax::swing::plaf::ColorUIResource * secondary2;
71
  ::javax::swing::plaf::ColorUIResource * secondary3;
72
public:
73
  static ::java::lang::Class class$;
74
};
75
 
76
#endif // __gnu_javax_swing_plaf_metal_CustomizableTheme__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.