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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [EditorKit.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_text_EditorKit__
5
#define __javax_swing_text_EditorKit__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace swing
17
    {
18
        class Action;
19
        class JEditorPane;
20
      namespace text
21
      {
22
          class Caret;
23
          class Document;
24
          class EditorKit;
25
          class ViewFactory;
26
      }
27
    }
28
  }
29
}
30
 
31
class javax::swing::text::EditorKit : public ::java::lang::Object
32
{
33
 
34
public:
35
  EditorKit();
36
  virtual ::java::lang::Object * clone();
37
  virtual void deinstall(::javax::swing::JEditorPane *);
38
  virtual void install(::javax::swing::JEditorPane *);
39
  virtual ::javax::swing::text::Caret * createCaret() = 0;
40
  virtual ::javax::swing::text::Document * createDefaultDocument() = 0;
41
  virtual JArray< ::javax::swing::Action * > * getActions() = 0;
42
  virtual ::java::lang::String * getContentType() = 0;
43
  virtual ::javax::swing::text::ViewFactory * getViewFactory() = 0;
44
  virtual void read(::java::io::InputStream *, ::javax::swing::text::Document *, jint) = 0;
45
  virtual void read(::java::io::Reader *, ::javax::swing::text::Document *, jint) = 0;
46
  virtual void write(::java::io::OutputStream *, ::javax::swing::text::Document *, jint, jint) = 0;
47
  virtual void write(::java::io::Writer *, ::javax::swing::text::Document *, jint, jint) = 0;
48
private:
49
  static const jlong serialVersionUID = -5044124649345887822LL;
50
public:
51
  static ::java::lang::Class class$;
52
};
53
 
54
#endif // __javax_swing_text_EditorKit__

powered by: WebSVN 2.1.0

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