JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / site / swingjs / j2s / javax / swing / ClientPropertyKey.js
1 Clazz.declarePackage ("javax.swing");\r
2 Clazz.load (["java.lang.Enum"], "javax.swing.ClientPropertyKey", null, function () {\r
3 c$ = Clazz.declareType (javax.swing, "ClientPropertyKey", Enum);\r
4 Clazz.makeConstructor (c$, \r
5  function (reportValueNotSerializable) {\r
6 }, "~B");\r
7 Clazz.defineEnumConstant (c$, "JComponent_INPUT_VERIFIER", 0, [true]);\r
8 Clazz.defineEnumConstant (c$, "JComponent_TRANSFER_HANDLER", 1, [true]);\r
9 Clazz.defineEnumConstant (c$, "JComponent_ANCESTOR_NOTIFIER", 2, [true]);\r
10 Clazz.defineEnumConstant (c$, "PopupFactory_FORCE_HEAVYWEIGHT_POPUP", 3, [true]);\r
11 });\r