TextViewer.h 936 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_activation_viewers_TextViewer__
  3. #define __gnu_javax_activation_viewers_TextViewer__
  4. #pragma interface
  5. #include <java/awt/TextArea.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace javax
  11. {
  12. namespace activation
  13. {
  14. namespace viewers
  15. {
  16. class TextViewer;
  17. }
  18. }
  19. }
  20. }
  21. namespace java
  22. {
  23. namespace awt
  24. {
  25. class Dimension;
  26. }
  27. }
  28. namespace javax
  29. {
  30. namespace activation
  31. {
  32. class DataHandler;
  33. }
  34. }
  35. }
  36. class gnu::javax::activation::viewers::TextViewer : public ::java::awt::TextArea
  37. {
  38. public:
  39. TextViewer();
  40. virtual ::java::awt::Dimension * getPreferredSize();
  41. virtual void setCommandContext(::java::lang::String *, ::javax::activation::DataHandler *);
  42. static ::java::lang::Class class$;
  43. };
  44. #endif // __gnu_javax_activation_viewers_TextViewer__