Lines Matching refs:source

464      * specified source component,
472 * <tt>MouseEvent(source, id, when, modifiers, x, y, clickCount, popupTrigger, button)</tt>
475 * int, int, int, boolean, int) MouseEvent}(source, id, when, modifiers,
477 * where xAbs and yAbs defines as source's location on screen plus
479 * xAbs and yAbs are set to zero if the source is not showing.
481 * <code>IllegalArgumentException</code> if <code>source</code>
484 * @param source The <code>Component</code> that originated the event
529 * @throws IllegalArgumentException if <code>source</code> is null
538 * @throws IllegalArgumentException if <code>source</code> is null
550 public MouseEvent(Component source, int id, long when, int modifiers,
554 this(source, id, when, modifiers, x, y, 0, 0, clickCount, popupTrigger, button);
557 eventLocationOnScreen = source.getLocationOnScreen();
568 * specified source component,
571 * <tt>MouseEvent(source, id, when, modifiers, x, y, clickCount, popupTrigger)</tt>
574 * int, int, int, boolean, int) MouseEvent}(source, id, when, modifiers,
576 * where xAbs and yAbs defines as source's location on screen plus
578 * xAbs and yAbs are set to zero if the source is not showing.
580 * if <code>source</code> is <code>null</code>.
582 * @param source The <code>Component</code> that originated the event
606 * @throws IllegalArgumentException if <code>source</code> is null
616 public MouseEvent(Component source, int id, long when, int modifiers,
618 this(source, id, when, modifiers, x, y, clickCount, popupTrigger, NOBUTTON);
639 * specified source component,
650 * <code>IllegalArgumentException</code> if <code>source</code>
653 * @param source The <code>Component</code> that originated the event
702 * @throws IllegalArgumentException if <code>source</code> is null
711 * @throws IllegalArgumentException if <code>source</code> is null
729 public MouseEvent(Component source, int id, long when, int modifiers,
733 super(source, id, when, modifiers);
781 * source component.
792 * source component.
802 * Returns the x,y position of the event relative to the source component.
805 * relative to the source component