DefaultEditorKit$EndLineAction.h 882 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_DefaultEditorKit$EndLineAction__
  3. #define __javax_swing_text_DefaultEditorKit$EndLineAction__
  4. #pragma interface
  5. #include <javax/swing/text/TextAction.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace awt
  11. {
  12. namespace event
  13. {
  14. class ActionEvent;
  15. }
  16. }
  17. }
  18. namespace javax
  19. {
  20. namespace swing
  21. {
  22. namespace text
  23. {
  24. class DefaultEditorKit$EndLineAction;
  25. }
  26. }
  27. }
  28. }
  29. class javax::swing::text::DefaultEditorKit$EndLineAction : public ::javax::swing::text::TextAction
  30. {
  31. public: // actually package-private
  32. DefaultEditorKit$EndLineAction();
  33. public:
  34. virtual void actionPerformed(::java::awt::event::ActionEvent *);
  35. static ::java::lang::Class class$;
  36. };
  37. #endif // __javax_swing_text_DefaultEditorKit$EndLineAction__