mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
41 lines
1.1 KiB
C++
41 lines
1.1 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_swing_tree_DefaultMutableTreeNode$BreadthFirstEnumeration__
|
|
#define __javax_swing_tree_DefaultMutableTreeNode$BreadthFirstEnumeration__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace swing
|
|
{
|
|
namespace tree
|
|
{
|
|
class DefaultMutableTreeNode$BreadthFirstEnumeration;
|
|
class TreeNode;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::swing::tree::DefaultMutableTreeNode$BreadthFirstEnumeration : public ::java::lang::Object
|
|
{
|
|
|
|
public: // actually package-private
|
|
DefaultMutableTreeNode$BreadthFirstEnumeration(::javax::swing::tree::TreeNode *);
|
|
public:
|
|
virtual jboolean hasMoreElements();
|
|
virtual ::javax::swing::tree::TreeNode * DefaultMutableTreeNode$BreadthFirstEnumeration$nextElement();
|
|
virtual ::java::lang::Object * nextElement();
|
|
public: // actually package-private
|
|
::java::util::LinkedList * __attribute__((aligned(__alignof__( ::java::lang::Object)))) queue;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_swing_tree_DefaultMutableTreeNode$BreadthFirstEnumeration__
|