| 1 |
759 |
jeremybenn |
|
| 2 |
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
| 3 |
|
|
|
| 4 |
|
|
#ifndef __javax_swing_UIManager__
|
| 5 |
|
|
#define __javax_swing_UIManager__
|
| 6 |
|
|
|
| 7 |
|
|
#pragma interface
|
| 8 |
|
|
|
| 9 |
|
|
#include <java/lang/Object.h>
|
| 10 |
|
|
#include <gcj/array.h>
|
| 11 |
|
|
|
| 12 |
|
|
extern "Java"
|
| 13 |
|
|
{
|
| 14 |
|
|
namespace java
|
| 15 |
|
|
{
|
| 16 |
|
|
namespace awt
|
| 17 |
|
|
{
|
| 18 |
|
|
class Color;
|
| 19 |
|
|
class Dimension;
|
| 20 |
|
|
class Font;
|
| 21 |
|
|
class Insets;
|
| 22 |
|
|
}
|
| 23 |
|
|
namespace beans
|
| 24 |
|
|
{
|
| 25 |
|
|
class PropertyChangeListener;
|
| 26 |
|
|
class PropertyChangeSupport;
|
| 27 |
|
|
}
|
| 28 |
|
|
}
|
| 29 |
|
|
namespace javax
|
| 30 |
|
|
{
|
| 31 |
|
|
namespace swing
|
| 32 |
|
|
{
|
| 33 |
|
|
class Icon;
|
| 34 |
|
|
class JComponent;
|
| 35 |
|
|
class LookAndFeel;
|
| 36 |
|
|
class UIDefaults;
|
| 37 |
|
|
class UIManager;
|
| 38 |
|
|
class UIManager$LookAndFeelInfo;
|
| 39 |
|
|
class UIManager$MultiplexUIDefaults;
|
| 40 |
|
|
namespace border
|
| 41 |
|
|
{
|
| 42 |
|
|
class Border;
|
| 43 |
|
|
}
|
| 44 |
|
|
namespace plaf
|
| 45 |
|
|
{
|
| 46 |
|
|
class ComponentUI;
|
| 47 |
|
|
}
|
| 48 |
|
|
}
|
| 49 |
|
|
}
|
| 50 |
|
|
}
|
| 51 |
|
|
|
| 52 |
|
|
class javax::swing::UIManager : public ::java::lang::Object
|
| 53 |
|
|
{
|
| 54 |
|
|
|
| 55 |
|
|
public:
|
| 56 |
|
|
UIManager();
|
| 57 |
|
|
static void addPropertyChangeListener(::java::beans::PropertyChangeListener *);
|
| 58 |
|
|
static void removePropertyChangeListener(::java::beans::PropertyChangeListener *);
|
| 59 |
|
|
static JArray< ::java::beans::PropertyChangeListener * > * getPropertyChangeListeners();
|
| 60 |
|
|
static void addAuxiliaryLookAndFeel(::javax::swing::LookAndFeel *);
|
| 61 |
|
|
static jboolean removeAuxiliaryLookAndFeel(::javax::swing::LookAndFeel *);
|
| 62 |
|
|
static JArray< ::javax::swing::LookAndFeel * > * getAuxiliaryLookAndFeels();
|
| 63 |
|
|
static ::java::lang::Object * get(::java::lang::Object *);
|
| 64 |
|
|
static ::java::lang::Object * get(::java::lang::Object *, ::java::util::Locale *);
|
| 65 |
|
|
static jboolean getBoolean(::java::lang::Object *);
|
| 66 |
|
|
static jboolean getBoolean(::java::lang::Object *, ::java::util::Locale *);
|
| 67 |
|
|
static ::javax::swing::border::Border * getBorder(::java::lang::Object *);
|
| 68 |
|
|
static ::javax::swing::border::Border * getBorder(::java::lang::Object *, ::java::util::Locale *);
|
| 69 |
|
|
static ::java::awt::Color * getColor(::java::lang::Object *);
|
| 70 |
|
|
static ::java::awt::Color * getColor(::java::lang::Object *, ::java::util::Locale *);
|
| 71 |
|
|
static ::java::lang::String * getCrossPlatformLookAndFeelClassName();
|
| 72 |
|
|
static ::javax::swing::UIDefaults * getDefaults();
|
| 73 |
|
|
static ::java::awt::Dimension * getDimension(::java::lang::Object *);
|
| 74 |
|
|
static ::java::awt::Dimension * getDimension(::java::lang::Object *, ::java::util::Locale *);
|
| 75 |
|
|
static ::java::awt::Font * getFont(::java::lang::Object *);
|
| 76 |
|
|
static ::java::awt::Font * getFont(::java::lang::Object *, ::java::util::Locale *);
|
| 77 |
|
|
static ::javax::swing::Icon * getIcon(::java::lang::Object *);
|
| 78 |
|
|
static ::javax::swing::Icon * getIcon(::java::lang::Object *, ::java::util::Locale *);
|
| 79 |
|
|
static ::java::awt::Insets * getInsets(::java::lang::Object *);
|
| 80 |
|
|
static ::java::awt::Insets * getInsets(::java::lang::Object *, ::java::util::Locale *);
|
| 81 |
|
|
static JArray< ::javax::swing::UIManager$LookAndFeelInfo * > * getInstalledLookAndFeels();
|
| 82 |
|
|
static jint getInt(::java::lang::Object *);
|
| 83 |
|
|
static jint getInt(::java::lang::Object *, ::java::util::Locale *);
|
| 84 |
|
|
static ::javax::swing::LookAndFeel * getLookAndFeel();
|
| 85 |
|
|
static ::javax::swing::UIDefaults * getLookAndFeelDefaults();
|
| 86 |
|
|
static ::java::lang::String * getString(::java::lang::Object *);
|
| 87 |
|
|
static ::java::lang::String * getString(::java::lang::Object *, ::java::util::Locale *);
|
| 88 |
|
|
static ::java::lang::String * getSystemLookAndFeelClassName();
|
| 89 |
|
|
static ::javax::swing::plaf::ComponentUI * getUI(::javax::swing::JComponent *);
|
| 90 |
|
|
static void installLookAndFeel(::java::lang::String *, ::java::lang::String *);
|
| 91 |
|
|
static void installLookAndFeel(::javax::swing::UIManager$LookAndFeelInfo *);
|
| 92 |
|
|
static ::java::lang::Object * put(::java::lang::Object *, ::java::lang::Object *);
|
| 93 |
|
|
static void setInstalledLookAndFeels(JArray< ::javax::swing::UIManager$LookAndFeelInfo * > *);
|
| 94 |
|
|
static void setLookAndFeel(::javax::swing::LookAndFeel *);
|
| 95 |
|
|
static void setLookAndFeel(::java::lang::String *);
|
| 96 |
|
|
private:
|
| 97 |
|
|
static const jlong serialVersionUID = -5547433830339189365LL;
|
| 98 |
|
|
public: // actually package-private
|
| 99 |
|
|
static JArray< ::javax::swing::UIManager$LookAndFeelInfo * > * installed;
|
| 100 |
|
|
static JArray< ::javax::swing::LookAndFeel * > * auxLookAndFeels;
|
| 101 |
|
|
static ::javax::swing::LookAndFeel * currentLookAndFeel;
|
| 102 |
|
|
static ::javax::swing::UIManager$MultiplexUIDefaults * currentUIDefaults;
|
| 103 |
|
|
static ::javax::swing::UIDefaults * lookAndFeelDefaults;
|
| 104 |
|
|
static ::java::beans::PropertyChangeSupport * listeners;
|
| 105 |
|
|
public:
|
| 106 |
|
|
static ::java::lang::Class class$;
|
| 107 |
|
|
};
|
| 108 |
|
|
|
| 109 |
|
|
#endif // __javax_swing_UIManager__
|