All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface dtai.gwt.ListManager

public interface ListManager
ListManager


Method Index

 o moveLeft(InputEvent)
moveLeft
 o moveRight(InputEvent)
moveRight
 o selectionChanged(AWTEvent, boolean)
selectionChanged
 o topChanged(int)
topChanged

Methods

 o selectionChanged
 public abstract void selectionChanged(AWTEvent event,
                                       boolean selected)
selectionChanged

Parameters:
event - AWTEvent
selected - boolean
 o moveLeft
 public abstract void moveLeft(InputEvent evt)
moveLeft

Parameters:
evt - InputEvent
 o moveRight
 public abstract void moveRight(InputEvent evt)
moveRight

Parameters:
evt - InputEvent
 o topChanged
 public abstract void topChanged(int topIndex)
topChanged

Parameters:
topIndex - int

All Packages  Class Hierarchy  This Package  Previous  Next  Index