AttributeSet$FontAttribute.h 611 B

1234567891011121314151617181920212223242526272829303132
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_AttributeSet$FontAttribute__
  3. #define __javax_swing_text_AttributeSet$FontAttribute__
  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 AttributeSet$FontAttribute;
  15. }
  16. }
  17. }
  18. }
  19. class javax::swing::text::AttributeSet$FontAttribute : public ::java::lang::Object
  20. {
  21. public:
  22. static ::java::lang::Class class$;
  23. } __attribute__ ((java_interface));
  24. #endif // __javax_swing_text_AttributeSet$FontAttribute__