|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.DefaultCFocusHistory
public class DefaultCFocusHistory
The default implementation of CFocusHistory does not offer any additional
functionality.
| Constructor Summary | |
|---|---|
DefaultCFocusHistory(CControl control)
Creates a new history |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultCFocusHistory(CControl control)
control - the source of all CDockables| Method Detail |
|---|
public CDockable[] getHistory()
CFocusHistoryCDockables, the most recent focused dockable
is at the beginning of the array.
getHistory in interface CFocusHistoryCDockablepublic CDockable getFirst(Filter<CDockable> filter)
CFocusHistoryCDockable matching filter. This method first searches
through the history, and afterwards visits all CDockables that
were not in the history.
getFirst in interface CFocusHistoryfilter - the filter applied to all CDockables
filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||