summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/JSpinner$NumberEditor.h
blob: a3a8dd166e2540a1af51c17c0e20e1cb9909a44b (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
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_swing_JSpinner$NumberEditor__
#define __javax_swing_JSpinner$NumberEditor__

#pragma interface

#include <javax/swing/JSpinner$DefaultEditor.h>
extern "Java"
{
  namespace java
  {
    namespace text
    {
        class DecimalFormat;
    }
  }
  namespace javax
  {
    namespace swing
    {
        class JSpinner;
        class JSpinner$NumberEditor;
        class SpinnerNumberModel;
    }
  }
}

class javax::swing::JSpinner$NumberEditor : public ::javax::swing::JSpinner$DefaultEditor
{

public:
  JSpinner$NumberEditor(::javax::swing::JSpinner *);
  JSpinner$NumberEditor(::javax::swing::JSpinner *, ::java::lang::String *);
  virtual ::java::text::DecimalFormat * getFormat();
  virtual ::javax::swing::SpinnerNumberModel * getModel();
private:
  static const jlong serialVersionUID = 3791956183098282942LL;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_JSpinner$NumberEditor__