mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
51 lines
1.6 KiB
C++
51 lines
1.6 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __sun_awt_CausedFocusEvent$Cause__
|
|
#define __sun_awt_CausedFocusEvent$Cause__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Enum.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
namespace sun
|
|
{
|
|
namespace awt
|
|
{
|
|
class CausedFocusEvent$Cause;
|
|
}
|
|
}
|
|
}
|
|
|
|
class sun::awt::CausedFocusEvent$Cause : public ::java::lang::Enum
|
|
{
|
|
|
|
CausedFocusEvent$Cause(::java::lang::String *, jint);
|
|
public:
|
|
static JArray< ::sun::awt::CausedFocusEvent$Cause * > * values();
|
|
static ::sun::awt::CausedFocusEvent$Cause * valueOf(::java::lang::String *);
|
|
static ::sun::awt::CausedFocusEvent$Cause * UNKNOWN;
|
|
static ::sun::awt::CausedFocusEvent$Cause * MOUSE_EVENT;
|
|
static ::sun::awt::CausedFocusEvent$Cause * TRAVERSAL;
|
|
static ::sun::awt::CausedFocusEvent$Cause * TRAVERSAL_UP;
|
|
static ::sun::awt::CausedFocusEvent$Cause * TRAVERSAL_DOWN;
|
|
static ::sun::awt::CausedFocusEvent$Cause * TRAVERSAL_FORWARD;
|
|
static ::sun::awt::CausedFocusEvent$Cause * TRAVERSAL_BACKWARD;
|
|
static ::sun::awt::CausedFocusEvent$Cause * MANUAL_REQUEST;
|
|
static ::sun::awt::CausedFocusEvent$Cause * AUTOMATIC_TRAVERSE;
|
|
static ::sun::awt::CausedFocusEvent$Cause * ROLLBACK;
|
|
static ::sun::awt::CausedFocusEvent$Cause * NATIVE_SYSTEM;
|
|
static ::sun::awt::CausedFocusEvent$Cause * ACTIVATION;
|
|
static ::sun::awt::CausedFocusEvent$Cause * CLEAR_GLOBAL_FOCUS_OWNER;
|
|
static ::sun::awt::CausedFocusEvent$Cause * RETARGETED;
|
|
private:
|
|
static JArray< ::sun::awt::CausedFocusEvent$Cause * > * ENUM$VALUES;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __sun_awt_CausedFocusEvent$Cause__
|