public interface FocusHistory
Dockables got the focus.| Modifier and Type | Method and Description |
|---|---|
Dockable |
getFirst(Filter<Dockable> filter)
|
Dockable[] |
getHistory()
Gets an array containing all known
Dockables which may have had the focus. |
Dockable |
getNewestOn(DockStation... parents)
Searches the one
Dockable that had the focus lately, and that is a child of one
of parent. |
Dockable[] getHistory()
Dockables which may have had the focus. The first element in the array
did not have the focus for the longest time, while the last element in the array is the element that
may have the focus right now.Dockables that were never focused, these items will always be at the beginning of
the array.Dockable getNewestOn(DockStation... parents)
Dockable that had the focus lately, and that is a child of one
of parent.Copyright © 2017 Docking Frames. All rights reserved.