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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_swing_plaf_IconUIResource__
5
#define __javax_swing_plaf_IconUIResource__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
        class Component;
17
        class Graphics;
18
    }
19
  }
20
  namespace javax
21
  {
22
    namespace swing
23
    {
24
        class Icon;
25
      namespace plaf
26
      {
27
          class IconUIResource;
28
      }
29
    }
30
  }
31
}
32
 
33
class javax::swing::plaf::IconUIResource : public ::java::lang::Object
34
{
35
 
36
public:
37
  IconUIResource(::javax::swing::Icon *);
38
  virtual void paintIcon(::java::awt::Component *, ::java::awt::Graphics *, jint, jint);
39
  virtual jint getIconWidth();
40
  virtual jint getIconHeight();
41
public: // actually package-private
42
  static const jlong serialVersionUID = 3327049506004830542LL;
43
private:
44
  ::javax::swing::Icon * __attribute__((aligned(__alignof__( ::java::lang::Object)))) delegate;
45
public:
46
  static ::java::lang::Class class$;
47
};
48
 
49
#endif // __javax_swing_plaf_IconUIResource__

powered by: WebSVN 2.1.0

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