You are on page 1of 1

Java Platform

Standard Ed. 7
All Classes

Packages

Overview Package

Class

Prev Class Next Class

Use Tree Deprecated Index Help


Frames No Frames

Summary: Nested | Field | Constr | Method

Java Platform
Standard Ed. 7

Detail: Field | Constr | Method

java.awt.dnd
java.applet
java.awt
Interface Autoscroll
java.awt.color
java.awt.datatransfer
java.awt.dnd
java.awt.event
public interface Autoscroll
java.awt.font
java.awt.geom
During DnD operations it is possible that a user may wish to drop the subject of the
java.awt.im
operation on a region of a scrollable GUI control that is not currently visible to the user.
java.awt.im.spi
java.awt.image
java.awt.image.renderable 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.
All Classes
If a GUI control is both an active DropTarget and is also scrollable, it can receive
AbstractAction
notifications of autoscrolling gestures by the user from the DnD system by implementing
AbstractAnnotationValueVisitor6
this interface.
AbstractAnnotationValueVisitor7
AbstractBorder
An autoscrolling gesture is initiated by the user by keeping the drag cursor motionless
AbstractButton
with a border region of the Component, referred to as the "autoscrolling region", for a
AbstractCellEditor
predefined period of time, this will result in repeated scroll requests to the Component
AbstractCollection
AbstractColorChooserPaneluntil the drag Cursor resumes its motion.
AbstractDocument
Since:
AbstractDocument.AttributeContext
AbstractDocument.Content
1.2
AbstractDocument.ElementEdit
AbstractElementVisitor6
AbstractElementVisitor7
AbstractExecutorService
Method Summary
AbstractInterruptibleChannel
AbstractLayoutCache
AbstractLayoutCache.NodeDimensions
Methods
AbstractList
Modifier and Type
Method and Description
AbstractListModel
void
autoscroll(PointcursorLocn)
AbstractMap
AbstractMap.SimpleEntry
notify the Component to autoscroll
AbstractMap.SimpleImmutableEntry
Insets
getAutoscrollInsets()
AbstractMarshallerImpl
This method returns the Insets describing the
AbstractMethodError
autoscrolling region or border relative to the geometry
AbstractOwnableSynchronizer
of the implementing Component.
AbstractPreferences
AbstractProcessor
AbstractQueue
AbstractQueuedLongSynchronizer
AbstractQueuedSynchronizer
AbstractRegionPainter
Method Detail
AbstractRegionPainter.PaintContext
AbstractRegionPainter.PaintContext.CacheM
getAutoscrollInsets
AbstractScriptEngine
AbstractSelectableChannel
InsetsgetAutoscrollInsets()
AbstractSelectionKey
AbstractSelector
This method returns the Insets describing the autoscrolling region or border
AbstractSequentialList
relative to the geometry of the implementing Component.
AbstractSet
AbstractSpinnerModel
This value is read once by the DropTarget upon entry of the drag Cursor into
AbstractTableModel
the associated Component
AbstractTypeVisitor6

You might also like