EmptyAttributeSet.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_EmptyAttributeSet__
  3. #define __javax_swing_text_EmptyAttributeSet__
  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;
  15. class EmptyAttributeSet;
  16. }
  17. }
  18. }
  19. }
  20. class javax::swing::text::EmptyAttributeSet : public ::java::lang::Object
  21. {
  22. public: // actually package-private
  23. EmptyAttributeSet();
  24. public:
  25. jboolean containsAttribute(::java::lang::Object *, ::java::lang::Object *);
  26. jboolean containsAttributes(::javax::swing::text::AttributeSet *);
  27. ::javax::swing::text::AttributeSet * copyAttributes();
  28. ::java::lang::Object * getAttribute(::java::lang::Object *);
  29. jint getAttributeCount();
  30. ::java::util::Enumeration * getAttributeNames();
  31. ::javax::swing::text::AttributeSet * getResolveParent();
  32. jboolean isDefined(::java::lang::Object *);
  33. jboolean isEqual(::javax::swing::text::AttributeSet *);
  34. jboolean equals(::java::lang::Object *);
  35. static ::java::lang::Class class$;
  36. };
  37. #endif // __javax_swing_text_EmptyAttributeSet__