123456789101112131415161718192021222324252627282930313233343536373839404142 |
- // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
- #ifndef __javax_swing_JTree$TreeSelectionRedirector__
- #define __javax_swing_JTree$TreeSelectionRedirector__
- #pragma interface
- #include <java/lang/Object.h>
- extern "Java"
- {
- namespace javax
- {
- namespace swing
- {
- class JTree;
- class JTree$TreeSelectionRedirector;
- namespace event
- {
- class TreeSelectionEvent;
- }
- }
- }
- }
- class javax::swing::JTree$TreeSelectionRedirector : public ::java::lang::Object
- {
- public: // actually protected
- JTree$TreeSelectionRedirector(::javax::swing::JTree *);
- public:
- virtual void valueChanged(::javax::swing::event::TreeSelectionEvent *);
- private:
- static const jlong serialVersionUID = -3505069663646241664LL;
- public: // actually package-private
- ::javax::swing::JTree * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$0;
- public:
- static ::java::lang::Class class$;
- };
- #endif // __javax_swing_JTree$TreeSelectionRedirector__
|