URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [plaf/] [basic/] [BasicTreeUI$ComponentHandler.h] - Rev 759
Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __javax_swing_plaf_basic_BasicTreeUI$ComponentHandler__ #define __javax_swing_plaf_basic_BasicTreeUI$ComponentHandler__ #pragma interface #include <java/awt/event/ComponentAdapter.h> extern "Java" { namespace java { namespace awt { namespace event { class ActionEvent; class ComponentEvent; } } } namespace javax { namespace swing { class JScrollBar; class JScrollPane; class Timer; namespace plaf { namespace basic { class BasicTreeUI; class BasicTreeUI$ComponentHandler; } } } } } class javax::swing::plaf::basic::BasicTreeUI$ComponentHandler : public ::java::awt::event::ComponentAdapter { public: BasicTreeUI$ComponentHandler(::javax::swing::plaf::basic::BasicTreeUI *); virtual void componentMoved(::java::awt::event::ComponentEvent *); public: // actually protected virtual void startTimer(); virtual ::javax::swing::JScrollPane * getScrollPane(); public: virtual void actionPerformed(::java::awt::event::ActionEvent *); public: // actually protected ::javax::swing::Timer * __attribute__((aligned(__alignof__( ::java::awt::event::ComponentAdapter)))) timer; ::javax::swing::JScrollBar * scrollBar; public: // actually package-private ::javax::swing::plaf::basic::BasicTreeUI * this$0; public: static ::java::lang::Class class$; }; #endif // __javax_swing_plaf_basic_BasicTreeUI$ComponentHandler__