Fix expected messages in test
[official-gcc.git] / libjava / javax / swing / JEditorPane$JEditorPaneAccessibleHypertextSupport.h
blob759b435f4f58226430f76ca38e9c51c876c3d0a1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_JEditorPane$JEditorPaneAccessibleHypertextSupport__
5 #define __javax_swing_JEditorPane$JEditorPaneAccessibleHypertextSupport__
7 #pragma interface
9 #include <javax/swing/JEditorPane$AccessibleJEditorPane.h>
10 extern "Java"
12 namespace javax
14 namespace accessibility
16 class AccessibleHyperlink;
18 namespace swing
20 class JEditorPane;
21 class JEditorPane$JEditorPaneAccessibleHypertextSupport;
26 class javax::swing::JEditorPane$JEditorPaneAccessibleHypertextSupport : public ::javax::swing::JEditorPane$AccessibleJEditorPane
29 public:
30 JEditorPane$JEditorPaneAccessibleHypertextSupport(::javax::swing::JEditorPane *);
31 virtual jint getLinkCount();
32 virtual ::javax::accessibility::AccessibleHyperlink * getLink(jint);
33 virtual jint getLinkIndex(jint);
34 virtual ::java::lang::String * getLinkText(jint);
35 public: // actually package-private
36 static ::javax::swing::JEditorPane * access$0(::javax::swing::JEditorPane$JEditorPaneAccessibleHypertextSupport *);
37 ::javax::swing::JEditorPane * __attribute__((aligned(__alignof__( ::javax::swing::JEditorPane$AccessibleJEditorPane)))) this$0;
38 public:
39 static ::java::lang::Class class$;
42 #endif // __javax_swing_JEditorPane$JEditorPaneAccessibleHypertextSupport__