FixedHeightLayoutCache$NodeRecord.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_tree_FixedHeightLayoutCache$NodeRecord__
  3. #define __javax_swing_tree_FixedHeightLayoutCache$NodeRecord__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace awt
  11. {
  12. class Rectangle;
  13. }
  14. }
  15. namespace javax
  16. {
  17. namespace swing
  18. {
  19. namespace tree
  20. {
  21. class FixedHeightLayoutCache;
  22. class FixedHeightLayoutCache$NodeRecord;
  23. class TreePath;
  24. }
  25. }
  26. }
  27. }
  28. class javax::swing::tree::FixedHeightLayoutCache$NodeRecord : public ::java::lang::Object
  29. {
  30. public: // actually package-private
  31. FixedHeightLayoutCache$NodeRecord(::javax::swing::tree::FixedHeightLayoutCache *, jint, jint, ::java::lang::Object *, ::java::lang::Object *);
  32. virtual ::javax::swing::tree::TreePath * getPath();
  33. virtual ::java::awt::Rectangle * getBounds();
  34. jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) row;
  35. jint depth;
  36. ::java::lang::Object * parent;
  37. ::java::lang::Object * node;
  38. jboolean isExpanded;
  39. ::java::awt::Rectangle * bounds;
  40. private:
  41. ::javax::swing::tree::TreePath * path;
  42. public: // actually package-private
  43. ::javax::swing::tree::FixedHeightLayoutCache * this$0;
  44. public:
  45. static ::java::lang::Class class$;
  46. };
  47. #endif // __javax_swing_tree_FixedHeightLayoutCache$NodeRecord__