summaryrefslogtreecommitdiff
path: root/libjava/java/awt/im/spi/InputMethodDescriptor.h
blob: 60d0829fef0b46a378e876a39afd65e28d9f4b0d (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
42
43
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_awt_im_spi_InputMethodDescriptor__
#define __java_awt_im_spi_InputMethodDescriptor__

#pragma interface

#include <java/lang/Object.h>
#include <gcj/array.h>

extern "Java"
{
  namespace java
  {
    namespace awt
    {
        class Image;
      namespace im
      {
        namespace spi
        {
            class InputMethod;
            class InputMethodDescriptor;
        }
      }
    }
  }
}

class java::awt::im::spi::InputMethodDescriptor : public ::java::lang::Object
{

public:
  virtual JArray< ::java::util::Locale * > * getAvailableLocales() = 0;
  virtual jboolean hasDynamicLocaleList() = 0;
  virtual ::java::lang::String * getInputMethodDisplayName(::java::util::Locale *, ::java::util::Locale *) = 0;
  virtual ::java::awt::Image * getInputMethodIcon(::java::util::Locale *) = 0;
  virtual ::java::awt::im::spi::InputMethod * createInputMethod() = 0;
  static ::java::lang::Class class$;
} __attribute__ ((java_interface));

#endif // __java_awt_im_spi_InputMethodDescriptor__