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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [border/] [EmptyBorder.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_border_EmptyBorder__
5
#define __javax_swing_border_EmptyBorder__
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 border
26
      {
27
          class EmptyBorder;
28
      }
29
    }
30
  }
31
}
32
 
33
class javax::swing::border::EmptyBorder : public ::javax::swing::border::AbstractBorder
34
{
35
 
36
public:
37
  EmptyBorder(jint, jint, jint, jint);
38
  EmptyBorder(::java::awt::Insets *);
39
  virtual void paintBorder(::java::awt::Component *, ::java::awt::Graphics *, jint, jint, jint, jint);
40
  virtual ::java::awt::Insets * getBorderInsets(::java::awt::Component *);
41
  virtual ::java::awt::Insets * getBorderInsets(::java::awt::Component *, ::java::awt::Insets *);
42
  virtual ::java::awt::Insets * getBorderInsets();
43
  virtual jboolean isBorderOpaque();
44
public: // actually package-private
45
  static const jlong serialVersionUID = -8116076291731988694LL;
46
public: // actually protected
47
  jint __attribute__((aligned(__alignof__( ::javax::swing::border::AbstractBorder)))) left;
48
  jint right;
49
  jint top;
50
  jint bottom;
51
public:
52
  static ::java::lang::Class class$;
53
};
54
 
55
#endif // __javax_swing_border_EmptyBorder__

powered by: WebSVN 2.1.0

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