| java.lang.Object org.netbeans.modules.visualweb.extension.openide.awt.MouseUtils_RAVE
MouseUtils_RAVE | public class MouseUtils_RAVE extends Object (Code) | | Originally copied from openide/src/org/openide/awt/MouseUtils,
to hack isDoubleClick method, there are some rave specific probs.
|
getDoubleClickInterval | public static int getDoubleClickInterval()(Code) | | Provide access to the double click interval; this is used
by isDoubleClick for example
|
isDoubleClick | public static boolean isDoubleClick(MouseEvent e)(Code) | | Returns true if parametr is a 'doubleclick event'
Parameters: e - MouseEvent true if the event is a doubleclick |
|
|