libjava/ChangeLog:
[official-gcc.git] / libjava / gnu / javax / activation / viewers / TextViewer.h
blob56c5f795f49be414bffdce82009218db7568fe39
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_javax_activation_viewers_TextViewer__
5 #define __gnu_javax_activation_viewers_TextViewer__
7 #pragma interface
9 #include <java/awt/TextArea.h>
10 extern "Java"
12 namespace gnu
14 namespace javax
16 namespace activation
18 namespace viewers
20 class TextViewer;
25 namespace java
27 namespace awt
29 class Dimension;
32 namespace javax
34 namespace activation
36 class DataHandler;
41 class gnu::javax::activation::viewers::TextViewer : public ::java::awt::TextArea
44 public:
45 TextViewer();
46 virtual ::java::awt::Dimension * getPreferredSize();
47 virtual void setCommandContext(::java::lang::String *, ::javax::activation::DataHandler *);
48 static ::java::lang::Class class$;
51 #endif // __gnu_javax_activation_viewers_TextViewer__