Searched defs:sourceAct (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDragSourceContext.java468 * @param sourceAct the actions supported by the drag source
475 protected synchronized void updateCurrentCursor(int sourceAct, int targetAct, int status) { argument
494 int ra = sourceAct & targetAct;
497 if ((sourceAct & DnDConstants.ACTION_LINK) == DnDConstants.ACTION_LINK)
499 else if ((sourceAct & DnDConstants.ACTION_MOVE) == DnDConstants.ACTION_MOVE)

Completed in 29 milliseconds