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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [ComponentView.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__
5
#define __javax_swing_text_ComponentView__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/text/View.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace awt
17
    {
18
        class Component;
19
        class Graphics;
20
        class Shape;
21
    }
22
  }
23
  namespace javax
24
  {
25
    namespace swing
26
    {
27
      namespace text
28
      {
29
          class ComponentView;
30
          class ComponentView$Interceptor;
31
          class Element;
32
          class Position$Bias;
33
          class View;
34
      }
35
    }
36
  }
37
}
38
 
39
class javax::swing::text::ComponentView : public ::javax::swing::text::View
40
{
41
 
42
public:
43
  ComponentView(::javax::swing::text::Element *);
44
public: // actually protected
45
  virtual ::java::awt::Component * createComponent();
46
public:
47
  virtual jfloat getAlignment(jint);
48
  virtual ::java::awt::Component * getComponent();
49
  virtual jfloat getMaximumSpan(jint);
50
  virtual jfloat getMinimumSpan(jint);
51
  virtual jfloat getPreferredSpan(jint);
52
  virtual ::java::awt::Shape * modelToView(jint, ::java::awt::Shape *, ::javax::swing::text::Position$Bias *);
53
  virtual void paint(::java::awt::Graphics *, ::java::awt::Shape *);
54
  virtual void setParent(::javax::swing::text::View *);
55
public: // actually package-private
56
  virtual void setParentImpl();
57
public:
58
  virtual jint viewToModel(jfloat, jfloat, ::java::awt::Shape *, JArray< ::javax::swing::text::Position$Bias * > *);
59
private:
60
  ::java::awt::Component * __attribute__((aligned(__alignof__( ::javax::swing::text::View)))) comp;
61
  ::javax::swing::text::ComponentView$Interceptor * interceptor;
62
public: // actually package-private
63
  static jboolean $assertionsDisabled;
64
public:
65
  static ::java::lang::Class class$;
66
};
67
 
68
#endif // __javax_swing_text_ComponentView__

powered by: WebSVN 2.1.0

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