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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [ComponentView$Interceptor.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_text_ComponentView$Interceptor__
5
#define __javax_swing_text_ComponentView$Interceptor__
6
 
7
#pragma interface
8
 
9
#include <java/awt/Container.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
        class Component;
17
        class Dimension;
18
    }
19
  }
20
  namespace javax
21
  {
22
    namespace swing
23
    {
24
      namespace text
25
      {
26
          class ComponentView;
27
          class ComponentView$Interceptor;
28
      }
29
    }
30
  }
31
}
32
 
33
class javax::swing::text::ComponentView$Interceptor : public ::java::awt::Container
34
{
35
 
36
public: // actually package-private
37
  ComponentView$Interceptor(::javax::swing::text::ComponentView *, ::java::awt::Component *);
38
public:
39
  virtual void invalidate();
40
  virtual void doLayout();
41
  virtual void reshape(jint, jint, jint, jint);
42
  virtual void show();
43
  virtual void hide();
44
  virtual ::java::awt::Dimension * getMinimumSize();
45
  virtual ::java::awt::Dimension * getPreferredSize();
46
  virtual ::java::awt::Dimension * getMaximumSize();
47
  virtual jfloat getAlignmentX();
48
  virtual jfloat getAlignmentY();
49
private:
50
  void maybeValidate();
51
  void cacheComponentSizes();
52
public: // actually package-private
53
  ::java::awt::Dimension * __attribute__((aligned(__alignof__( ::java::awt::Container)))) min;
54
  ::java::awt::Dimension * pref;
55
  ::java::awt::Dimension * max;
56
  jfloat alignX;
57
  jfloat alignY;
58
  ::javax::swing::text::ComponentView * this$0;
59
public:
60
  static ::java::lang::Class class$;
61
};
62
 
63
#endif // __javax_swing_text_ComponentView$Interceptor__

powered by: WebSVN 2.1.0

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