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