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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [Spring$SimpleSpring.h] - Blame information for rev 759

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_Spring$SimpleSpring__
5
#define __javax_swing_Spring$SimpleSpring__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/Spring.h>
10
extern "Java"
11
{
12
  namespace javax
13
  {
14
    namespace swing
15
    {
16
        class Spring$SimpleSpring;
17
    }
18
  }
19
}
20
 
21
class javax::swing::Spring$SimpleSpring : public ::javax::swing::Spring
22
{
23
 
24
public:
25
  ::java::lang::String * toString();
26
  Spring$SimpleSpring(jint, jint, jint);
27
  jint getMaximumValue();
28
  jint getMinimumValue();
29
  jint getPreferredValue();
30
  jint getValue();
31
  void setValue(jint);
32
private:
33
  jint __attribute__((aligned(__alignof__( ::javax::swing::Spring)))) min;
34
  jint pref;
35
  jint max;
36
  jint value;
37
public:
38
  static ::java::lang::Class class$;
39
};
40
 
41
#endif // __javax_swing_Spring$SimpleSpring__

powered by: WebSVN 2.1.0

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