aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/java/text/FormatBuffer.h
blob: 14fcd5a8c2ebb6ba5acf84590ab9e64082cbd154 (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
44
45
46
47
48
49
50

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_java_text_FormatBuffer__
#define __gnu_java_text_FormatBuffer__

#pragma interface

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

extern "Java"
{
  namespace gnu
  {
    namespace java
    {
      namespace text
      {
          class FormatBuffer;
      }
    }
  }
  namespace java
  {
    namespace text
    {
        class AttributedCharacterIterator$Attribute;
    }
  }
}

class gnu::java::text::FormatBuffer : public ::java::lang::Object
{

public:
  virtual void append(::java::lang::String *) = 0;
  virtual void append(::java::lang::String *, ::java::text::AttributedCharacterIterator$Attribute *) = 0;
  virtual void append(::java::lang::String *, JArray< jint > *, ::java::util::List *) = 0;
  virtual void append(jchar) = 0;
  virtual void append(jchar, ::java::text::AttributedCharacterIterator$Attribute *) = 0;
  virtual void setDefaultAttribute(::java::text::AttributedCharacterIterator$Attribute *) = 0;
  virtual ::java::text::AttributedCharacterIterator$Attribute * getDefaultAttribute() = 0;
  virtual void cutTail(jint) = 0;
  virtual void clear() = 0;
  virtual jint length() = 0;
  static ::java::lang::Class class$;
} __attribute__ ((java_interface));

#endif // __gnu_java_text_FormatBuffer__