JAL-1807 test
[jalviewjs.git] / bin / javajs / api / GenericPlatform.js
1 Clazz.declarePackage ("javajs.api");
2 Clazz.load (["javajs.api.FontManager"], "javajs.api.GenericPlatform", null, function () {
3 c$ = Clazz.declareInterface (javajs.api, "GenericPlatform", javajs.api.FontManager);
4 Clazz.defineStatics (c$,
5 "CURSOR_DEFAULT", 0,
6 "CURSOR_CROSSHAIR", 1,
7 "CURSOR_WAIT", 3,
8 "CURSOR_ZOOM", 8,
9 "CURSOR_HAND", 12,
10 "CURSOR_MOVE", 13);
11 });