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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [plaf/] [metal/] [DefaultMetalTheme.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_DefaultMetalTheme__
5
#define __javax_swing_plaf_metal_DefaultMetalTheme__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/plaf/metal/MetalTheme.h>
10
extern "Java"
11
{
12
  namespace javax
13
  {
14
    namespace swing
15
    {
16
      namespace plaf
17
      {
18
          class ColorUIResource;
19
          class FontUIResource;
20
        namespace metal
21
        {
22
            class DefaultMetalTheme;
23
        }
24
      }
25
    }
26
  }
27
}
28
 
29
class javax::swing::plaf::metal::DefaultMetalTheme : public ::javax::swing::plaf::metal::MetalTheme
30
{
31
 
32
public:
33
  DefaultMetalTheme();
34
  virtual ::java::lang::String * getName();
35
public: // actually protected
36
  virtual ::javax::swing::plaf::ColorUIResource * getPrimary1();
37
  virtual ::javax::swing::plaf::ColorUIResource * getPrimary2();
38
  virtual ::javax::swing::plaf::ColorUIResource * getPrimary3();
39
  virtual ::javax::swing::plaf::ColorUIResource * getSecondary1();
40
  virtual ::javax::swing::plaf::ColorUIResource * getSecondary2();
41
  virtual ::javax::swing::plaf::ColorUIResource * getSecondary3();
42
public:
43
  virtual ::javax::swing::plaf::FontUIResource * getControlTextFont();
44
  virtual ::javax::swing::plaf::FontUIResource * getMenuTextFont();
45
  virtual ::javax::swing::plaf::FontUIResource * getSubTextFont();
46
  virtual ::javax::swing::plaf::FontUIResource * getSystemTextFont();
47
  virtual ::javax::swing::plaf::FontUIResource * getUserTextFont();
48
  virtual ::javax::swing::plaf::FontUIResource * getWindowTitleFont();
49
private:
50
  ::javax::swing::plaf::FontUIResource * getFont(jint);
51
  jboolean isBoldMetal();
52
  static ::javax::swing::plaf::ColorUIResource * PRIMARY1;
53
  static ::javax::swing::plaf::ColorUIResource * PRIMARY2;
54
  static ::javax::swing::plaf::ColorUIResource * PRIMARY3;
55
  static ::javax::swing::plaf::ColorUIResource * SECONDARY1;
56
  static ::javax::swing::plaf::ColorUIResource * SECONDARY2;
57
  static ::javax::swing::plaf::ColorUIResource * SECONDARY3;
58
  static ::javax::swing::plaf::FontUIResource * SUB_TEXT_FONT;
59
  static ::javax::swing::plaf::FontUIResource * SYSTEM_TEXT_FONT;
60
  static ::javax::swing::plaf::FontUIResource * USER_TEXT_FONT;
61
  static ::javax::swing::plaf::FontUIResource * WINDOW_TITLE_FONT;
62
  static ::javax::swing::plaf::FontUIResource * PLAIN_CONTROL_TEXT_FONT;
63
  static ::javax::swing::plaf::FontUIResource * BOLD_CONTROL_TEXT_FONT;
64
  static ::javax::swing::plaf::FontUIResource * PLAIN_MENU_TEXT_FONT;
65
  static ::javax::swing::plaf::FontUIResource * BOLD_MENU_TEXT_FONT;
66
public: // actually package-private
67
  static const jint CONTROL_TEXT_FONT = 1;
68
  static const jint MENU_TEXT_FONT = 2;
69
public:
70
  static ::java::lang::Class class$;
71
};
72
 
73
#endif // __javax_swing_plaf_metal_DefaultMetalTheme__

powered by: WebSVN 2.1.0

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