| 1 |
|
package swingjs.api.js; |
| 2 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| |
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: - |
|
| 7 |
|
public interface JSInterface { |
| 8 |
|
|
| 9 |
|
int cacheFileByName(String fileName, boolean isAdd); |
| 10 |
|
|
| 11 |
|
void cachePut(String key, Object data); |
| 12 |
|
|
| 13 |
|
void destroy(); |
| 14 |
|
|
| 15 |
|
String getFullName(); |
| 16 |
|
|
| 17 |
|
void openFileAsyncSpecial(String fileName, int flags); |
| 18 |
|
|
| 19 |
|
boolean processMouseEvent(int id, int x, int y, int modifiers, long time, Object jqevent, int scroll); |
| 20 |
|
|
| 21 |
|
void processTwoPointGesture(float[][][] touches); |
| 22 |
|
|
| 23 |
|
void setDisplay(HTML5Canvas canvas); |
| 24 |
|
|
| 25 |
|
void setScreenDimension(int width, int height); |
| 26 |
|
|
| 27 |
|
boolean setStatusDragDropped(int mode, int x, int y, String fileName); |
| 28 |
|
|
| 29 |
|
void startHoverWatcher(boolean enable); |
| 30 |
|
|
| |
|
| - |
Uncovered Elements: 0 (0) |
Complexity: 1 |
Complexity Density: - |
|
| 31 |
0 |
static void setCursor(String c) {... |
| 32 |
|
|
| 33 |
|
|
| 34 |
|
|
| 35 |
|
|
| 36 |
|
|
| 37 |
|
|
| 38 |
|
|
| 39 |
|
|
| 40 |
|
|
| 41 |
|
} |
| 42 |
|
|
| 43 |
|
} |