2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_JTree$EmptySelectionModel__
5 #define __javax_swing_JTree$EmptySelectionModel__
9 #include <javax/swing/tree/DefaultTreeSelectionModel.h>
10 #include <gcj/array.h>
18 class JTree$EmptySelectionModel
;
27 class javax::swing::JTree$EmptySelectionModel
: public ::javax::swing::tree::DefaultTreeSelectionModel
30 public: // actually protected
31 JTree$
EmptySelectionModel();
33 static ::javax::swing::JTree$EmptySelectionModel
* sharedInstance();
34 virtual void setSelectionPaths(JArray
< ::javax::swing::tree::TreePath
* > *);
35 virtual void addSelectionPaths(JArray
< ::javax::swing::tree::TreePath
* > *);
36 virtual void removeSelectionPaths(JArray
< ::javax::swing::tree::TreePath
* > *);
38 static const jlong serialVersionUID
= -5815023306225701477LL;
39 public: // actually protected
40 static ::javax::swing::JTree$EmptySelectionModel
* sharedInstance__
;
42 static ::java::lang::Class
class$
;
45 #endif // __javax_swing_JTree$EmptySelectionModel__