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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [plaf/] [synth/] [SynthLookAndFeel.h] - Blame information for rev 762

Go to most recent revision | 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_synth_SynthLookAndFeel__
5
#define __javax_swing_plaf_synth_SynthLookAndFeel__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/plaf/basic/BasicLookAndFeel.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
        class Component;
17
    }
18
  }
19
  namespace javax
20
  {
21
    namespace swing
22
    {
23
        class JComponent;
24
        class UIDefaults;
25
      namespace plaf
26
      {
27
          class ComponentUI;
28
        namespace synth
29
        {
30
            class Region;
31
            class SynthLookAndFeel;
32
            class SynthStyle;
33
            class SynthStyleFactory;
34
        }
35
      }
36
    }
37
  }
38
}
39
 
40
class javax::swing::plaf::synth::SynthLookAndFeel : public ::javax::swing::plaf::basic::BasicLookAndFeel
41
{
42
 
43
public:
44
  SynthLookAndFeel();
45
  static void setStyleFactory(::javax::swing::plaf::synth::SynthStyleFactory *);
46
  static ::javax::swing::plaf::synth::SynthStyleFactory * getStyleFactory();
47
  static ::javax::swing::plaf::synth::SynthStyle * getStyle(::javax::swing::JComponent *, ::javax::swing::plaf::synth::Region *);
48
  static void updateStyles(::java::awt::Component *);
49
  static ::javax::swing::plaf::synth::Region * getRegion(::javax::swing::JComponent *);
50
  static ::javax::swing::plaf::ComponentUI * createUI(::javax::swing::JComponent *);
51
  virtual void initialize();
52
  virtual void uninitialize();
53
  virtual ::javax::swing::UIDefaults * getDefaults();
54
  virtual jboolean shouldUpdateStyleOnAncestorChanged();
55
  virtual void load(::java::io::InputStream *, ::java::lang::Class *);
56
  virtual ::java::lang::String * getDescription();
57
  virtual ::java::lang::String * getID();
58
  virtual ::java::lang::String * getName();
59
  virtual jboolean isNativeLookAndFeel();
60
  virtual jboolean isSupportedLookAndFeel();
61
private:
62
  static ::javax::swing::plaf::synth::SynthStyleFactory * styleFactory;
63
public:
64
  static ::java::lang::Class class$;
65
};
66
 
67
#endif // __javax_swing_plaf_synth_SynthLookAndFeel__

powered by: WebSVN 2.1.0

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