gcc/libjava/javax/swing/text/StyledEditorKit$StyledViewFactory.h
Tom Tromey 97b8365caf Merged gcj-eclipse branch to trunk.
From-SVN: r120621
2007-01-09 19:58:05 +00:00

37 lines
815 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_text_StyledEditorKit$StyledViewFactory__
#define __javax_swing_text_StyledEditorKit$StyledViewFactory__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace javax
{
namespace swing
{
namespace text
{
class Element;
class StyledEditorKit$StyledViewFactory;
class View;
}
}
}
}
class javax::swing::text::StyledEditorKit$StyledViewFactory : public ::java::lang::Object
{
public: // actually package-private
StyledEditorKit$StyledViewFactory();
public:
virtual ::javax::swing::text::View * create(::javax::swing::text::Element *);
static ::java::lang::Class class$;
};
#endif // __javax_swing_text_StyledEditorKit$StyledViewFactory__