ComponentView$Interceptor.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_ComponentView$Interceptor__
  3. #define __javax_swing_text_ComponentView$Interceptor__
  4. #pragma interface
  5. #include <java/awt/Container.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace awt
  11. {
  12. class Component;
  13. class Dimension;
  14. }
  15. }
  16. namespace javax
  17. {
  18. namespace swing
  19. {
  20. namespace text
  21. {
  22. class ComponentView;
  23. class ComponentView$Interceptor;
  24. }
  25. }
  26. }
  27. }
  28. class javax::swing::text::ComponentView$Interceptor : public ::java::awt::Container
  29. {
  30. public: // actually package-private
  31. ComponentView$Interceptor(::javax::swing::text::ComponentView *, ::java::awt::Component *);
  32. public:
  33. virtual void invalidate();
  34. virtual void doLayout();
  35. virtual void reshape(jint, jint, jint, jint);
  36. virtual void show();
  37. virtual void hide();
  38. virtual ::java::awt::Dimension * getMinimumSize();
  39. virtual ::java::awt::Dimension * getPreferredSize();
  40. virtual ::java::awt::Dimension * getMaximumSize();
  41. virtual jfloat getAlignmentX();
  42. virtual jfloat getAlignmentY();
  43. private:
  44. void maybeValidate();
  45. void cacheComponentSizes();
  46. public: // actually package-private
  47. ::java::awt::Dimension * __attribute__((aligned(__alignof__( ::java::awt::Container)))) min;
  48. ::java::awt::Dimension * pref;
  49. ::java::awt::Dimension * max;
  50. jfloat alignX;
  51. jfloat alignY;
  52. ::javax::swing::text::ComponentView * this$0;
  53. public:
  54. static ::java::lang::Class class$;
  55. };
  56. #endif // __javax_swing_text_ComponentView$Interceptor__