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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [plaf/] [metal/] [MetalComboBoxButton.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_MetalComboBoxButton__
5
#define __javax_swing_plaf_metal_MetalComboBoxButton__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/JButton.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
        class Graphics;
17
    }
18
  }
19
  namespace javax
20
  {
21
    namespace swing
22
    {
23
        class CellRendererPane;
24
        class Icon;
25
        class JComboBox;
26
        class JList;
27
      namespace plaf
28
      {
29
        namespace metal
30
        {
31
            class MetalComboBoxButton;
32
        }
33
      }
34
    }
35
  }
36
}
37
 
38
class javax::swing::plaf::metal::MetalComboBoxButton : public ::javax::swing::JButton
39
{
40
 
41
public:
42
  MetalComboBoxButton(::javax::swing::JComboBox *, ::javax::swing::Icon *, ::javax::swing::CellRendererPane *, ::javax::swing::JList *);
43
  MetalComboBoxButton(::javax::swing::JComboBox *, ::javax::swing::Icon *, jboolean, ::javax::swing::CellRendererPane *, ::javax::swing::JList *);
44
  virtual ::javax::swing::JComboBox * getComboBox();
45
  virtual void setComboBox(::javax::swing::JComboBox *);
46
  virtual ::javax::swing::Icon * getComboIcon();
47
  virtual void setComboIcon(::javax::swing::Icon *);
48
  virtual jboolean isIconOnly();
49
  virtual void setIconOnly(jboolean);
50
  virtual jboolean isFocusTraversable();
51
  virtual void setEnabled(jboolean);
52
  virtual void paintComponent(::java::awt::Graphics *);
53
public: // actually protected
54
  ::javax::swing::JComboBox * __attribute__((aligned(__alignof__( ::javax::swing::JButton)))) comboBox;
55
  ::javax::swing::JList * listBox;
56
  ::javax::swing::CellRendererPane * rendererPane;
57
  ::javax::swing::Icon * comboIcon;
58
  jboolean iconOnly;
59
public:
60
  static ::java::lang::Class class$;
61
};
62
 
63
#endif // __javax_swing_plaf_metal_MetalComboBoxButton__

powered by: WebSVN 2.1.0

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