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

/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DMenuDragMouseEvent.java70 * @param clickCount an int specifying the number of mouse-clicks
79 int modifiers, int x, int y, int clickCount,
82 super(source, id, when, modifiers, x, y, clickCount, popupTrigger);
107 * @param clickCount an int specifying the number of mouse-clicks
118 int yAbs, int clickCount,
121 super(source, id, when, modifiers, x, y, xAbs, yAbs, clickCount,
78 MenuDragMouseEvent(Component source, int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger, MenuElement p[], MenuSelectionManager m) argument
116 MenuDragMouseEvent(Component source, int id, long when, int modifiers, int x, int y, int xAbs, int yAbs, int clickCount, boolean popupTrigger, MenuElement p[], MenuSelectionManager m) argument
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DMouseWheelEvent.java179 * @param clickCount the number of mouse clicks associated with event
196 int x, int y, int clickCount, boolean popupTrigger,
199 this(source, id, when, modifiers, x, y, 0, 0, clickCount,
225 * @param clickCount the number of mouse clicks associated with event
243 int x, int y, int xAbs, int yAbs, int clickCount, boolean popupTrigger,
246 this(source, id, when, modifiers, x, y, xAbs, yAbs, clickCount, popupTrigger,
277 * @param clickCount the number of mouse clicks associated with the event
297 int x, int y, int xAbs, int yAbs, int clickCount, boolean popupTrigger,
300 super(source, id, when, modifiers, x, y, xAbs, yAbs, clickCount,
195 MouseWheelEvent(Component source, int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger, int scrollType, int scrollAmount, int wheelRotation) argument
242 MouseWheelEvent(Component source, int id, long when, int modifiers, int x, int y, int xAbs, int yAbs, int clickCount, boolean popupTrigger, int scrollType, int scrollAmount, int wheelRotation) argument
296 MouseWheelEvent(Component source, int id, long when, int modifiers, int x, int y, int xAbs, int yAbs, int clickCount, boolean popupTrigger, int scrollType, int scrollAmount, int wheelRotation, double preciseWheelRotation) argument
H A DMouseEvent.java322 * clickCount will be valid for only three mouse events :<BR>
326 * For the above, the <code>clickCount</code> will be at least 1.
332 int clickCount; field in class:MouseEvent
472 * <tt>MouseEvent(source, id, when, modifiers, x, y, clickCount, popupTrigger, button)</tt>
476 * x, y, xAbs, yAbs, clickCount, popupTrigger, button)</tt>
503 * @param clickCount The number of mouse clicks associated with event.
551 int x, int y, int clickCount, boolean popupTrigger,
554 this(source, id, when, modifiers, x, y, 0, 0, clickCount, popupTrigger, button);
571 * <tt>MouseEvent(source, id, when, modifiers, x, y, clickCount, popupTrigger)</tt>
575 * x, y, xAbs, yAbs, clickCount, popupTrigge
550 MouseEvent(Component source, int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger, int button) argument
616 MouseEvent(Component source, int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger) argument
729 MouseEvent(Component source, int id, long when, int modifiers, int x, int y, int xAbs, int yAbs, int clickCount, boolean popupTrigger, int button) argument
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DPlatformEventNotifier.java53 int modifiers, int clickCount, boolean popupTrigger,
51 notifyMouseEvent(int id, long when, int button, int x, int y, int screenX, int screenY, int modifiers, int clickCount, boolean popupTrigger, byte[] bdata) argument
H A DLWWindowPeer.java769 int modifiers, int clickCount, boolean popupTrigger,
791 screenX, screenY, clickCount, popupTrigger, button);
809 screenX, screenY, clickCount, popupTrigger, button);
814 screenX, screenY, clickCount, popupTrigger, button);
822 screenX, screenY, clickCount, popupTrigger, button);
891 clickCount, popupTrigger, button);
896 screenX, screenY, clickCount,
909 clickCount, popupTrigger, button));
920 int clickCount, boolean popupTrigger, int button) {
925 xAbs, yAbs, clickCount, popupTrigge
767 notifyMouseEvent(int id, long when, int button, int x, int y, int screenX, int screenY, int modifiers, int clickCount, boolean popupTrigger, byte[] bdata) argument
917 postMouseEnteredExitedEvent( Component target, int id, long when, int modifiers, Point loc, int xAbs, int yAbs, int clickCount, boolean popupTrigger, int button) argument
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCEmbeddedFrame.java72 double pluginY, int buttonNumber, int clickCount) {
86 clickCount, x, y, screenX, screenY);
71 handleMouseEvent(int eventType, int modifierFlags, double pluginX, double pluginY, int buttonNumber, int clickCount) argument
H A DCPlatformResponder.java58 int clickCount, int x, int y, int absoluteX,
77 jclickCount = clickCount;
57 handleMouseEvent(int eventType, int modifierFlags, int buttonNumber, int clickCount, int x, int y, int absoluteX, int absoluteY) argument
H A DCDragSourceContextPeer.java94 int clickCount = ((triggerEvent instanceof MouseEvent) ? (((MouseEvent) triggerEvent).getClickCount()) : 1);
144 clickCount, timestamp, cursor, fDragCImage, dragImageOffset.x, dragImageOffset.y,
469 InputEvent triggerEvent, int dragPosX, int dragPosY, int extModifiers, int clickCount, long timestamp,
468 createNativeDragSource(Component component, ComponentPeer peer, long nativePeer, Transferable transferable, InputEvent triggerEvent, int dragPosX, int dragPosY, int extModifiers, int clickCount, long timestamp, Cursor cursor, CImage nsDragImage, int dragImageOffsetX, int dragImageOffsetY, int sourceActions, long[] formats, Map formatMap) argument
H A DCWarningWindow.java192 int clickCount, boolean popupTrigger,
190 notifyMouseEvent(int id, long when, int button, int x, int y, int screenX, int screenY, int modifiers, int clickCount, boolean popupTrigger, byte[] bdata) argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/event/
H A DNSEvent.java40 private int clickCount; field in class:NSEvent
60 public NSEvent(int type, int modifierFlags, int clickCount, int buttonNumber, argument
65 this.clickCount = clickCount;
84 return clickCount;
/openjdk7/jdk/src/share/classes/java/awt/
H A DEvent.java529 public int clickCount; field in class:Event
639 this.clickCount = 0;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_List.cpp456 int clickCount = GetClickCount(); local
457 if (button == LEFT_BUTTON && clickCount >= 2 && clickCount % 2 == 0) {
H A Dawt_TrayIcon.cpp324 static int clickCount = 0; variable
337 clickCount++;
339 clickCount = 1;
353 javaModif, clickCount, JNI_FALSE,
365 x, y, AwtComponent::GetJavaModifiers(), clickCount,
372 clickCount, JNI_FALSE, AwtComponent::GetButton(button));
441 if (clickCount == 2) {
478 jint modifiers, jint clickCount,
516 clickCount, popupTrigger, button);
477 SendMouseEvent(jint id, jlong when, jint x, jint y, jint modifiers, jint clickCount, jboolean popupTrigger, jint button, MSG *pMsg) argument
H A Dawt_Component.cpp2302 static int clickCount = 0; variable
2304 // A static method that makes the clickCount available in the derived classes
2308 return clickCount;
2321 clickCount++;
2323 clickCount = 1;
2352 GetJavaModifiers(), clickCount, JNI_FALSE,
2379 x, y, GetJavaModifiers(), clickCount,
2390 clickCount, JNI_FALSE, GetButton(button));
4850 jint modifiers, jint clickCount,
4894 clickCount, popupTrigge
4849 SendMouseEvent(jint id, jlong when, jint x, jint y, jint modifiers, jint clickCount, jboolean popupTrigger, jint button, MSG *pMsg) argument
4912 SendMouseWheelEvent(jint id, jlong when, jint x, jint y, jint modifiers, jint clickCount, jboolean popupTrigger, jint scrollType, jint scrollAmount, jint roundedWheelRotation, jdouble preciseWheelRotation, MSG *pMsg) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindow.java64 static int clickCount = 0; field in class:XWindow
700 clickCount++;
702 clickCount = 1;
744 clickCount,popupTrigger,button);
758 clickCount,
824 clickCount = 0;
844 * According to canvas.c we shouldn't post any MouseEvent if mouse is dragging and clickCount!=0.
846 if ((isDragging && clickCount == 0) || !isDragging) {
849 clickCount, popupTrigger, MouseEvent.NOBUTTON);
954 int clickCount
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java1121 public void setToggleClickCount(int clickCount) { argument
1124 toggleClickCount = clickCount;
1126 clickCount);

Completed in 142 milliseconds