URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [DefaultEditorKit$UpAction.h] - Rev 761
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __javax_swing_text_DefaultEditorKit$UpAction__ #define __javax_swing_text_DefaultEditorKit$UpAction__ #pragma interface #include <javax/swing/text/TextAction$VerticalMovementAction.h> extern "Java" { namespace javax { namespace swing { namespace text { class Caret; class DefaultEditorKit$UpAction; } } } } class javax::swing::text::DefaultEditorKit$UpAction : public ::javax::swing::text::TextAction$VerticalMovementAction { public: // actually package-private DefaultEditorKit$UpAction(); public: // actually protected virtual void actionPerformedImpl(::javax::swing::text::Caret *, jint); public: static ::java::lang::Class class$; }; #endif // __javax_swing_text_DefaultEditorKit$UpAction__
Go to most recent revision | Compare with Previous | Blame | View Log