JTree$EmptySelectionModel.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_JTree$EmptySelectionModel__
  3. #define __javax_swing_JTree$EmptySelectionModel__
  4. #pragma interface
  5. #include <javax/swing/tree/DefaultTreeSelectionModel.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace javax
  10. {
  11. namespace swing
  12. {
  13. class JTree$EmptySelectionModel;
  14. namespace tree
  15. {
  16. class TreePath;
  17. }
  18. }
  19. }
  20. }
  21. class javax::swing::JTree$EmptySelectionModel : public ::javax::swing::tree::DefaultTreeSelectionModel
  22. {
  23. public: // actually protected
  24. JTree$EmptySelectionModel();
  25. public:
  26. static ::javax::swing::JTree$EmptySelectionModel * sharedInstance();
  27. virtual void setSelectionPaths(JArray< ::javax::swing::tree::TreePath * > *);
  28. virtual void addSelectionPaths(JArray< ::javax::swing::tree::TreePath * > *);
  29. virtual void removeSelectionPaths(JArray< ::javax::swing::tree::TreePath * > *);
  30. private:
  31. static const jlong serialVersionUID = -5815023306225701477LL;
  32. public: // actually protected
  33. static ::javax::swing::JTree$EmptySelectionModel * sharedInstance__;
  34. public:
  35. static ::java::lang::Class class$;
  36. };
  37. #endif // __javax_swing_JTree$EmptySelectionModel__