X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fjava%2Fbeans%2FIndexedPropertyChangeEvent.js;fp=site%2Fj2s%2Fjava%2Fbeans%2FIndexedPropertyChangeEvent.js;h=34c48faab5502c97369a5c5fdc8a6cea968502e2;hp=adf1a72e12785305112a758b37c0c663508c4275;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/java/beans/IndexedPropertyChangeEvent.js b/site/j2s/java/beans/IndexedPropertyChangeEvent.js index adf1a72..34c48fa 100644 --- a/site/j2s/java/beans/IndexedPropertyChangeEvent.js +++ b/site/j2s/java/beans/IndexedPropertyChangeEvent.js @@ -1,16 +1,16 @@ -Clazz.declarePackage ("java.beans"); -Clazz.load (["java.beans.PropertyChangeEvent"], "java.beans.IndexedPropertyChangeEvent", null, function () { -c$ = Clazz.decorateAsClass (function () { -this.index = 0; -Clazz.instantialize (this, arguments); -}, java.beans, "IndexedPropertyChangeEvent", java.beans.PropertyChangeEvent); -Clazz.makeConstructor (c$, -function (source, propertyName, oldValue, newValue, index) { -Clazz.superConstructor (this, java.beans.IndexedPropertyChangeEvent, [source, propertyName, oldValue, newValue]); -this.index = index; -}, "~O,~S,~O,~O,~N"); -Clazz.defineMethod (c$, "getIndex", -function () { -return this.index; -}); -}); +Clazz.declarePackage ("java.beans"); +Clazz.load (["java.beans.PropertyChangeEvent"], "java.beans.IndexedPropertyChangeEvent", null, function () { +c$ = Clazz.decorateAsClass (function () { +this.index = 0; +Clazz.instantialize (this, arguments); +}, java.beans, "IndexedPropertyChangeEvent", java.beans.PropertyChangeEvent); +Clazz.makeConstructor (c$, +function (source, propertyName, oldValue, newValue, index) { +Clazz.superConstructor (this, java.beans.IndexedPropertyChangeEvent, [source, propertyName, oldValue, newValue]); +this.index = index; +}, "~O,~S,~O,~O,~N"); +Clazz.defineMethod (c$, "getIndex", +function () { +return this.index; +}); +});