public interface CFocusHistory
CDockable
did have the focus in which order.Modifier and Type | Method and Description |
---|---|
CDockable |
getFirst(Filter<CDockable> filter)
Gets the first
CDockable matching filter . |
CDockable[] |
getHistory()
Gets the entire history of focused
CDockable s, the most recent focused dockable
is at the beginning of the array. |
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