Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
|
@ -0,0 +1,44 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __javax_swing_text_DefaultEditorKit$DeletePrevCharAction__
|
||||
#define __javax_swing_text_DefaultEditorKit$DeletePrevCharAction__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <javax/swing/text/TextAction.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace awt
|
||||
{
|
||||
namespace event
|
||||
{
|
||||
class ActionEvent;
|
||||
}
|
||||
}
|
||||
}
|
||||
namespace javax
|
||||
{
|
||||
namespace swing
|
||||
{
|
||||
namespace text
|
||||
{
|
||||
class DefaultEditorKit$DeletePrevCharAction;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class javax::swing::text::DefaultEditorKit$DeletePrevCharAction : public ::javax::swing::text::TextAction
|
||||
{
|
||||
|
||||
public: // actually package-private
|
||||
DefaultEditorKit$DeletePrevCharAction();
|
||||
public:
|
||||
virtual void actionPerformed(::java::awt::event::ActionEvent *);
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __javax_swing_text_DefaultEditorKit$DeletePrevCharAction__
|
Loading…
Add table
Add a link
Reference in a new issue