mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
42 lines
953 B
C++
42 lines
953 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_awt_Desktop$Action__
|
|
#define __java_awt_Desktop$Action__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Enum.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
namespace java
|
|
{
|
|
namespace awt
|
|
{
|
|
class Desktop$Action;
|
|
}
|
|
}
|
|
}
|
|
|
|
class java::awt::Desktop$Action : public ::java::lang::Enum
|
|
{
|
|
|
|
Desktop$Action(::java::lang::String *, jint);
|
|
public:
|
|
static JArray< ::java::awt::Desktop$Action * > * values();
|
|
static ::java::awt::Desktop$Action * valueOf(::java::lang::String *);
|
|
static ::java::awt::Desktop$Action * BROWSE;
|
|
static ::java::awt::Desktop$Action * EDIT;
|
|
static ::java::awt::Desktop$Action * MAIL;
|
|
static ::java::awt::Desktop$Action * OPEN;
|
|
static ::java::awt::Desktop$Action * PRINT;
|
|
private:
|
|
static JArray< ::java::awt::Desktop$Action * > * ENUM$VALUES;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __java_awt_Desktop$Action__
|