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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [tree/] [FixedHeightLayoutCache$NodeRecord.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_tree_FixedHeightLayoutCache$NodeRecord__
5
#define __javax_swing_tree_FixedHeightLayoutCache$NodeRecord__
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 tree
24
      {
25
          class FixedHeightLayoutCache;
26
          class FixedHeightLayoutCache$NodeRecord;
27
          class TreePath;
28
      }
29
    }
30
  }
31
}
32
 
33
class javax::swing::tree::FixedHeightLayoutCache$NodeRecord : public ::java::lang::Object
34
{
35
 
36
public: // actually package-private
37
  FixedHeightLayoutCache$NodeRecord(::javax::swing::tree::FixedHeightLayoutCache *, jint, jint, ::java::lang::Object *, ::java::lang::Object *);
38
  virtual ::javax::swing::tree::TreePath * getPath();
39
  virtual ::java::awt::Rectangle * getBounds();
40
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) row;
41
  jint depth;
42
  ::java::lang::Object * parent;
43
  ::java::lang::Object * node;
44
  jboolean isExpanded;
45
  ::java::awt::Rectangle * bounds;
46
private:
47
  ::javax::swing::tree::TreePath * path;
48
public: // actually package-private
49
  ::javax::swing::tree::FixedHeightLayoutCache * this$0;
50
public:
51
  static ::java::lang::Class class$;
52
};
53
 
54
#endif // __javax_swing_tree_FixedHeightLayoutCache$NodeRecord__

powered by: WebSVN 2.1.0

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