mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-09 00:05:22 +00:00
41 lines
938 B
C++
41 lines
938 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_swing_tree_ExpandVetoException__
|
|
#define __javax_swing_tree_ExpandVetoException__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Exception.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace swing
|
|
{
|
|
namespace event
|
|
{
|
|
class TreeExpansionEvent;
|
|
}
|
|
namespace tree
|
|
{
|
|
class ExpandVetoException;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::swing::tree::ExpandVetoException : public ::java::lang::Exception
|
|
{
|
|
|
|
public:
|
|
ExpandVetoException(::javax::swing::event::TreeExpansionEvent *);
|
|
ExpandVetoException(::javax::swing::event::TreeExpansionEvent *, ::java::lang::String *);
|
|
public: // actually protected
|
|
::javax::swing::event::TreeExpansionEvent * __attribute__((aligned(__alignof__( ::java::lang::Exception)))) event;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_swing_tree_ExpandVetoException__
|