summaryrefslogtreecommitdiff
path: root/libjava/javax/print/ServiceUIFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/print/ServiceUIFactory.h')
-rw-r--r--libjava/javax/print/ServiceUIFactory.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/libjava/javax/print/ServiceUIFactory.h b/libjava/javax/print/ServiceUIFactory.h
new file mode 100644
index 000000000..2424058fa
--- /dev/null
+++ b/libjava/javax/print/ServiceUIFactory.h
@@ -0,0 +1,41 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __javax_print_ServiceUIFactory__
+#define __javax_print_ServiceUIFactory__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace javax
+ {
+ namespace print
+ {
+ class ServiceUIFactory;
+ }
+ }
+}
+
+class javax::print::ServiceUIFactory : public ::java::lang::Object
+{
+
+public:
+ ServiceUIFactory();
+ virtual ::java::lang::Object * getUI(jint, ::java::lang::String *) = 0;
+ virtual JArray< ::java::lang::String * > * getUIClassNamesForRole(jint) = 0;
+ static const jint ABOUT_UIROLE = 1;
+ static const jint ADMIN_UIROLE = 2;
+ static const jint MAIN_UIROLE = 3;
+ static const jint RESERVED_UIROLE = 99;
+ static ::java::lang::String * DIALOG_UI;
+ static ::java::lang::String * JCOMPONENT_UI;
+ static ::java::lang::String * JDIALOG_UI;
+ static ::java::lang::String * PANEL_UI;
+ static ::java::lang::Class class$;
+};
+
+#endif // __javax_print_ServiceUIFactory__