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

Subversion Repositories openrisc

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

Go to most recent revision | 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_InputMethodRequests__
5
#define __java_awt_im_InputMethodRequests__
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 Rectangle;
19
      namespace font
20
      {
21
          class TextHitInfo;
22
      }
23
      namespace im
24
      {
25
          class InputMethodRequests;
26
      }
27
    }
28
    namespace text
29
    {
30
        class AttributedCharacterIterator;
31
        class AttributedCharacterIterator$Attribute;
32
    }
33
  }
34
}
35
 
36
class java::awt::im::InputMethodRequests : public ::java::lang::Object
37
{
38
 
39
public:
40
  virtual ::java::awt::Rectangle * getTextLocation(::java::awt::font::TextHitInfo *) = 0;
41
  virtual ::java::awt::font::TextHitInfo * getLocationOffset(jint, jint) = 0;
42
  virtual jint getInsertPositionOffset() = 0;
43
  virtual ::java::text::AttributedCharacterIterator * getCommittedText(jint, jint, JArray< ::java::text::AttributedCharacterIterator$Attribute * > *) = 0;
44
  virtual jint getCommittedTextLength() = 0;
45
  virtual ::java::text::AttributedCharacterIterator * cancelLatestCommittedText(JArray< ::java::text::AttributedCharacterIterator$Attribute * > *) = 0;
46
  virtual ::java::text::AttributedCharacterIterator * getSelectedText(JArray< ::java::text::AttributedCharacterIterator$Attribute * > *) = 0;
47
  static ::java::lang::Class class$;
48
} __attribute__ ((java_interface));
49
 
50
#endif // __java_awt_im_InputMethodRequests__

powered by: WebSVN 2.1.0

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