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