summaryrefslogtreecommitdiff
path: root/libjava/gnu/java/beans/editors/ColorEditor.h
blob: 73322634c0b525addba772f5abf80c61b413353f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_java_beans_editors_ColorEditor__
#define __gnu_java_beans_editors_ColorEditor__

#pragma interface

#include <java/beans/PropertyEditorSupport.h>
#include <gcj/array.h>

extern "Java"
{
  namespace gnu
  {
    namespace java
    {
      namespace beans
      {
        namespace editors
        {
            class ColorEditor;
        }
      }
    }
  }
  namespace java
  {
    namespace awt
    {
        class Color;
    }
  }
}

class gnu::java::beans::editors::ColorEditor : public ::java::beans::PropertyEditorSupport
{

public:
  ColorEditor();
  virtual void setAsText(::java::lang::String *);
  virtual ::java::lang::String * getAsText();
  virtual JArray< ::java::lang::String * > * getTags();
public: // actually package-private
  JArray< ::java::awt::Color * > * __attribute__((aligned(__alignof__( ::java::beans::PropertyEditorSupport)))) stdColors;
  JArray< ::java::lang::String * > * stdColorNames;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_java_beans_editors_ColorEditor__