blob: b09a8e2bf3bb658f5014f7e8272e41734e9c1d60 [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_event_DocumentEvent$EventType__
#define __javax_swing_event_DocumentEvent$EventType__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace javax
{
namespace swing
{
namespace event
{
class DocumentEvent$EventType;
}
}
}
}
class javax::swing::event::DocumentEvent$EventType : public ::java::lang::Object
{
DocumentEvent$EventType(::java::lang::String *);
public:
::java::lang::String * toString();
static ::javax::swing::event::DocumentEvent$EventType * INSERT;
static ::javax::swing::event::DocumentEvent$EventType * REMOVE;
static ::javax::swing::event::DocumentEvent$EventType * CHANGE;
private:
::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) type;
public:
static ::java::lang::Class class$;
};
#endif // __javax_swing_event_DocumentEvent$EventType__