blob: da93ed5f667cb5faba27cf2c16fb9ef0ccea28ac [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_java_beans_editors_FontEditor__
#define __gnu_java_beans_editors_FontEditor__
#pragma interface
#include <java/beans/PropertyEditorSupport.h>
extern "Java"
{
namespace gnu
{
namespace java
{
namespace beans
{
namespace editors
{
class FontEditor;
}
}
}
}
}
class gnu::java::beans::editors::FontEditor : public ::java::beans::PropertyEditorSupport
{
public:
FontEditor();
virtual void setAsText(::java::lang::String *);
virtual ::java::lang::String * getAsText();
static ::java::lang::Class class$;
};
#endif // __gnu_java_beans_editors_FontEditor__