Package bibliothek.gui.dock.common
Interface CFocusHistory
- All Known Implementing Classes:
DefaultCFocusHistory
public interface CFocusHistory
Describes which
CDockable did have the focus in which order.- Author:
- Benjamin Sigg
-
Method Summary
-
Method Details
-
getHistory
CDockable[] getHistory()Gets the entire history of focusedCDockables, the most recent focused dockable is at the beginning of the array.- Returns:
- the history starting with the most recently focused
CDockable
-
getFirst
Gets the firstCDockablematchingfilter. This method first searches throughthe history, and afterwards visits allCDockables that were not in the history.- Parameters:
filter- the filter applied to allCDockables- Returns:
- the first dockable matching
filter
-