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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [FlowView$FlowStrategy.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_FlowView$FlowStrategy__
5
#define __javax_swing_text_FlowView$FlowStrategy__
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 Rectangle;
17
    }
18
  }
19
  namespace javax
20
  {
21
    namespace swing
22
    {
23
      namespace event
24
      {
25
          class DocumentEvent;
26
      }
27
      namespace text
28
      {
29
          class FlowView;
30
          class FlowView$FlowStrategy;
31
          class View;
32
      }
33
    }
34
  }
35
}
36
 
37
class javax::swing::text::FlowView$FlowStrategy : public ::java::lang::Object
38
{
39
 
40
public:
41
  FlowView$FlowStrategy();
42
  virtual void insertUpdate(::javax::swing::text::FlowView *, ::javax::swing::event::DocumentEvent *, ::java::awt::Rectangle *);
43
  virtual void removeUpdate(::javax::swing::text::FlowView *, ::javax::swing::event::DocumentEvent *, ::java::awt::Rectangle *);
44
  virtual void changedUpdate(::javax::swing::text::FlowView *, ::javax::swing::event::DocumentEvent *, ::java::awt::Rectangle *);
45
public: // actually protected
46
  virtual ::javax::swing::text::View * getLogicalView(::javax::swing::text::FlowView *);
47
public:
48
  virtual void layout(::javax::swing::text::FlowView *);
49
public: // actually protected
50
  virtual jint layoutRow(::javax::swing::text::FlowView *, jint, jint);
51
  virtual ::javax::swing::text::View * createView(::javax::swing::text::FlowView *, jint, jint, jint);
52
  virtual void adjustRow(::javax::swing::text::FlowView *, jint, jint, jint);
53
private:
54
  jboolean contains(::javax::swing::text::View *, ::javax::swing::text::View *);
55
  void reparent(::javax::swing::text::View *, ::javax::swing::text::View *);
56
public: // actually package-private
57
  static jboolean $assertionsDisabled;
58
public:
59
  static ::java::lang::Class class$;
60
};
61
 
62
#endif // __javax_swing_text_FlowView$FlowStrategy__

powered by: WebSVN 2.1.0

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