-
public interface Autoscroll
During DnD operations it is possible that a user may wish to drop the subject of the operation on a region of a scrollable GUI control that is not currently visible to the user.In such situations it is desirable that the GUI control detect this and institute a scroll operation in order to make obscured region(s) visible to the user. This feature is known as autoscrolling.
If a GUI control is both an active
DropTarget
and is also scrollable, it can receive notifications of autoscrolling gestures by the user from the DnD system by implementing this interface.An autoscrolling gesture is initiated by the user by keeping the drag cursor motionless with a border region of the
Component
, referred to as the "autoscrolling region", for a predefined period of time, this will result in repeated scroll requests to theComponent
until the dragCursor
resumes its motion.- Since:
- 1.2
-
-
Method Summary
Methods Modifier and Type Method and Description void
autoscroll(Point cursorLocn)
notify theComponent
to autoscrollInsets
getAutoscrollInsets()
This method returns theInsets
describing the autoscrolling region or border relative to the geometry of the implementing Component.
-
-
-
Method Detail
-
getAutoscrollInsets
Insets getAutoscrollInsets()
This method returns theInsets
describing the autoscrolling region or border relative to the geometry of the implementing Component.This value is read once by the
DropTarget
upon entry of the dragCursor
into the associatedComponent
.- Returns:
- the Insets
-
autoscroll
void autoscroll(Point cursorLocn)
notify theComponent
to autoscroll- Parameters:
cursorLocn
- APoint
indicating the location of the cursor that triggered this operation.
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
17/11/2024 17:25:33 Cette version de la page est en cache (à la date du 17/11/2024 17:25:33) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 30/08/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-java/awt/dnd/autoscroll.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.