OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [DateFormatter.h] - Blame information for rev 783

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_swing_text_DateFormatter__
5
#define __javax_swing_text_DateFormatter__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/text/InternationalFormatter.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace text
15
    {
16
        class DateFormat;
17
    }
18
  }
19
  namespace javax
20
  {
21
    namespace swing
22
    {
23
      namespace text
24
      {
25
          class DateFormatter;
26
      }
27
    }
28
  }
29
}
30
 
31
class javax::swing::text::DateFormatter : public ::javax::swing::text::InternationalFormatter
32
{
33
 
34
public:
35
  DateFormatter();
36
  DateFormatter(::java::text::DateFormat *);
37
  virtual void setFormat(::java::text::DateFormat *);
38
private:
39
  static const jlong serialVersionUID = 5423279572591848797LL;
40
public:
41
  static ::java::lang::Class class$;
42
};
43
 
44
#endif // __javax_swing_text_DateFormatter__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.