131f11063e22ddb32875914273ec31e1c91fc5fc
[jalviewjs.git] / site / swingjs / j2s / javax / swing / tree / TreeSelectionModel.js
1 Clazz.declarePackage ("javax.swing.tree");
2 c$ = Clazz.declareInterface (javax.swing.tree, "TreeSelectionModel");
3 Clazz.defineStatics (c$,
4 "SINGLE_TREE_SELECTION", 1,
5 "CONTIGUOUS_TREE_SELECTION", 2,
6 "DISCONTIGUOUS_TREE_SELECTION", 4);