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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [im/] [spi/] [InputMethod.h] - Blame information for rev 758

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_awt_im_spi_InputMethod__
5
#define __java_awt_im_spi_InputMethod__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace awt
17
    {
18
        class AWTEvent;
19
        class Rectangle;
20
      namespace im
21
      {
22
        namespace spi
23
        {
24
            class InputMethod;
25
            class InputMethodContext;
26
        }
27
      }
28
    }
29
  }
30
}
31
 
32
class java::awt::im::spi::InputMethod : public ::java::lang::Object
33
{
34
 
35
public:
36
  virtual void setInputMethodContext(::java::awt::im::spi::InputMethodContext *) = 0;
37
  virtual jboolean setLocale(::java::util::Locale *) = 0;
38
  virtual ::java::util::Locale * getLocale() = 0;
39
  virtual void setCharacterSubsets(JArray< ::java::lang::Character$Subset * > *) = 0;
40
  virtual void setCompositionEnabled(jboolean) = 0;
41
  virtual jboolean isCompositionEnabled() = 0;
42
  virtual void reconvert() = 0;
43
  virtual void dispatchEvent(::java::awt::AWTEvent *) = 0;
44
  virtual void notifyClientWindowChange(::java::awt::Rectangle *) = 0;
45
  virtual void activate() = 0;
46
  virtual void deactivate(jboolean) = 0;
47
  virtual void hideWindows() = 0;
48
  virtual void removeNotify() = 0;
49
  virtual void endComposition() = 0;
50
  virtual void dispose() = 0;
51
  virtual ::java::lang::Object * getControlObject() = 0;
52
  static ::java::lang::Class class$;
53
} __attribute__ ((java_interface));
54
 
55
#endif // __java_awt_im_spi_InputMethod__

powered by: WebSVN 2.1.0

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