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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [colorchooser/] [AbstractColorChooserPanel.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_colorchooser_AbstractColorChooserPanel__
5
#define __javax_swing_colorchooser_AbstractColorChooserPanel__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/JPanel.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
        class Color;
17
        class Graphics;
18
    }
19
  }
20
  namespace javax
21
  {
22
    namespace swing
23
    {
24
        class Icon;
25
        class JColorChooser;
26
      namespace colorchooser
27
      {
28
          class AbstractColorChooserPanel;
29
          class ColorSelectionModel;
30
      }
31
    }
32
  }
33
}
34
 
35
class javax::swing::colorchooser::AbstractColorChooserPanel : public ::javax::swing::JPanel
36
{
37
 
38
public:
39
  AbstractColorChooserPanel();
40
  virtual ::java::lang::String * getDisplayName() = 0;
41
  virtual jint getMnemonic();
42
  virtual jint getDisplayedMnemonicIndex();
43
  virtual void updateChooser() = 0;
44
public: // actually protected
45
  virtual void buildChooser() = 0;
46
public:
47
  virtual ::javax::swing::Icon * getSmallDisplayIcon() = 0;
48
  virtual ::javax::swing::Icon * getLargeDisplayIcon() = 0;
49
  virtual void installChooserPanel(::javax::swing::JColorChooser *);
50
  virtual void uninstallChooserPanel(::javax::swing::JColorChooser *);
51
  virtual ::javax::swing::colorchooser::ColorSelectionModel * getColorSelectionModel();
52
public: // actually protected
53
  virtual ::java::awt::Color * getColorFromModel();
54
public:
55
  virtual void paint(::java::awt::Graphics *);
56
private:
57
  static const jlong serialVersionUID = -977469671210173863LL;
58
  ::javax::swing::JColorChooser * __attribute__((aligned(__alignof__( ::javax::swing::JPanel)))) chooser;
59
public:
60
  static ::java::lang::Class class$;
61
};
62
 
63
#endif // __javax_swing_colorchooser_AbstractColorChooserPanel__

powered by: WebSVN 2.1.0

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