OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / swing / JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_swing_JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink__
5 #define __javax_swing_JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink__
6
7 #pragma interface
8
9 #include <javax/accessibility/AccessibleHyperlink.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace swing
15     {
16         class JEditorPane$JEditorPaneAccessibleHypertextSupport;
17         class JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink;
18       namespace text
19       {
20           class Element;
21       }
22     }
23   }
24 }
25
26 class javax::swing::JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink : public ::javax::accessibility::AccessibleHyperlink
27 {
28
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$;
44 };
45
46 #endif // __javax_swing_JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink__