ExpandVetoException.h 938 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_tree_ExpandVetoException__
  3. #define __javax_swing_tree_ExpandVetoException__
  4. #pragma interface
  5. #include <java/lang/Exception.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace swing
  11. {
  12. namespace event
  13. {
  14. class TreeExpansionEvent;
  15. }
  16. namespace tree
  17. {
  18. class ExpandVetoException;
  19. }
  20. }
  21. }
  22. }
  23. class javax::swing::tree::ExpandVetoException : public ::java::lang::Exception
  24. {
  25. public:
  26. ExpandVetoException(::javax::swing::event::TreeExpansionEvent *);
  27. ExpandVetoException(::javax::swing::event::TreeExpansionEvent *, ::java::lang::String *);
  28. public: // actually protected
  29. ::javax::swing::event::TreeExpansionEvent * __attribute__((aligned(__alignof__( ::java::lang::Exception)))) event;
  30. public:
  31. static ::java::lang::Class class$;
  32. };
  33. #endif // __javax_swing_tree_ExpandVetoException__