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
CDockables, the most recent focused dockable
is at the beginning of the array. |
CDockable[] getHistory()
CDockables, the most recent focused dockable
is at the beginning of the array.CDockableCDockable getFirst(Filter<CDockable> filter)
CDockable matching filter. This method first searches
through the history, and afterwards visits all CDockables that
were not in the history.filter - the filter applied to all CDockablesfilterCopyright © 2018. All rights reserved.