X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=site%2Fj2s%2Fjavax%2Fswing%2FClientPropertyKey.js;fp=site%2Fj2s%2Fjavax%2Fswing%2FClientPropertyKey.js;h=ed4e321af66d233ca11b33f5caa77d93791b86f0;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hp=585341660de526d76a9da48dba5f8d821fafdd02;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44;p=jalviewjs.git diff --git a/site/j2s/javax/swing/ClientPropertyKey.js b/site/j2s/javax/swing/ClientPropertyKey.js index 5853416..ed4e321 100644 --- a/site/j2s/javax/swing/ClientPropertyKey.js +++ b/site/j2s/javax/swing/ClientPropertyKey.js @@ -1,11 +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]); -}); +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]); +});