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] - Rev 759

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __javax_swing_tree_FixedHeightLayoutCache$NodeRecord__
#define __javax_swing_tree_FixedHeightLayoutCache$NodeRecord__
 
#pragma interface
 
#include <java/lang/Object.h>
extern "Java"
{
  namespace java
  {
    namespace awt
    {
        class Rectangle;
    }
  }
  namespace javax
  {
    namespace swing
    {
      namespace tree
      {
          class FixedHeightLayoutCache;
          class FixedHeightLayoutCache$NodeRecord;
          class TreePath;
      }
    }
  }
}
 
class javax::swing::tree::FixedHeightLayoutCache$NodeRecord : public ::java::lang::Object
{
 
public: // actually package-private
  FixedHeightLayoutCache$NodeRecord(::javax::swing::tree::FixedHeightLayoutCache *, jint, jint, ::java::lang::Object *, ::java::lang::Object *);
  virtual ::javax::swing::tree::TreePath * getPath();
  virtual ::java::awt::Rectangle * getBounds();
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) row;
  jint depth;
  ::java::lang::Object * parent;
  ::java::lang::Object * node;
  jboolean isExpanded;
  ::java::awt::Rectangle * bounds;
private:
  ::javax::swing::tree::TreePath * path;
public: // actually package-private
  ::javax::swing::tree::FixedHeightLayoutCache * this$0;
public:
  static ::java::lang::Class class$;
};
 
#endif // __javax_swing_tree_FixedHeightLayoutCache$NodeRecord__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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