StyleContext$1.h 942 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_StyleContext$1__
  3. #define __javax_swing_text_StyleContext$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 StyleContext$1;
  15. class StyleContext$SmallAttributeSet;
  16. }
  17. }
  18. }
  19. }
  20. class javax::swing::text::StyleContext$1 : public ::java::lang::Object
  21. {
  22. public: // actually package-private
  23. StyleContext$1(::javax::swing::text::StyleContext$SmallAttributeSet *);
  24. public:
  25. virtual jboolean hasMoreElements();
  26. virtual ::java::lang::Object * nextElement();
  27. public: // actually package-private
  28. jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) i;
  29. ::javax::swing::text::StyleContext$SmallAttributeSet * this$1;
  30. public:
  31. static ::java::lang::Class class$;
  32. };
  33. #endif // __javax_swing_text_StyleContext$1__