Daily bump.
[official-gcc.git] / libjava / javax / swing / JTree$EmptySelectionModel.h
blobbafe35f2d7efce2ea329d2861556fa2bddf6577f
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_JTree$EmptySelectionModel__
5 #define __javax_swing_JTree$EmptySelectionModel__
7 #pragma interface
9 #include <javax/swing/tree/DefaultTreeSelectionModel.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace javax
16 namespace swing
18 class JTree$EmptySelectionModel;
19 namespace tree
21 class TreePath;
27 class javax::swing::JTree$EmptySelectionModel : public ::javax::swing::tree::DefaultTreeSelectionModel
30 public: // actually protected
31 JTree$EmptySelectionModel();
32 public:
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 * > *);
37 private:
38 static const jlong serialVersionUID = -5815023306225701477LL;
39 public: // actually protected
40 static ::javax::swing::JTree$EmptySelectionModel * sharedInstance__;
41 public:
42 static ::java::lang::Class class$;
45 #endif // __javax_swing_JTree$EmptySelectionModel__