mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 22:06:50 +00:00
41 lines
1.1 KiB
C
41 lines
1.1 KiB
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_swing_JEditorPane$AccessibleJEditorPane__
|
||
|
#define __javax_swing_JEditorPane$AccessibleJEditorPane__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <javax/swing/text/JTextComponent$AccessibleJTextComponent.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace accessibility
|
||
|
{
|
||
|
class AccessibleStateSet;
|
||
|
}
|
||
|
namespace swing
|
||
|
{
|
||
|
class JEditorPane;
|
||
|
class JEditorPane$AccessibleJEditorPane;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::swing::JEditorPane$AccessibleJEditorPane : public ::javax::swing::text::JTextComponent$AccessibleJTextComponent
|
||
|
{
|
||
|
|
||
|
public: // actually protected
|
||
|
JEditorPane$AccessibleJEditorPane(::javax::swing::JEditorPane *);
|
||
|
public:
|
||
|
virtual ::java::lang::String * getAccessibleDescription();
|
||
|
virtual ::javax::accessibility::AccessibleStateSet * getAccessibleStateSet();
|
||
|
public: // actually package-private
|
||
|
::javax::swing::JEditorPane * __attribute__((aligned(__alignof__( ::javax::swing::text::JTextComponent$AccessibleJTextComponent)))) this$0;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __javax_swing_JEditorPane$AccessibleJEditorPane__
|