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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [FlowView.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__
5
#define __javax_swing_text_FlowView__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/text/BoxView.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
        class Shape;
17
    }
18
  }
19
  namespace javax
20
  {
21
    namespace swing
22
    {
23
        class SizeRequirements;
24
      namespace event
25
      {
26
          class DocumentEvent;
27
      }
28
      namespace text
29
      {
30
          class Element;
31
          class FlowView;
32
          class FlowView$FlowStrategy;
33
          class View;
34
          class ViewFactory;
35
      }
36
    }
37
  }
38
}
39
 
40
class javax::swing::text::FlowView : public ::javax::swing::text::BoxView
41
{
42
 
43
public:
44
  FlowView(::javax::swing::text::Element *, jint);
45
  virtual jint getFlowAxis();
46
  virtual jint getFlowSpan(jint);
47
  virtual jint getFlowStart(jint);
48
public: // actually protected
49
  virtual ::javax::swing::text::View * createRow() = 0;
50
  virtual void loadChildren(::javax::swing::text::ViewFactory *);
51
  virtual void layout(jint, jint);
52
public:
53
  virtual void insertUpdate(::javax::swing::event::DocumentEvent *, ::java::awt::Shape *, ::javax::swing::text::ViewFactory *);
54
  virtual void removeUpdate(::javax::swing::event::DocumentEvent *, ::java::awt::Shape *, ::javax::swing::text::ViewFactory *);
55
  virtual void changedUpdate(::javax::swing::event::DocumentEvent *, ::java::awt::Shape *, ::javax::swing::text::ViewFactory *);
56
public: // actually protected
57
  virtual jint getViewIndexAtPosition(jint);
58
  virtual ::javax::swing::SizeRequirements * calculateMinorAxisRequirements(jint, ::javax::swing::SizeRequirements *);
59
public: // actually package-private
60
  static ::javax::swing::text::FlowView$FlowStrategy * sharedStrategy;
61
public: // actually protected
62
  jint __attribute__((aligned(__alignof__( ::javax::swing::text::BoxView)))) layoutSpan;
63
  ::javax::swing::text::View * layoutPool;
64
  ::javax::swing::text::FlowView$FlowStrategy * strategy;
65
public:
66
  static ::java::lang::Class class$;
67
};
68
 
69
#endif // __javax_swing_text_FlowView__

powered by: WebSVN 2.1.0

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