Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / jssun / awt / shell / ShellFolderColumnInfo.js
index 170e120..968b709 100644 (file)
@@ -1,85 +1,85 @@
-Clazz.declarePackage ("jssun.awt.shell");\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.title = null;\r
-this.width = null;\r
-this.visible = false;\r
-this.alignment = null;\r
-this.sortOrder = null;\r
-this.comparator = null;\r
-this.compareByColumn = false;\r
-Clazz.instantialize (this, arguments);\r
-}, jssun.awt.shell, "ShellFolderColumnInfo");\r
-Clazz.makeConstructor (c$, \r
-function (title, width, alignment, visible, sortOrder, comparator, compareByColumn) {\r
-this.title = title;\r
-this.width = width;\r
-this.alignment = alignment;\r
-this.visible = visible;\r
-this.sortOrder = sortOrder;\r
-this.comparator = comparator;\r
-this.compareByColumn = compareByColumn;\r
-}, "~S,Integer,Integer,~B,javax.swing.SortOrder,java.util.Comparator,~B");\r
-Clazz.makeConstructor (c$, \r
-function (title, width, alignment, visible, sortOrder, comparator) {\r
-this.construct (title, width, alignment, visible, sortOrder, comparator, false);\r
-}, "~S,Integer,Integer,~B,javax.swing.SortOrder,java.util.Comparator");\r
-Clazz.makeConstructor (c$, \r
-function (title, width, alignment, visible) {\r
-this.construct (title, new Integer (width), new Integer (alignment), visible, null, null);\r
-}, "~S,~N,~N,~B");\r
-Clazz.defineMethod (c$, "getTitle", \r
-function () {\r
-return this.title;\r
-});\r
-Clazz.defineMethod (c$, "setTitle", \r
-function (title) {\r
-this.title = title;\r
-}, "~S");\r
-Clazz.defineMethod (c$, "getWidth", \r
-function () {\r
-return this.width;\r
-});\r
-Clazz.defineMethod (c$, "setWidth", \r
-function (width) {\r
-this.width = width;\r
-}, "Integer");\r
-Clazz.defineMethod (c$, "getAlignment", \r
-function () {\r
-return this.alignment;\r
-});\r
-Clazz.defineMethod (c$, "setAlignment", \r
-function (alignment) {\r
-this.alignment = alignment;\r
-}, "Integer");\r
-Clazz.defineMethod (c$, "isVisible", \r
-function () {\r
-return this.visible;\r
-});\r
-Clazz.defineMethod (c$, "setVisible", \r
-function (visible) {\r
-this.visible = visible;\r
-}, "~B");\r
-Clazz.defineMethod (c$, "getSortOrder", \r
-function () {\r
-return this.sortOrder;\r
-});\r
-Clazz.defineMethod (c$, "setSortOrder", \r
-function (sortOrder) {\r
-this.sortOrder = sortOrder;\r
-}, "javax.swing.SortOrder");\r
-Clazz.defineMethod (c$, "getComparator", \r
-function () {\r
-return this.comparator;\r
-});\r
-Clazz.defineMethod (c$, "setComparator", \r
-function (comparator) {\r
-this.comparator = comparator;\r
-}, "java.util.Comparator");\r
-Clazz.defineMethod (c$, "isCompareByColumn", \r
-function () {\r
-return this.compareByColumn;\r
-});\r
-Clazz.defineMethod (c$, "setCompareByColumn", \r
-function (compareByColumn) {\r
-this.compareByColumn = compareByColumn;\r
-}, "~B");\r
+Clazz.declarePackage ("jssun.awt.shell");
+c$ = Clazz.decorateAsClass (function () {
+this.title = null;
+this.width = null;
+this.visible = false;
+this.alignment = null;
+this.sortOrder = null;
+this.comparator = null;
+this.compareByColumn = false;
+Clazz.instantialize (this, arguments);
+}, jssun.awt.shell, "ShellFolderColumnInfo");
+Clazz.makeConstructor (c$, 
+function (title, width, alignment, visible, sortOrder, comparator, compareByColumn) {
+this.title = title;
+this.width = width;
+this.alignment = alignment;
+this.visible = visible;
+this.sortOrder = sortOrder;
+this.comparator = comparator;
+this.compareByColumn = compareByColumn;
+}, "~S,Integer,Integer,~B,javax.swing.SortOrder,java.util.Comparator,~B");
+Clazz.makeConstructor (c$, 
+function (title, width, alignment, visible, sortOrder, comparator) {
+this.construct (title, width, alignment, visible, sortOrder, comparator, false);
+}, "~S,Integer,Integer,~B,javax.swing.SortOrder,java.util.Comparator");
+Clazz.makeConstructor (c$, 
+function (title, width, alignment, visible) {
+this.construct (title, new Integer (width), new Integer (alignment), visible, null, null);
+}, "~S,~N,~N,~B");
+Clazz.defineMethod (c$, "getTitle", 
+function () {
+return this.title;
+});
+Clazz.defineMethod (c$, "setTitle", 
+function (title) {
+this.title = title;
+}, "~S");
+Clazz.defineMethod (c$, "getWidth", 
+function () {
+return this.width;
+});
+Clazz.defineMethod (c$, "setWidth", 
+function (width) {
+this.width = width;
+}, "Integer");
+Clazz.defineMethod (c$, "getAlignment", 
+function () {
+return this.alignment;
+});
+Clazz.defineMethod (c$, "setAlignment", 
+function (alignment) {
+this.alignment = alignment;
+}, "Integer");
+Clazz.defineMethod (c$, "isVisible", 
+function () {
+return this.visible;
+});
+Clazz.defineMethod (c$, "setVisible", 
+function (visible) {
+this.visible = visible;
+}, "~B");
+Clazz.defineMethod (c$, "getSortOrder", 
+function () {
+return this.sortOrder;
+});
+Clazz.defineMethod (c$, "setSortOrder", 
+function (sortOrder) {
+this.sortOrder = sortOrder;
+}, "javax.swing.SortOrder");
+Clazz.defineMethod (c$, "getComparator", 
+function () {
+return this.comparator;
+});
+Clazz.defineMethod (c$, "setComparator", 
+function (comparator) {
+this.comparator = comparator;
+}, "java.util.Comparator");
+Clazz.defineMethod (c$, "isCompareByColumn", 
+function () {
+return this.compareByColumn;
+});
+Clazz.defineMethod (c$, "setCompareByColumn", 
+function (compareByColumn) {
+this.compareByColumn = compareByColumn;
+}, "~B");