LightweightRedirector.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_awt_LightweightRedirector__
  3. #define __gnu_awt_LightweightRedirector__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace gnu
  10. {
  11. namespace awt
  12. {
  13. class LightweightRedirector;
  14. }
  15. }
  16. namespace java
  17. {
  18. namespace awt
  19. {
  20. class AWTEvent;
  21. class Component;
  22. namespace event
  23. {
  24. class InputEvent;
  25. class MouseEvent;
  26. }
  27. }
  28. }
  29. }
  30. class gnu::awt::LightweightRedirector : public ::java::lang::Object
  31. {
  32. public:
  33. LightweightRedirector();
  34. virtual ::java::awt::AWTEvent * redirect(::java::awt::AWTEvent *);
  35. public: // actually package-private
  36. virtual ::java::awt::event::MouseEvent * redirectMouse(::java::awt::event::MouseEvent *);
  37. virtual jint getButtonNumber(::java::awt::event::InputEvent *);
  38. static const jint LAST_BUTTON_NUMBER = 3;
  39. JArray< ::java::awt::Component * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) releaseTargets;
  40. public:
  41. static ::java::lang::Class class$;
  42. };
  43. #endif // __gnu_awt_LightweightRedirector__