summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/plaf/metal/MetalLookAndFeel.h
blob: 10a386dd093bef8be45b7dad3630bc7b36417c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_swing_plaf_metal_MetalLookAndFeel__
#define __javax_swing_plaf_metal_MetalLookAndFeel__

#pragma interface

#include <javax/swing/plaf/basic/BasicLookAndFeel.h>
extern "Java"
{
  namespace javax
  {
    namespace swing
    {
        class UIDefaults;
      namespace plaf
      {
          class ColorUIResource;
          class FontUIResource;
        namespace metal
        {
            class MetalLookAndFeel;
            class MetalTheme;
        }
      }
    }
  }
}

class javax::swing::plaf::metal::MetalLookAndFeel : public ::javax::swing::plaf::basic::BasicLookAndFeel
{

public:
  MetalLookAndFeel();
public: // actually protected
  virtual void createDefaultTheme();
public:
  virtual jboolean isNativeLookAndFeel();
  virtual jboolean isSupportedLookAndFeel();
  virtual ::java::lang::String * getDescription();
  virtual ::java::lang::String * getID();
  virtual ::java::lang::String * getName();
  virtual ::javax::swing::UIDefaults * getDefaults();
  static ::javax::swing::plaf::ColorUIResource * getAcceleratorForeground();
  static ::javax::swing::plaf::ColorUIResource * getAcceleratorSelectedForeground();
  static ::javax::swing::plaf::ColorUIResource * getBlack();
  static ::javax::swing::plaf::ColorUIResource * getControl();
  static ::javax::swing::plaf::ColorUIResource * getControlDarkShadow();
  static ::javax::swing::plaf::ColorUIResource * getControlDisabled();
  static ::javax::swing::plaf::ColorUIResource * getControlHighlight();
  static ::javax::swing::plaf::ColorUIResource * getControlInfo();
  static ::javax::swing::plaf::ColorUIResource * getControlShadow();
  static ::javax::swing::plaf::ColorUIResource * getControlTextColor();
  static ::javax::swing::plaf::FontUIResource * getControlTextFont();
  static ::javax::swing::plaf::ColorUIResource * getDesktopColor();
  static ::javax::swing::plaf::ColorUIResource * getFocusColor();
  static ::javax::swing::plaf::ColorUIResource * getHighlightedTextColor();
  static ::javax::swing::plaf::ColorUIResource * getInactiveControlTextColor();
  static ::javax::swing::plaf::ColorUIResource * getInactiveSystemTextColor();
  static ::javax::swing::plaf::ColorUIResource * getMenuBackground();
  static ::javax::swing::plaf::ColorUIResource * getMenuDisabledForeground();
  static ::javax::swing::plaf::ColorUIResource * getMenuForeground();
  static ::javax::swing::plaf::ColorUIResource * getMenuSelectedBackground();
  static ::javax::swing::plaf::ColorUIResource * getMenuSelectedForeground();
  static ::javax::swing::plaf::FontUIResource * getMenuTextFont();
  static ::javax::swing::plaf::ColorUIResource * getPrimaryControl();
  static ::javax::swing::plaf::ColorUIResource * getPrimaryControlDarkShadow();
  static ::javax::swing::plaf::ColorUIResource * getPrimaryControlHighlight();
  static ::javax::swing::plaf::ColorUIResource * getPrimaryControlInfo();
  static ::javax::swing::plaf::ColorUIResource * getPrimaryControlShadow();
  static ::javax::swing::plaf::ColorUIResource * getSeparatorBackground();
  static ::javax::swing::plaf::ColorUIResource * getSeparatorForeground();
  static ::javax::swing::plaf::FontUIResource * getSubTextFont();
  static ::javax::swing::plaf::ColorUIResource * getSystemTextColor();
  static ::javax::swing::plaf::FontUIResource * getSystemTextFont();
  static ::javax::swing::plaf::ColorUIResource * getTextHighlightColor();
  static ::javax::swing::plaf::ColorUIResource * getUserTextColor();
  static ::javax::swing::plaf::FontUIResource * getUserTextFont();
  static ::javax::swing::plaf::ColorUIResource * getWhite();
  static ::javax::swing::plaf::ColorUIResource * getWindowBackground();
  static ::javax::swing::plaf::ColorUIResource * getWindowTitleBackground();
  static ::javax::swing::plaf::FontUIResource * getWindowTitleFont();
  static ::javax::swing::plaf::ColorUIResource * getWindowTitleForeground();
  static ::javax::swing::plaf::ColorUIResource * getWindowTitleInactiveBackground();
  static ::javax::swing::plaf::ColorUIResource * getWindowTitleInactiveForeground();
  static void setCurrentTheme(::javax::swing::plaf::metal::MetalTheme *);
public: // actually protected
  virtual void initClassDefaults(::javax::swing::UIDefaults *);
  virtual void initComponentDefaults(::javax::swing::UIDefaults *);
  virtual void initSystemColorDefaults(::javax::swing::UIDefaults *);
public:
  static ::javax::swing::plaf::metal::MetalTheme * getCurrentTheme();
  virtual jboolean getSupportsWindowDecorations();
private:
  static const jlong serialVersionUID = 6680646159193457980LL;
  static ::javax::swing::plaf::metal::MetalTheme * theme;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_plaf_metal_MetalLookAndFeel__