mips-protos.h (mips_output_external): Make it return void.
[official-gcc.git] / libjava / javax / swing / Spring$2.h
blob14fdf5899e46b10c98e00b32969c8407a64ccc5d
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_Spring$2__
5 #define __javax_swing_Spring$2__
7 #pragma interface
9 #include <javax/swing/Spring.h>
10 extern "Java"
12 namespace java
14 namespace awt
16 class Component;
19 namespace javax
21 namespace swing
23 class Spring$2;
28 class javax::swing::Spring$2 : public ::javax::swing::Spring
31 public: // actually package-private
32 Spring$2(::java::awt::Component *);
33 public:
34 jint getMaximumValue();
35 jint getMinimumValue();
36 jint getPreferredValue();
37 jint getValue();
38 void setValue(jint);
39 private:
40 ::java::awt::Component * __attribute__((aligned(__alignof__( ::javax::swing::Spring)))) val$component;
41 public:
42 static ::java::lang::Class class$;
45 #endif // __javax_swing_Spring$2__