Box.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_Box__
  3. #define __javax_swing_Box__
  4. #pragma interface
  5. #include <javax/swing/JComponent.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace awt
  11. {
  12. class Component;
  13. class Dimension;
  14. class LayoutManager;
  15. }
  16. }
  17. namespace javax
  18. {
  19. namespace accessibility
  20. {
  21. class AccessibleContext;
  22. }
  23. namespace swing
  24. {
  25. class Box;
  26. }
  27. }
  28. }
  29. class javax::swing::Box : public ::javax::swing::JComponent
  30. {
  31. public:
  32. Box(jint);
  33. static ::java::awt::Component * createGlue();
  34. static ::javax::swing::Box * createHorizontalBox();
  35. static ::java::awt::Component * createHorizontalGlue();
  36. static ::java::awt::Component * createHorizontalStrut(jint);
  37. static ::java::awt::Component * createRigidArea(::java::awt::Dimension *);
  38. static ::javax::swing::Box * createVerticalBox();
  39. static ::java::awt::Component * createVerticalGlue();
  40. static ::java::awt::Component * createVerticalStrut(jint);
  41. virtual void setLayout(::java::awt::LayoutManager *);
  42. virtual ::javax::accessibility::AccessibleContext * getAccessibleContext();
  43. private:
  44. static const jlong serialVersionUID = 1525417495883046342LL;
  45. public:
  46. static ::java::lang::Class class$;
  47. };
  48. #endif // __javax_swing_Box__