FlowView$FlowStrategy.h 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_FlowView$FlowStrategy__
  3. #define __javax_swing_text_FlowView$FlowStrategy__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace awt
  11. {
  12. class Rectangle;
  13. }
  14. }
  15. namespace javax
  16. {
  17. namespace swing
  18. {
  19. namespace event
  20. {
  21. class DocumentEvent;
  22. }
  23. namespace text
  24. {
  25. class FlowView;
  26. class FlowView$FlowStrategy;
  27. class View;
  28. }
  29. }
  30. }
  31. }
  32. class javax::swing::text::FlowView$FlowStrategy : public ::java::lang::Object
  33. {
  34. public:
  35. FlowView$FlowStrategy();
  36. virtual void insertUpdate(::javax::swing::text::FlowView *, ::javax::swing::event::DocumentEvent *, ::java::awt::Rectangle *);
  37. virtual void removeUpdate(::javax::swing::text::FlowView *, ::javax::swing::event::DocumentEvent *, ::java::awt::Rectangle *);
  38. virtual void changedUpdate(::javax::swing::text::FlowView *, ::javax::swing::event::DocumentEvent *, ::java::awt::Rectangle *);
  39. public: // actually protected
  40. virtual ::javax::swing::text::View * getLogicalView(::javax::swing::text::FlowView *);
  41. public:
  42. virtual void layout(::javax::swing::text::FlowView *);
  43. public: // actually protected
  44. virtual jint layoutRow(::javax::swing::text::FlowView *, jint, jint);
  45. virtual ::javax::swing::text::View * createView(::javax::swing::text::FlowView *, jint, jint, jint);
  46. virtual void adjustRow(::javax::swing::text::FlowView *, jint, jint, jint);
  47. private:
  48. jboolean contains(::javax::swing::text::View *, ::javax::swing::text::View *);
  49. void reparent(::javax::swing::text::View *, ::javax::swing::text::View *);
  50. public: // actually package-private
  51. static jboolean $assertionsDisabled;
  52. public:
  53. static ::java::lang::Class class$;
  54. };
  55. #endif // __javax_swing_text_FlowView$FlowStrategy__