OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [print/] [ServiceUIFactory.h] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_print_ServiceUIFactory__
5
#define __javax_print_ServiceUIFactory__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace print
17
    {
18
        class ServiceUIFactory;
19
    }
20
  }
21
}
22
 
23
class javax::print::ServiceUIFactory : public ::java::lang::Object
24
{
25
 
26
public:
27
  ServiceUIFactory();
28
  virtual ::java::lang::Object * getUI(jint, ::java::lang::String *) = 0;
29
  virtual JArray< ::java::lang::String * > * getUIClassNamesForRole(jint) = 0;
30
  static const jint ABOUT_UIROLE = 1;
31
  static const jint ADMIN_UIROLE = 2;
32
  static const jint MAIN_UIROLE = 3;
33
  static const jint RESERVED_UIROLE = 99;
34
  static ::java::lang::String * DIALOG_UI;
35
  static ::java::lang::String * JCOMPONENT_UI;
36
  static ::java::lang::String * JDIALOG_UI;
37
  static ::java::lang::String * PANEL_UI;
38
  static ::java::lang::Class class$;
39
};
40
 
41
#endif // __javax_print_ServiceUIFactory__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.