JAL-1807
[jalview.git] / site / swingjs / j2s / javax / swing / ClientPropertyKey.js
diff --git a/site/swingjs/j2s/javax/swing/ClientPropertyKey.js b/site/swingjs/j2s/javax/swing/ClientPropertyKey.js
new file mode 100644 (file)
index 0000000..ed4e321
--- /dev/null
@@ -0,0 +1,11 @@
+Clazz.declarePackage ("javax.swing");
+Clazz.load (["java.lang.Enum"], "javax.swing.ClientPropertyKey", null, function () {
+c$ = Clazz.declareType (javax.swing, "ClientPropertyKey", Enum);
+Clazz.makeConstructor (c$, 
+ function (reportValueNotSerializable) {
+}, "~B");
+Clazz.defineEnumConstant (c$, "JComponent_INPUT_VERIFIER", 0, [true]);
+Clazz.defineEnumConstant (c$, "JComponent_TRANSFER_HANDLER", 1, [true]);
+Clazz.defineEnumConstant (c$, "JComponent_ANCESTOR_NOTIFIER", 2, [true]);
+Clazz.defineEnumConstant (c$, "PopupFactory_FORCE_HEAVYWEIGHT_POPUP", 3, [true]);
+});