OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [JEditorPane$JEditorPaneAccessibleHypertextSupport.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
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__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.