palmed.edit.scrollbar
Interface IScrollable

All Known Implementing Classes:
HorizontalScrollbar, VerticalScrollbar

public interface IScrollable

This interface defines a scrollable component.

Version:
$Revision$ $Date$
Author:
Mathieu Champlon

Method Summary
 void scroll(int steps)
          Scroll the component.
 

Method Detail

scroll

void scroll(int steps)
Scroll the component.

Parameters:
steps - the number of steps to scroll


Copyright © 2004-2006 PalmEd. All Rights Reserved.