31 lines
647 B
C
31 lines
647 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_swing_JSpinner$DateEditorFormatter__
|
||
|
#define __javax_swing_JSpinner$DateEditorFormatter__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <javax/swing/text/DateFormatter.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace swing
|
||
|
{
|
||
|
class JSpinner$DateEditorFormatter;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::swing::JSpinner$DateEditorFormatter : public ::javax::swing::text::DateFormatter
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
JSpinner$DateEditorFormatter();
|
||
|
JSpinner$DateEditorFormatter(::java::lang::String *);
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __javax_swing_JSpinner$DateEditorFormatter__
|