Class FocusTraveller

java.lang.Object
java.awt.FocusTraversalPolicy
edu.wisc.ssec.mcidasv.util.FocusTraveller

Abstraction of FocusTraversalPolicy that allows for easy creation of the traversal policy.

Note that the "delta" parameter of both cycle(Component, int) and indexCycle(int, int) can be any positive or negative integer. Both methods compute indices using the wonders of modular arithmetic.