public interface CFocusHistory
CDockable
did have the focus in which order.CDockable[] getHistory()
CDockable
s, the most recent focused dockable
is at the beginning of the array.CDockable
CDockable getFirst(Filter<CDockable> filter)
CDockable
matching filter
. This method first searches
through the history
, and afterwards visits all CDockable
s that
were not in the history.filter
- the filter applied to all CDockable
sfilter