Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code LNG204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.
java.awt.dnd

Class DragSourceEvent

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    DragSourceDragEvent, DragSourceDropEvent

    public class DragSourceEvent
    extends EventObject
    This class is the base class for DragSourceDragEvent and DragSourceDropEvent.

    DragSourceEvents are generated whenever the drag enters, moves over, or exits a drop site, when the drop action changes, and when the drag ends. The location for the generated DragSourceEvent specifies the mouse cursor location in screen coordinates at the moment this event occured.

    In a multi-screen environment without a virtual device, the cursor location is specified in the coordinate system of the initiator GraphicsConfiguration. The initiator GraphicsConfiguration is the GraphicsConfiguration of the Component on which the drag gesture for the current drag operation was recognized. If the cursor location is outside the bounds of the initiator GraphicsConfiguration, the reported coordinates are clipped to fit within the bounds of that GraphicsConfiguration.

    In a multi-screen environment with a virtual device, the location is specified in the corresponding virtual coordinate system. If the cursor location is outside the bounds of the virtual device the reported coordinates are clipped to fit within the bounds of the virtual device.

    Since:
    1.2
    See Also:
    Serialized Form
    • Constructor Detail

      • DragSourceEvent

        public DragSourceEvent(DragSourceContext dsc)
        Construct a DragSourceEvent given a specified DragSourceContext. The coordinates for this DragSourceEvent are not specified, so getLocation will return null for this event.
        Parameters:
        dsc - the DragSourceContext
        Throws:
        IllegalArgumentException - if dsc is null.
        See Also:
        getLocation()
      • DragSourceEvent

        public DragSourceEvent(DragSourceContext dsc,
                       int x,
                       int y)
        Construct a DragSourceEvent given a specified DragSourceContext, and coordinates of the cursor location.
        Parameters:
        dsc - the DragSourceContext
        x - the horizontal coordinate for the cursor location
        y - the vertical coordinate for the cursor location
        Throws:
        IllegalArgumentException - if dsc is null.
        Since:
        1.4
    • Method Detail

      • getDragSourceContext

        public DragSourceContext getDragSourceContext()
        This method returns the DragSourceContext that originated the event.

        Returns:
        the DragSourceContext that originated the event
      • getLocation

        public Point getLocation()
        This method returns a Point indicating the cursor location in screen coordinates at the moment this event occured, or null if the cursor location is not specified for this event.
        Returns:
        the Point indicating the cursor location or null if the cursor location is not specified
        Since:
        1.4
      • getX

        public int getX()
        This method returns the horizontal coordinate of the cursor location in screen coordinates at the moment this event occured, or zero if the cursor location is not specified for this event.
        Returns:
        an integer indicating the horizontal coordinate of the cursor location or zero if the cursor location is not specified
        Since:
        1.4
      • getY

        public int getY()
        This method returns the vertical coordinate of the cursor location in screen coordinates at the moment this event occured, or zero if the cursor location is not specified for this event.
        Returns:
        an integer indicating the vertical coordinate of the cursor location or zero if the cursor location is not specified
        Since:
        1.4

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-java/awt/dnd/dragsourceevent.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.

Inhoudsopgave Haut