summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/colorchooser/DefaultSwatchChooserPanel$SwatchPanel.h
blob: 39c05392648a24fa8b427b2ccf7e2b71b472097e (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 __javax_swing_colorchooser_DefaultSwatchChooserPanel$SwatchPanel__
#define __javax_swing_colorchooser_DefaultSwatchChooserPanel$SwatchPanel__

#pragma interface

#include <javax/swing/JPanel.h>
extern "Java"
{
  namespace java
  {
    namespace awt
    {
        class Color;
        class Dimension;
    }
  }
  namespace javax
  {
    namespace swing
    {
      namespace colorchooser
      {
          class DefaultSwatchChooserPanel$SwatchPanel;
      }
    }
  }
}

class javax::swing::colorchooser::DefaultSwatchChooserPanel$SwatchPanel : public ::javax::swing::JPanel
{

public: // actually package-private
  DefaultSwatchChooserPanel$SwatchPanel();
public:
  virtual ::java::awt::Dimension * getPreferredSize();
  virtual ::java::awt::Color * getColorForPosition(jint, jint) = 0;
public: // actually protected
  virtual void initializeColors() = 0;
  jint __attribute__((aligned(__alignof__( ::javax::swing::JPanel)))) cellWidth;
  jint cellHeight;
  jint gap;
  jint numRows;
  jint numCols;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_colorchooser_DefaultSwatchChooserPanel$SwatchPanel__