summaryrefslogtreecommitdiff
path: root/libjava/gnu/javax/print/PrinterDialog.h
diff options
context:
space:
mode:
authorupstream source tree <ports@midipix.org>2015-03-15 20:14:05 -0400
committerupstream source tree <ports@midipix.org>2015-03-15 20:14:05 -0400
commit554fd8c5195424bdbcabf5de30fdc183aba391bd (patch)
tree976dc5ab7fddf506dadce60ae936f43f58787092 /libjava/gnu/javax/print/PrinterDialog.h
downloadcbb-gcc-4.6.4-554fd8c5195424bdbcabf5de30fdc183aba391bd.tar.bz2
cbb-gcc-4.6.4-554fd8c5195424bdbcabf5de30fdc183aba391bd.tar.xz
obtained gcc-4.6.4.tar.bz2 from upstream website;upstream
verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository.
Diffstat (limited to 'libjava/gnu/javax/print/PrinterDialog.h')
-rw-r--r--libjava/gnu/javax/print/PrinterDialog.h101
1 files changed, 101 insertions, 0 deletions
diff --git a/libjava/gnu/javax/print/PrinterDialog.h b/libjava/gnu/javax/print/PrinterDialog.h
new file mode 100644
index 000000000..4c1141129
--- /dev/null
+++ b/libjava/gnu/javax/print/PrinterDialog.h
@@ -0,0 +1,101 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __gnu_javax_print_PrinterDialog__
+#define __gnu_javax_print_PrinterDialog__
+
+#pragma interface
+
+#include <javax/swing/JDialog.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace gnu
+ {
+ namespace javax
+ {
+ namespace print
+ {
+ class PrinterDialog;
+ class PrinterDialog$AppearancePanel;
+ class PrinterDialog$GeneralPanel;
+ class PrinterDialog$PageSetupPanel;
+ }
+ }
+ }
+ namespace java
+ {
+ namespace awt
+ {
+ class GraphicsConfiguration;
+ namespace event
+ {
+ class ActionEvent;
+ }
+ }
+ }
+ namespace javax
+ {
+ namespace print
+ {
+ class DocFlavor;
+ class PrintService;
+ namespace attribute
+ {
+ class Attribute;
+ class PrintRequestAttributeSet;
+ }
+ }
+ namespace swing
+ {
+ class JButton;
+ }
+ }
+}
+
+class gnu::javax::print::PrinterDialog : public ::javax::swing::JDialog
+{
+
+ PrinterDialog(::java::awt::GraphicsConfiguration *, JArray< ::javax::print::PrintService * > *, ::javax::print::PrintService *, ::javax::print::DocFlavor *, ::javax::print::attribute::PrintRequestAttributeSet *, jboolean, ::java::lang::String *);
+public:
+ PrinterDialog(::java::awt::GraphicsConfiguration *, ::javax::print::PrintService *, ::javax::print::DocFlavor *, ::javax::print::attribute::PrintRequestAttributeSet *);
+ PrinterDialog(::java::awt::GraphicsConfiguration *, JArray< ::javax::print::PrintService * > *, ::javax::print::PrintService *, ::javax::print::DocFlavor *, ::javax::print::attribute::PrintRequestAttributeSet *);
+private:
+ void initUI(jboolean);
+public:
+ ::javax::print::attribute::PrintRequestAttributeSet * getAttributes();
+ ::javax::print::PrintService * getSelectedPrintService();
+public: // actually protected
+ void setSelectedPrintService(::javax::print::PrintService *);
+ JArray< ::javax::print::PrintService * > * getPrintServices();
+public: // actually package-private
+ void updateAll();
+ jboolean categorySupported(::java::lang::Class *);
+ ::java::lang::Object * defaultValue(::java::lang::Class *);
+ ::javax::print::attribute::Attribute * attribute(::java::lang::Class *);
+public:
+ void actionPerformed(::java::awt::event::ActionEvent *);
+public: // actually package-private
+ static ::java::lang::String * getLocalizedString(::java::lang::String *);
+ static ::javax::print::attribute::PrintRequestAttributeSet * access$0(::gnu::javax::print::PrinterDialog *);
+ static ::javax::print::DocFlavor * access$1(::gnu::javax::print::PrinterDialog *);
+private:
+ ::javax::swing::JButton * __attribute__((aligned(__alignof__( ::javax::swing::JDialog)))) ok_bt;
+ ::javax::swing::JButton * cancel_bt;
+ ::gnu::javax::print::PrinterDialog$GeneralPanel * general_panel;
+ ::gnu::javax::print::PrinterDialog$PageSetupPanel * pagesetup_panel;
+ ::gnu::javax::print::PrinterDialog$AppearancePanel * appearance_panel;
+ JArray< ::javax::print::PrintService * > * services;
+ ::javax::print::PrintService * defaultService;
+ ::javax::print::PrintService * selectedService;
+ ::javax::print::DocFlavor * flavor;
+ ::javax::print::attribute::PrintRequestAttributeSet * attributes;
+ jboolean onlyPageDialog;
+ ::javax::print::attribute::PrintRequestAttributeSet * atts;
+ static ::java::util::ResourceBundle * messages;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __gnu_javax_print_PrinterDialog__