public interface Autoscroll
在这种情况下,希望GUI控件检测到这一点并进行滚动操作,以使使用者可见的遮蔽区域。 此功能称为自动滚动。
如果GUI控制既是活性DropTarget
并且也可滚动的,它可以通过实现该接口通过从所述DND系统中的用户接收自动滚动手势的通知。
的自动滚动手势是由用户通过保持拖动光标不动与所述的一个边界区域发起Component
,被称为“自动滚动区域”,为的预定时间段,这将导致在反复滚动请求到Component
直到拖动Cursor
恢复其动议。
Modifier and Type | Method and Description |
---|---|
void |
autoscroll(Point cursorLocn)
通知
Component 自动滚屏
|
Insets |
getAutoscrollInsets()
此方法返回
Insets 相对于实现
Insets 几何的自动滚动区域或边框的Insets。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.