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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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