rt_gccstream/libjava/javax/swing/colorchooser/DefaultSwatchChooserPanel$S...

52 lines
1.2 KiB
C++

// 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__