summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/border/CompoundBorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/swing/border/CompoundBorder.h')
-rw-r--r--libjava/javax/swing/border/CompoundBorder.h55
1 files changed, 55 insertions, 0 deletions
diff --git a/libjava/javax/swing/border/CompoundBorder.h b/libjava/javax/swing/border/CompoundBorder.h
new file mode 100644
index 000000000..703398a73
--- /dev/null
+++ b/libjava/javax/swing/border/CompoundBorder.h
@@ -0,0 +1,55 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __javax_swing_border_CompoundBorder__
+#define __javax_swing_border_CompoundBorder__
+
+#pragma interface
+
+#include <javax/swing/border/AbstractBorder.h>
+extern "Java"
+{
+ namespace java
+ {
+ namespace awt
+ {
+ class Component;
+ class Graphics;
+ class Insets;
+ }
+ }
+ namespace javax
+ {
+ namespace swing
+ {
+ namespace border
+ {
+ class Border;
+ class CompoundBorder;
+ }
+ }
+ }
+}
+
+class javax::swing::border::CompoundBorder : public ::javax::swing::border::AbstractBorder
+{
+
+public:
+ CompoundBorder();
+ CompoundBorder(::javax::swing::border::Border *, ::javax::swing::border::Border *);
+ virtual jboolean isBorderOpaque();
+ virtual void paintBorder(::java::awt::Component *, ::java::awt::Graphics *, jint, jint, jint, jint);
+ virtual ::java::awt::Insets * getBorderInsets(::java::awt::Component *, ::java::awt::Insets *);
+ virtual ::java::awt::Insets * getBorderInsets(::java::awt::Component *);
+ virtual ::javax::swing::border::Border * getOutsideBorder();
+ virtual ::javax::swing::border::Border * getInsideBorder();
+public: // actually package-private
+ static const jlong serialVersionUID = 9054540377030555103LL;
+public: // actually protected
+ ::javax::swing::border::Border * __attribute__((aligned(__alignof__( ::javax::swing::border::AbstractBorder)))) insideBorder;
+ ::javax::swing::border::Border * outsideBorder;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __javax_swing_border_CompoundBorder__