|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CFocusHistory
Describes which CDockable did have the focus in which order.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 CDockables
filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||