mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-17 11:31:00 +00:00
41 lines
890 B
C
41 lines
890 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_swing_JList$1__
|
||
|
#define __javax_swing_JList$1__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <javax/swing/AbstractListModel.h>
|
||
|
#include <gcj/array.h>
|
||
|
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace swing
|
||
|
{
|
||
|
class JList;
|
||
|
class JList$1;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::swing::JList$1 : public ::javax::swing::AbstractListModel
|
||
|
{
|
||
|
|
||
|
public: // actually package-private
|
||
|
JList$1(::javax::swing::JList *, JArray< ::java::lang::Object * > *);
|
||
|
public:
|
||
|
virtual jint getSize();
|
||
|
virtual ::java::lang::Object * getElementAt(jint);
|
||
|
public: // actually package-private
|
||
|
::javax::swing::JList * __attribute__((aligned(__alignof__( ::javax::swing::AbstractListModel)))) this$0;
|
||
|
private:
|
||
|
JArray< ::java::lang::Object * > * val$items;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __javax_swing_JList$1__
|