URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [plaf/] [metal/] [MetalCheckBoxUI.h] - Rev 769
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __javax_swing_plaf_metal_MetalCheckBoxUI__ #define __javax_swing_plaf_metal_MetalCheckBoxUI__ #pragma interface #include <javax/swing/plaf/metal/MetalRadioButtonUI.h> extern "Java" { namespace javax { namespace swing { class JComponent; namespace plaf { class ComponentUI; namespace metal { class MetalCheckBoxUI; } } } } } class javax::swing::plaf::metal::MetalCheckBoxUI : public ::javax::swing::plaf::metal::MetalRadioButtonUI { public: MetalCheckBoxUI(); static ::javax::swing::plaf::ComponentUI * createUI(::javax::swing::JComponent *); virtual ::java::lang::String * getPropertyPrefix(); private: static ::javax::swing::plaf::metal::MetalCheckBoxUI * instance; public: static ::java::lang::Class class$; }; #endif // __javax_swing_plaf_metal_MetalCheckBoxUI__
Go to most recent revision | Compare with Previous | Blame | View Log