// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_javax_print_PrinterDialog$AppearancePanel$JobAttributes__ #define __gnu_javax_print_PrinterDialog$AppearancePanel$JobAttributes__ #pragma interface #include extern "Java" { namespace gnu { namespace javax { namespace print { class PrinterDialog$AppearancePanel; class PrinterDialog$AppearancePanel$JobAttributes; } } } namespace java { namespace awt { namespace event { class ActionEvent; class FocusEvent; } } } namespace javax { namespace swing { class JCheckBox; class JLabel; class JSpinner; class JTextField; class SpinnerNumberModel; namespace event { class ChangeEvent; } } } } class gnu::javax::print::PrinterDialog$AppearancePanel$JobAttributes : public ::javax::swing::JPanel { public: // actually package-private PrinterDialog$AppearancePanel$JobAttributes(::gnu::javax::print::PrinterDialog$AppearancePanel *); public: void actionPerformed(::java::awt::event::ActionEvent *); void stateChanged(::javax::swing::event::ChangeEvent *); void focusGained(::java::awt::event::FocusEvent *); void focusLost(::java::awt::event::FocusEvent *); private: void updateTextfields(::java::awt::event::FocusEvent *); public: // actually package-private void updateForSelectedService(); private: ::javax::swing::JLabel * __attribute__((aligned(__alignof__( ::javax::swing::JPanel)))) jobname; ::javax::swing::JLabel * username; ::javax::swing::JLabel * priority_lb; ::javax::swing::JTextField * jobname_tf; ::javax::swing::JTextField * username_tf; ::javax::swing::JCheckBox * cover; ::javax::swing::JSpinner * priority; ::javax::swing::SpinnerNumberModel * model; public: // actually package-private ::gnu::javax::print::PrinterDialog$AppearancePanel * this$1; public: static ::java::lang::Class class$; }; #endif // __gnu_javax_print_PrinterDialog$AppearancePanel$JobAttributes__