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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [StyledEditorKit.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_StyledEditorKit__
5
#define __javax_swing_text_StyledEditorKit__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/text/DefaultEditorKit.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 Document;
23
          class Element;
24
          class MutableAttributeSet;
25
          class StyledEditorKit;
26
          class StyledEditorKit$CaretTracker;
27
          class StyledEditorKit$StyledViewFactory;
28
          class ViewFactory;
29
      }
30
    }
31
  }
32
}
33
 
34
class javax::swing::text::StyledEditorKit : public ::javax::swing::text::DefaultEditorKit
35
{
36
 
37
public:
38
  StyledEditorKit();
39
  virtual ::java::lang::Object * clone();
40
  virtual JArray< ::javax::swing::Action * > * getActions();
41
  virtual ::javax::swing::text::MutableAttributeSet * getInputAttributes();
42
  virtual ::javax::swing::text::Element * getCharacterAttributeRun();
43
  virtual ::javax::swing::text::Document * createDefaultDocument();
44
  virtual void install(::javax::swing::JEditorPane *);
45
  virtual void deinstall(::javax::swing::JEditorPane *);
46
  virtual ::javax::swing::text::ViewFactory * getViewFactory();
47
public: // actually protected
48
  virtual void createInputAttributes(::javax::swing::text::Element *, ::javax::swing::text::MutableAttributeSet *);
49
private:
50
  static const jlong serialVersionUID = 7002391892985555948LL;
51
public: // actually package-private
52
  ::javax::swing::text::Element * __attribute__((aligned(__alignof__( ::javax::swing::text::DefaultEditorKit)))) currentRun;
53
  ::javax::swing::text::MutableAttributeSet * inputAttributes;
54
  ::javax::swing::text::StyledEditorKit$CaretTracker * caretTracker;
55
  ::javax::swing::text::StyledEditorKit$StyledViewFactory * viewFactory;
56
public:
57
  static ::java::lang::Class class$;
58
};
59
 
60
#endif // __javax_swing_text_StyledEditorKit__

powered by: WebSVN 2.1.0

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