TextEditor.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_activation_viewers_TextEditor__
  3. #define __gnu_javax_activation_viewers_TextEditor__
  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 TextEditor;
  17. }
  18. }
  19. }
  20. }
  21. namespace java
  22. {
  23. namespace awt
  24. {
  25. class Dimension;
  26. namespace event
  27. {
  28. class ActionEvent;
  29. }
  30. }
  31. }
  32. namespace javax
  33. {
  34. namespace activation
  35. {
  36. class DataHandler;
  37. }
  38. }
  39. }
  40. class gnu::javax::activation::viewers::TextEditor : public ::java::awt::TextArea
  41. {
  42. public:
  43. TextEditor();
  44. virtual ::java::awt::Dimension * getPreferredSize();
  45. virtual void setCommandContext(::java::lang::String *, ::javax::activation::DataHandler *);
  46. virtual void actionPerformed(::java::awt::event::ActionEvent *);
  47. private:
  48. ::javax::activation::DataHandler * __attribute__((aligned(__alignof__( ::java::awt::TextArea)))) dh;
  49. public:
  50. static ::java::lang::Class class$;
  51. };
  52. #endif // __gnu_javax_activation_viewers_TextEditor__