OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [plaf/] [metal/] [MetalLookAndFeel.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_swing_plaf_metal_MetalLookAndFeel__
5
#define __javax_swing_plaf_metal_MetalLookAndFeel__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/plaf/basic/BasicLookAndFeel.h>
10
extern "Java"
11
{
12
  namespace javax
13
  {
14
    namespace swing
15
    {
16
        class UIDefaults;
17
      namespace plaf
18
      {
19
          class ColorUIResource;
20
          class FontUIResource;
21
        namespace metal
22
        {
23
            class MetalLookAndFeel;
24
            class MetalTheme;
25
        }
26
      }
27
    }
28
  }
29
}
30
 
31
class javax::swing::plaf::metal::MetalLookAndFeel : public ::javax::swing::plaf::basic::BasicLookAndFeel
32
{
33
 
34
public:
35
  MetalLookAndFeel();
36
public: // actually protected
37
  virtual void createDefaultTheme();
38
public:
39
  virtual jboolean isNativeLookAndFeel();
40
  virtual jboolean isSupportedLookAndFeel();
41
  virtual ::java::lang::String * getDescription();
42
  virtual ::java::lang::String * getID();
43
  virtual ::java::lang::String * getName();
44
  virtual ::javax::swing::UIDefaults * getDefaults();
45
  static ::javax::swing::plaf::ColorUIResource * getAcceleratorForeground();
46
  static ::javax::swing::plaf::ColorUIResource * getAcceleratorSelectedForeground();
47
  static ::javax::swing::plaf::ColorUIResource * getBlack();
48
  static ::javax::swing::plaf::ColorUIResource * getControl();
49
  static ::javax::swing::plaf::ColorUIResource * getControlDarkShadow();
50
  static ::javax::swing::plaf::ColorUIResource * getControlDisabled();
51
  static ::javax::swing::plaf::ColorUIResource * getControlHighlight();
52
  static ::javax::swing::plaf::ColorUIResource * getControlInfo();
53
  static ::javax::swing::plaf::ColorUIResource * getControlShadow();
54
  static ::javax::swing::plaf::ColorUIResource * getControlTextColor();
55
  static ::javax::swing::plaf::FontUIResource * getControlTextFont();
56
  static ::javax::swing::plaf::ColorUIResource * getDesktopColor();
57
  static ::javax::swing::plaf::ColorUIResource * getFocusColor();
58
  static ::javax::swing::plaf::ColorUIResource * getHighlightedTextColor();
59
  static ::javax::swing::plaf::ColorUIResource * getInactiveControlTextColor();
60
  static ::javax::swing::plaf::ColorUIResource * getInactiveSystemTextColor();
61
  static ::javax::swing::plaf::ColorUIResource * getMenuBackground();
62
  static ::javax::swing::plaf::ColorUIResource * getMenuDisabledForeground();
63
  static ::javax::swing::plaf::ColorUIResource * getMenuForeground();
64
  static ::javax::swing::plaf::ColorUIResource * getMenuSelectedBackground();
65
  static ::javax::swing::plaf::ColorUIResource * getMenuSelectedForeground();
66
  static ::javax::swing::plaf::FontUIResource * getMenuTextFont();
67
  static ::javax::swing::plaf::ColorUIResource * getPrimaryControl();
68
  static ::javax::swing::plaf::ColorUIResource * getPrimaryControlDarkShadow();
69
  static ::javax::swing::plaf::ColorUIResource * getPrimaryControlHighlight();
70
  static ::javax::swing::plaf::ColorUIResource * getPrimaryControlInfo();
71
  static ::javax::swing::plaf::ColorUIResource * getPrimaryControlShadow();
72
  static ::javax::swing::plaf::ColorUIResource * getSeparatorBackground();
73
  static ::javax::swing::plaf::ColorUIResource * getSeparatorForeground();
74
  static ::javax::swing::plaf::FontUIResource * getSubTextFont();
75
  static ::javax::swing::plaf::ColorUIResource * getSystemTextColor();
76
  static ::javax::swing::plaf::FontUIResource * getSystemTextFont();
77
  static ::javax::swing::plaf::ColorUIResource * getTextHighlightColor();
78
  static ::javax::swing::plaf::ColorUIResource * getUserTextColor();
79
  static ::javax::swing::plaf::FontUIResource * getUserTextFont();
80
  static ::javax::swing::plaf::ColorUIResource * getWhite();
81
  static ::javax::swing::plaf::ColorUIResource * getWindowBackground();
82
  static ::javax::swing::plaf::ColorUIResource * getWindowTitleBackground();
83
  static ::javax::swing::plaf::FontUIResource * getWindowTitleFont();
84
  static ::javax::swing::plaf::ColorUIResource * getWindowTitleForeground();
85
  static ::javax::swing::plaf::ColorUIResource * getWindowTitleInactiveBackground();
86
  static ::javax::swing::plaf::ColorUIResource * getWindowTitleInactiveForeground();
87
  static void setCurrentTheme(::javax::swing::plaf::metal::MetalTheme *);
88
public: // actually protected
89
  virtual void initClassDefaults(::javax::swing::UIDefaults *);
90
  virtual void initComponentDefaults(::javax::swing::UIDefaults *);
91
  virtual void initSystemColorDefaults(::javax::swing::UIDefaults *);
92
public:
93
  static ::javax::swing::plaf::metal::MetalTheme * getCurrentTheme();
94
  virtual jboolean getSupportsWindowDecorations();
95
private:
96
  static const jlong serialVersionUID = 6680646159193457980LL;
97
  static ::javax::swing::plaf::metal::MetalTheme * theme;
98
public:
99
  static ::java::lang::Class class$;
100
};
101
 
102
#endif // __javax_swing_plaf_metal_MetalLookAndFeel__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.