ViewportLayout.h 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_ViewportLayout__
  3. #define __javax_swing_ViewportLayout__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace awt
  11. {
  12. class Component;
  13. class Container;
  14. class Dimension;
  15. }
  16. }
  17. namespace javax
  18. {
  19. namespace swing
  20. {
  21. class ViewportLayout;
  22. }
  23. }
  24. }
  25. class javax::swing::ViewportLayout : public ::java::lang::Object
  26. {
  27. public:
  28. ViewportLayout();
  29. virtual void addLayoutComponent(::java::lang::String *, ::java::awt::Component *);
  30. virtual void removeLayoutComponent(::java::awt::Component *);
  31. virtual ::java::awt::Dimension * preferredLayoutSize(::java::awt::Container *);
  32. virtual ::java::awt::Dimension * minimumLayoutSize(::java::awt::Container *);
  33. virtual void layoutContainer(::java::awt::Container *);
  34. private:
  35. static const jlong serialVersionUID = -788225906076097229LL;
  36. public:
  37. static ::java::lang::Class class$;
  38. };
  39. #endif // __javax_swing_ViewportLayout__