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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [ZoneView.h] - Blame information for rev 783

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_ZoneView__
5
#define __javax_swing_text_ZoneView__
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
      namespace event
24
      {
25
          class DocumentEvent;
26
          class DocumentEvent$ElementChange;
27
      }
28
      namespace text
29
      {
30
          class Element;
31
          class View;
32
          class ViewFactory;
33
          class ZoneView;
34
      }
35
    }
36
  }
37
}
38
 
39
class javax::swing::text::ZoneView : public ::javax::swing::text::BoxView
40
{
41
 
42
public:
43
  ZoneView(::javax::swing::text::Element *, jint);
44
  virtual void setMaximumZoneSize(jint);
45
  virtual jint getMaximumZoneSize();
46
  virtual void setMaxZonesLoaded(jint);
47
  virtual jint getMaxZonesLoaded();
48
public: // actually protected
49
  virtual void zoneWasLoaded(::javax::swing::text::View *);
50
  virtual void unloadZone(::javax::swing::text::View *);
51
  virtual jboolean isZoneLoaded(::javax::swing::text::View *);
52
  virtual ::javax::swing::text::View * createZone(jint, jint);
53
  virtual void loadChildren(::javax::swing::text::ViewFactory *);
54
  virtual jint getViewIndexAtPosition(jint);
55
public:
56
  virtual void insertUpdate(::javax::swing::event::DocumentEvent *, ::java::awt::Shape *, ::javax::swing::text::ViewFactory *);
57
  virtual void removeUpdate(::javax::swing::event::DocumentEvent *, ::java::awt::Shape *, ::javax::swing::text::ViewFactory *);
58
public: // actually protected
59
  virtual jboolean updateChildren(::javax::swing::event::DocumentEvent$ElementChange *, ::javax::swing::event::DocumentEvent *, ::javax::swing::text::ViewFactory *);
60
private:
61
  void unloadOldestZones();
62
  void checkZoneAt(jint);
63
  void splitZone(jint, jint, jint);
64
  jint getPreferredZoneEnd(jint);
65
  jint __attribute__((aligned(__alignof__( ::javax::swing::text::BoxView)))) maximumZoneSize;
66
  jint maxZonesLoaded;
67
  ::java::util::LinkedList * loadedZones;
68
public: // actually package-private
69
  static jboolean $assertionsDisabled;
70
public:
71
  static ::java::lang::Class class$;
72
};
73
 
74
#endif // __javax_swing_text_ZoneView__

powered by: WebSVN 2.1.0

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