charva.awt
Interface Scrollable
- JList, JTable, JTextArea
public interface Scrollable
The interface for objects that can be contained in a ScrollPane
and scrolled within a Viewport.
addScrollListener
public void addScrollListener(ScrollListener listener_)
getLocation
public Point getLocation()
getPreferredScrollableViewportSize
public Dimension getPreferredScrollableViewportSize()
processScrollEvent
public void processScrollEvent(ScrollEvent evt_)
removeScrollListener
public void removeScrollListener(ScrollListener listener_)