public interface VirtualScrollable
Modifier and Type | Method and Description |
---|---|
Component |
getComponent()
Get the component for this view.
|
Dimension |
getVirtualDimension()
Get the full virtual size of this widget.
|
Rectangle |
getVisibleArea()
Get the part of the virtual size that is currently visible.
|
void |
setScrollPane(VirtualScrollPane virtualScrollPane)
Associate the view with a scrollPane.
|
void |
setScrollPosition(int x,
int y)
Scroll this view to a specified position.
|
Component getComponent()
void setScrollPane(VirtualScrollPane virtualScrollPane)
virtualScrollPane
- Dimension getVirtualDimension()
Rectangle getVisibleArea()
void setScrollPosition(int x, int y)
x
- y
- Copyright © 2005–2020. All rights reserved.