EmptyAttributeSet$1.h 923 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_EmptyAttributeSet$1__
  3. #define __javax_swing_text_EmptyAttributeSet$1__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace swing
  11. {
  12. namespace text
  13. {
  14. class EmptyAttributeSet;
  15. class EmptyAttributeSet$1;
  16. }
  17. }
  18. }
  19. }
  20. class javax::swing::text::EmptyAttributeSet$1 : public ::java::lang::Object
  21. {
  22. public: // actually package-private
  23. EmptyAttributeSet$1(::javax::swing::text::EmptyAttributeSet *);
  24. public:
  25. virtual jboolean hasMoreElements();
  26. virtual ::java::lang::Object * nextElement();
  27. public: // actually package-private
  28. ::javax::swing::text::EmptyAttributeSet * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$0;
  29. public:
  30. static ::java::lang::Class class$;
  31. };
  32. #endif // __javax_swing_text_EmptyAttributeSet$1__