aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax/swing/JEditorPane$PlainEditorKit.h
blob: 39ca0d31834586f86c924889cea70e62babbe345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_swing_JEditorPane$PlainEditorKit__
#define __javax_swing_JEditorPane$PlainEditorKit__

#pragma interface

#include <javax/swing/text/DefaultEditorKit.h>
extern "Java"
{
  namespace javax
  {
    namespace swing
    {
        class JEditorPane$PlainEditorKit;
      namespace text
      {
          class ViewFactory;
      }
    }
  }
}

class javax::swing::JEditorPane$PlainEditorKit : public ::javax::swing::text::DefaultEditorKit
{

  JEditorPane$PlainEditorKit();
public:
  virtual ::javax::swing::text::ViewFactory * getViewFactory();
public: // actually package-private
  JEditorPane$PlainEditorKit(::javax::swing::JEditorPane$PlainEditorKit *);
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_JEditorPane$PlainEditorKit__