aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax/swing/plaf/basic/BasicTreeUI$ComponentHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/swing/plaf/basic/BasicTreeUI$ComponentHandler.h')
-rw-r--r--libjava/javax/swing/plaf/basic/BasicTreeUI$ComponentHandler.h62
1 files changed, 0 insertions, 62 deletions
diff --git a/libjava/javax/swing/plaf/basic/BasicTreeUI$ComponentHandler.h b/libjava/javax/swing/plaf/basic/BasicTreeUI$ComponentHandler.h
deleted file mode 100644
index ec6d818..0000000
--- a/libjava/javax/swing/plaf/basic/BasicTreeUI$ComponentHandler.h
+++ /dev/null
@@ -1,62 +0,0 @@
-
-// 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__