aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libjava/javax/print/ServiceUIFactory.h
blob: 2424058fa357d6a0dcac642a00404cfd17f89d0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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__