OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / swing / text / AsyncBoxView$ChildLocator.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_swing_text_AsyncBoxView$ChildLocator__
5 #define __javax_swing_text_AsyncBoxView$ChildLocator__
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 Graphics;
17         class Rectangle;
18         class Shape;
19     }
20   }
21   namespace javax
22   {
23     namespace swing
24     {
25       namespace text
26       {
27           class AsyncBoxView;
28           class AsyncBoxView$ChildLocator;
29           class AsyncBoxView$ChildState;
30       }
31     }
32   }
33 }
34
35 class javax::swing::text::AsyncBoxView$ChildLocator : public ::java::lang::Object
36 {
37
38 public:
39   AsyncBoxView$ChildLocator(::javax::swing::text::AsyncBoxView *);
40   virtual void childChanged(::javax::swing::text::AsyncBoxView$ChildState *);
41   virtual jint getViewIndexAtPoint(jfloat, jfloat, ::java::awt::Shape *);
42   virtual ::java::awt::Shape * getChildAllocation(jint, ::java::awt::Shape *);
43   virtual void paintChildren(::java::awt::Graphics *);
44 public: // actually protected
45   virtual ::java::awt::Shape * getChildAllocation(jint);
46   virtual void setAllocation(::java::awt::Shape *);
47   virtual jint getViewIndexAtVisualOffset(jfloat);
48 private:
49   jint updateChildOffsets(jfloat);
50   void updateChildOffsetsToIndex(jint);
51 public: // actually protected
52   ::javax::swing::text::AsyncBoxView$ChildState * __attribute__((aligned(__alignof__( ::java::lang::Object)))) lastValidOffset;
53   ::java::awt::Rectangle * lastAlloc;
54   ::java::awt::Rectangle * childAlloc;
55 public: // actually package-private
56   ::javax::swing::text::AsyncBoxView * this$0;
57 public:
58   static ::java::lang::Class class$;
59 };
60
61 #endif // __javax_swing_text_AsyncBoxView$ChildLocator__