GnuPath.h 739 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_swing_tree_GnuPath__
  3. #define __gnu_javax_swing_tree_GnuPath__
  4. #pragma interface
  5. #include <javax/swing/tree/TreePath.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace gnu
  10. {
  11. namespace javax
  12. {
  13. namespace swing
  14. {
  15. namespace tree
  16. {
  17. class GnuPath;
  18. }
  19. }
  20. }
  21. }
  22. }
  23. class gnu::javax::swing::tree::GnuPath : public ::javax::swing::tree::TreePath
  24. {
  25. public:
  26. GnuPath(JArray< ::java::lang::Object * > *, jboolean);
  27. jboolean __attribute__((aligned(__alignof__( ::javax::swing::tree::TreePath)))) isLastChild;
  28. static ::java::lang::Class class$;
  29. };
  30. #endif // __gnu_javax_swing_tree_GnuPath__