Find component with specific focus index

I want to find the component with a specific focus index. I set the focus index with
but I didn't find a method like
How could I get a component by focus index?
- Code: Select all
component.setTabIndex(new Integer(2));
but I didn't find a method like
- Code: Select all
findComponentByTabIndex(int);
How could I get a component by focus index?