PrinterDialog$PageSetupPanel$Margins.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_print_PrinterDialog$PageSetupPanel$Margins__
  3. #define __gnu_javax_print_PrinterDialog$PageSetupPanel$Margins__
  4. #pragma interface
  5. #include <javax/swing/JPanel.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace javax
  11. {
  12. namespace print
  13. {
  14. class PrinterDialog$PageSetupPanel;
  15. class PrinterDialog$PageSetupPanel$Margins;
  16. }
  17. }
  18. }
  19. namespace java
  20. {
  21. namespace awt
  22. {
  23. namespace event
  24. {
  25. class FocusEvent;
  26. }
  27. }
  28. }
  29. namespace javax
  30. {
  31. namespace swing
  32. {
  33. class JLabel;
  34. class JTextField;
  35. }
  36. }
  37. }
  38. class gnu::javax::print::PrinterDialog$PageSetupPanel$Margins : public ::javax::swing::JPanel
  39. {
  40. public: // actually package-private
  41. PrinterDialog$PageSetupPanel$Margins(::gnu::javax::print::PrinterDialog$PageSetupPanel *);
  42. public:
  43. void focusGained(::java::awt::event::FocusEvent *);
  44. void focusLost(::java::awt::event::FocusEvent *);
  45. private:
  46. void updateMargins();
  47. public: // actually package-private
  48. void updateForSelectedService();
  49. private:
  50. ::javax::swing::JLabel * __attribute__((aligned(__alignof__( ::javax::swing::JPanel)))) left;
  51. ::javax::swing::JLabel * right;
  52. ::javax::swing::JLabel * top;
  53. ::javax::swing::JLabel * bottom;
  54. ::javax::swing::JTextField * left_tf;
  55. ::javax::swing::JTextField * right_tf;
  56. ::javax::swing::JTextField * top_tf;
  57. ::javax::swing::JTextField * bottom_tf;
  58. public: // actually package-private
  59. ::gnu::javax::print::PrinterDialog$PageSetupPanel * this$1;
  60. public:
  61. static ::java::lang::Class class$;
  62. };
  63. #endif // __gnu_javax_print_PrinterDialog$PageSetupPanel$Margins__