97b8365caf
From-SVN: r120621
65 lines
1.3 KiB
C++
65 lines
1.3 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_javax_swing_text_html_CharacterAttributeTranslator__
|
|
#define __gnu_javax_swing_text_html_CharacterAttributeTranslator__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace swing
|
|
{
|
|
namespace text
|
|
{
|
|
namespace html
|
|
{
|
|
class CharacterAttributeTranslator;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace java
|
|
{
|
|
namespace awt
|
|
{
|
|
class Color;
|
|
}
|
|
}
|
|
namespace javax
|
|
{
|
|
namespace swing
|
|
{
|
|
namespace text
|
|
{
|
|
class MutableAttributeSet;
|
|
namespace html
|
|
{
|
|
class HTML$Tag;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::javax::swing::text::html::CharacterAttributeTranslator : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
CharacterAttributeTranslator();
|
|
static ::java::awt::Color * getColor(::java::lang::String *);
|
|
static jboolean translateTag(::javax::swing::text::MutableAttributeSet *, ::javax::swing::text::html::HTML$Tag *, ::javax::swing::text::MutableAttributeSet *);
|
|
private:
|
|
static ::java::util::HashMap * colorMap;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_javax_swing_text_html_CharacterAttributeTranslator__
|