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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [activation/] [viewers/] [TextEditor.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_activation_viewers_TextEditor__
5
#define __gnu_javax_activation_viewers_TextEditor__
6
 
7
#pragma interface
8
 
9
#include <java/awt/TextArea.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace javax
15
    {
16
      namespace activation
17
      {
18
        namespace viewers
19
        {
20
            class TextEditor;
21
        }
22
      }
23
    }
24
  }
25
  namespace java
26
  {
27
    namespace awt
28
    {
29
        class Dimension;
30
      namespace event
31
      {
32
          class ActionEvent;
33
      }
34
    }
35
  }
36
  namespace javax
37
  {
38
    namespace activation
39
    {
40
        class DataHandler;
41
    }
42
  }
43
}
44
 
45
class gnu::javax::activation::viewers::TextEditor : public ::java::awt::TextArea
46
{
47
 
48
public:
49
  TextEditor();
50
  virtual ::java::awt::Dimension * getPreferredSize();
51
  virtual void setCommandContext(::java::lang::String *, ::javax::activation::DataHandler *);
52
  virtual void actionPerformed(::java::awt::event::ActionEvent *);
53
private:
54
  ::javax::activation::DataHandler * __attribute__((aligned(__alignof__( ::java::awt::TextArea)))) dh;
55
public:
56
  static ::java::lang::Class class$;
57
};
58
 
59
#endif // __gnu_javax_activation_viewers_TextEditor__

powered by: WebSVN 2.1.0

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