summaryrefslogtreecommitdiff
path: root/libjava/gnu/javax/print/PrinterDialog$PageSetupPanel$Margins.h
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-09 19:58:05 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-09 19:58:05 +0000
commit65bf3316cf384588453604be6b4f0ed3751a8b0f (patch)
tree996a5f57d4a68c53473382e45cb22f574cb3e4db /libjava/gnu/javax/print/PrinterDialog$PageSetupPanel$Margins.h
parent8fc56618a84446beccd45b80381cdfe0e94050df (diff)
downloadgcc-65bf3316cf384588453604be6b4f0ed3751a8b0f.tar.gz
Merged gcj-eclipse branch to trunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120621 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/gnu/javax/print/PrinterDialog$PageSetupPanel$Margins.h')
-rw-r--r--libjava/gnu/javax/print/PrinterDialog$PageSetupPanel$Margins.h70
1 files changed, 70 insertions, 0 deletions
diff --git a/libjava/gnu/javax/print/PrinterDialog$PageSetupPanel$Margins.h b/libjava/gnu/javax/print/PrinterDialog$PageSetupPanel$Margins.h
new file mode 100644
index 00000000000..988f2243f85
--- /dev/null
+++ b/libjava/gnu/javax/print/PrinterDialog$PageSetupPanel$Margins.h
@@ -0,0 +1,70 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __gnu_javax_print_PrinterDialog$PageSetupPanel$Margins__
+#define __gnu_javax_print_PrinterDialog$PageSetupPanel$Margins__
+
+#pragma interface
+
+#include <javax/swing/JPanel.h>
+extern "Java"
+{
+ namespace gnu
+ {
+ namespace javax
+ {
+ namespace print
+ {
+ class PrinterDialog$PageSetupPanel;
+ class PrinterDialog$PageSetupPanel$Margins;
+ }
+ }
+ }
+ namespace java
+ {
+ namespace awt
+ {
+ namespace event
+ {
+ class FocusEvent;
+ }
+ }
+ }
+ namespace javax
+ {
+ namespace swing
+ {
+ class JLabel;
+ class JTextField;
+ }
+ }
+}
+
+class gnu::javax::print::PrinterDialog$PageSetupPanel$Margins : public ::javax::swing::JPanel
+{
+
+public: // actually package-private
+ PrinterDialog$PageSetupPanel$Margins(::gnu::javax::print::PrinterDialog$PageSetupPanel *);
+public:
+ void focusGained(::java::awt::event::FocusEvent *);
+ void focusLost(::java::awt::event::FocusEvent *);
+private:
+ void updateMargins();
+public: // actually package-private
+ void updateForSelectedService();
+private:
+ ::javax::swing::JLabel * __attribute__((aligned(__alignof__( ::javax::swing::JPanel)))) left;
+ ::javax::swing::JLabel * right;
+ ::javax::swing::JLabel * top;
+ ::javax::swing::JLabel * bottom;
+ ::javax::swing::JTextField * left_tf;
+ ::javax::swing::JTextField * right_tf;
+ ::javax::swing::JTextField * top_tf;
+ ::javax::swing::JTextField * bottom_tf;
+public: // actually package-private
+ ::gnu::javax::print::PrinterDialog$PageSetupPanel * this$1;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __gnu_javax_print_PrinterDialog$PageSetupPanel$Margins__