DefaultEditorKit$CopyAction.h 828 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_DefaultEditorKit$CopyAction__
  3. #define __javax_swing_text_DefaultEditorKit$CopyAction__
  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$CopyAction;
  25. }
  26. }
  27. }
  28. }
  29. class javax::swing::text::DefaultEditorKit$CopyAction : public ::javax::swing::text::TextAction
  30. {
  31. public:
  32. DefaultEditorKit$CopyAction();
  33. virtual void actionPerformed(::java::awt::event::ActionEvent *);
  34. static ::java::lang::Class class$;
  35. };
  36. #endif // __javax_swing_text_DefaultEditorKit$CopyAction__