gcc/
[official-gcc.git] / libjava / javax / swing / JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink.h
blob3fd5224fe8a00f61fdabac8839d6895760e7499f
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink__
5 #define __javax_swing_JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink__
7 #pragma interface
9 #include <javax/accessibility/AccessibleHyperlink.h>
10 extern "Java"
12 namespace javax
14 namespace swing
16 class JEditorPane$JEditorPaneAccessibleHypertextSupport;
17 class JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink;
18 namespace text
20 class Element;
26 class javax::swing::JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink : public ::javax::accessibility::AccessibleHyperlink
29 public:
30 JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink(::javax::swing::JEditorPane$JEditorPaneAccessibleHypertextSupport *, ::javax::swing::text::Element *);
31 virtual jboolean isValid();
32 virtual jint getAccessibleActionCount();
33 virtual jboolean doAccessibleAction(jint);
34 virtual ::java::lang::String * getAccessibleActionDescription(jint);
35 virtual ::java::lang::Object * getAccessibleActionObject(jint);
36 virtual ::java::lang::Object * getAccessibleActionAnchor(jint);
37 virtual jint getStartIndex();
38 virtual jint getEndIndex();
39 public: // actually package-private
40 ::javax::swing::text::Element * __attribute__((aligned(__alignof__( ::javax::accessibility::AccessibleHyperlink)))) element;
41 ::javax::swing::JEditorPane$JEditorPaneAccessibleHypertextSupport * this$1;
42 public:
43 static ::java::lang::Class class$;
46 #endif // __javax_swing_JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink__