OSDN Git Service

Mark ChangeLog
[pf3gnuchains/gcc-fork.git] / libjava / javax / swing / JFormattedTextField$AbstractFormatter.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_swing_JFormattedTextField$AbstractFormatter__
5 #define __javax_swing_JFormattedTextField$AbstractFormatter__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace javax
15   {
16     namespace swing
17     {
18         class Action;
19         class JFormattedTextField;
20         class JFormattedTextField$AbstractFormatter;
21       namespace text
22       {
23           class DocumentFilter;
24           class NavigationFilter;
25       }
26     }
27   }
28 }
29
30 class javax::swing::JFormattedTextField$AbstractFormatter : public ::java::lang::Object
31 {
32
33 public:
34   JFormattedTextField$AbstractFormatter();
35 public: // actually protected
36   virtual ::java::lang::Object * clone();
37   virtual JArray< ::javax::swing::Action * > * getActions();
38   virtual ::javax::swing::text::DocumentFilter * getDocumentFilter();
39   virtual ::javax::swing::JFormattedTextField * getFormattedTextField();
40   virtual ::javax::swing::text::NavigationFilter * getNavigationFilter();
41 public:
42   virtual void install(::javax::swing::JFormattedTextField *);
43   virtual void uninstall();
44 public: // actually protected
45   virtual void invalidEdit();
46   virtual void setEditValid(jboolean);
47 public:
48   virtual ::java::lang::Object * stringToValue(::java::lang::String *) = 0;
49   virtual ::java::lang::String * valueToString(::java::lang::Object *) = 0;
50 private:
51   static const jlong serialVersionUID = -5193212041738979680LL;
52   ::javax::swing::JFormattedTextField * __attribute__((aligned(__alignof__( ::java::lang::Object)))) textField;
53 public:
54   static ::java::lang::Class class$;
55 };
56
57 #endif // __javax_swing_JFormattedTextField$AbstractFormatter__