TextAction$HorizontalMovementAction.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_TextAction$HorizontalMovementAction__
  3. #define __javax_swing_text_TextAction$HorizontalMovementAction__
  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 Caret;
  25. class TextAction$HorizontalMovementAction;
  26. }
  27. }
  28. }
  29. }
  30. class javax::swing::text::TextAction$HorizontalMovementAction : public ::javax::swing::text::TextAction
  31. {
  32. public: // actually package-private
  33. TextAction$HorizontalMovementAction(::java::lang::String *, jint);
  34. public:
  35. virtual void actionPerformed(::java::awt::event::ActionEvent *);
  36. public: // actually protected
  37. virtual void actionPerformedImpl(::javax::swing::text::Caret *, jint) = 0;
  38. public: // actually package-private
  39. jint __attribute__((aligned(__alignof__( ::javax::swing::text::TextAction)))) dir;
  40. public:
  41. static ::java::lang::Class class$;
  42. };
  43. #endif // __javax_swing_text_TextAction$HorizontalMovementAction__