JAL-1807
[jalview.git] / site / swingjs / j2s / javax / swing / tree / TreeSelectionModel.js
diff --git a/site/swingjs/j2s/javax/swing/tree/TreeSelectionModel.js b/site/swingjs/j2s/javax/swing/tree/TreeSelectionModel.js
new file mode 100644 (file)
index 0000000..131f110
--- /dev/null
@@ -0,0 +1,6 @@
+Clazz.declarePackage ("javax.swing.tree");
+c$ = Clazz.declareInterface (javax.swing.tree, "TreeSelectionModel");
+Clazz.defineStatics (c$,
+"SINGLE_TREE_SELECTION", 1,
+"CONTIGUOUS_TREE_SELECTION", 2,
+"DISCONTIGUOUS_TREE_SELECTION", 4);