PrinterDialog$GeneralPanel$CopiesAndSorted.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_print_PrinterDialog$GeneralPanel$CopiesAndSorted__
  3. #define __gnu_javax_print_PrinterDialog$GeneralPanel$CopiesAndSorted__
  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$GeneralPanel;
  15. class PrinterDialog$GeneralPanel$CopiesAndSorted;
  16. }
  17. }
  18. }
  19. namespace java
  20. {
  21. namespace awt
  22. {
  23. namespace event
  24. {
  25. class ActionEvent;
  26. }
  27. }
  28. }
  29. namespace javax
  30. {
  31. namespace swing
  32. {
  33. class JCheckBox;
  34. class JLabel;
  35. class JSpinner;
  36. class SpinnerNumberModel;
  37. namespace event
  38. {
  39. class ChangeEvent;
  40. }
  41. }
  42. }
  43. }
  44. class gnu::javax::print::PrinterDialog$GeneralPanel$CopiesAndSorted : public ::javax::swing::JPanel
  45. {
  46. public: // actually package-private
  47. PrinterDialog$GeneralPanel$CopiesAndSorted(::gnu::javax::print::PrinterDialog$GeneralPanel *);
  48. public:
  49. void stateChanged(::javax::swing::event::ChangeEvent *);
  50. void actionPerformed(::java::awt::event::ActionEvent *);
  51. public: // actually package-private
  52. void updateForSelectedService();
  53. private:
  54. ::javax::swing::JCheckBox * __attribute__((aligned(__alignof__( ::javax::swing::JPanel)))) sort;
  55. ::javax::swing::JSpinner * copies;
  56. ::javax::swing::JLabel * copies_lb;
  57. ::javax::swing::SpinnerNumberModel * copiesModel;
  58. public: // actually package-private
  59. ::gnu::javax::print::PrinterDialog$GeneralPanel * this$1;
  60. public:
  61. static ::java::lang::Class class$;
  62. };
  63. #endif // __gnu_javax_print_PrinterDialog$GeneralPanel$CopiesAndSorted__