OSDN Git Service

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