JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink.h 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink__
  3. #define __javax_swing_JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink__
  4. #pragma interface
  5. #include <javax/accessibility/AccessibleHyperlink.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace swing
  11. {
  12. class JEditorPane$JEditorPaneAccessibleHypertextSupport;
  13. class JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink;
  14. namespace text
  15. {
  16. class Element;
  17. }
  18. }
  19. }
  20. }
  21. class javax::swing::JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink : public ::javax::accessibility::AccessibleHyperlink
  22. {
  23. public:
  24. JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink(::javax::swing::JEditorPane$JEditorPaneAccessibleHypertextSupport *, ::javax::swing::text::Element *);
  25. virtual jboolean isValid();
  26. virtual jint getAccessibleActionCount();
  27. virtual jboolean doAccessibleAction(jint);
  28. virtual ::java::lang::String * getAccessibleActionDescription(jint);
  29. virtual ::java::lang::Object * getAccessibleActionObject(jint);
  30. virtual ::java::lang::Object * getAccessibleActionAnchor(jint);
  31. virtual jint getStartIndex();
  32. virtual jint getEndIndex();
  33. public: // actually package-private
  34. ::javax::swing::text::Element * __attribute__((aligned(__alignof__( ::javax::accessibility::AccessibleHyperlink)))) element;
  35. ::javax::swing::JEditorPane$JEditorPaneAccessibleHypertextSupport * this$1;
  36. public:
  37. static ::java::lang::Class class$;
  38. };
  39. #endif // __javax_swing_JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink__