URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
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_swing_text_PlainDocument__
|
| 5 |
|
|
#define __javax_swing_text_PlainDocument__
|
| 6 |
|
|
|
| 7 |
|
|
#pragma interface
|
| 8 |
|
|
|
| 9 |
|
|
#include <javax/swing/text/AbstractDocument.h>
|
| 10 |
|
|
extern "Java"
|
| 11 |
|
|
{
|
| 12 |
|
|
namespace javax
|
| 13 |
|
|
{
|
| 14 |
|
|
namespace swing
|
| 15 |
|
|
{
|
| 16 |
|
|
namespace text
|
| 17 |
|
|
{
|
| 18 |
|
|
class AbstractDocument$AbstractElement;
|
| 19 |
|
|
class AbstractDocument$Content;
|
| 20 |
|
|
class AbstractDocument$DefaultDocumentEvent;
|
| 21 |
|
|
class AttributeSet;
|
| 22 |
|
|
class Element;
|
| 23 |
|
|
class PlainDocument;
|
| 24 |
|
|
}
|
| 25 |
|
|
}
|
| 26 |
|
|
}
|
| 27 |
|
|
}
|
| 28 |
|
|
|
| 29 |
|
|
class javax::swing::text::PlainDocument : public ::javax::swing::text::AbstractDocument
|
| 30 |
|
|
{
|
| 31 |
|
|
|
| 32 |
|
|
public:
|
| 33 |
|
|
PlainDocument();
|
| 34 |
|
|
PlainDocument(::javax::swing::text::AbstractDocument$Content *);
|
| 35 |
|
|
private:
|
| 36 |
|
|
void reindex();
|
| 37 |
|
|
public: // actually protected
|
| 38 |
|
|
virtual ::javax::swing::text::AbstractDocument$AbstractElement * createDefaultRoot();
|
| 39 |
|
|
virtual void insertUpdate(::javax::swing::text::AbstractDocument$DefaultDocumentEvent *, ::javax::swing::text::AttributeSet *);
|
| 40 |
|
|
virtual void removeUpdate(::javax::swing::text::AbstractDocument$DefaultDocumentEvent *);
|
| 41 |
|
|
public:
|
| 42 |
|
|
virtual ::javax::swing::text::Element * getDefaultRootElement();
|
| 43 |
|
|
virtual ::javax::swing::text::Element * getParagraphElement(jint);
|
| 44 |
|
|
virtual void insertString(jint, ::java::lang::String *, ::javax::swing::text::AttributeSet *);
|
| 45 |
|
|
private:
|
| 46 |
|
|
static const jlong serialVersionUID = 4758290289196893664LL;
|
| 47 |
|
|
public:
|
| 48 |
|
|
static ::java::lang::String * lineLimitAttribute;
|
| 49 |
|
|
static ::java::lang::String * tabSizeAttribute;
|
| 50 |
|
|
private:
|
| 51 |
|
|
::javax::swing::text::Element * __attribute__((aligned(__alignof__( ::javax::swing::text::AbstractDocument)))) rootElement;
|
| 52 |
|
|
public:
|
| 53 |
|
|
static ::java::lang::Class class$;
|
| 54 |
|
|
};
|
| 55 |
|
|
|
| 56 |
|
|
#endif // __javax_swing_text_PlainDocument__
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.