fi.hut.tml.xsmiles.gui.components.focusmanager
Interface FocusPointsProvider
- All Known Implementing Classes:
- AWTFocusPointsProvider, ContentFocusPointsProvider
- public interface FocusPointsProvider
This is a simple interface to provide the Focus Points of a visible region
(when navigation is done by LEFT, RIGHT, UP; DOWN) or next and previous
Focus Points (when navigation is done by tabbing or voice)
This interface should be implemented by GUI (focus through the GUI region)
and ContentHandler (focus through the actual web content)
- Author:
- Pablo Cesar, Mikko Honkala
getFocusPoints
public FocusPoint[] getFocusPoints()
getNextFocusPoint
public FocusPoint getNextFocusPoint()
getPreviousFocusPoint
public FocusPoint getPreviousFocusPoint()
X-Smiles 1.2