public interface FocusHistory
Dockable
s got the focus.Modifier and Type | Method and Description |
---|---|
Dockable |
getFirst(Filter<Dockable> filter)
|
Dockable[] |
getHistory()
Gets an array containing all known
Dockable s 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()
Dockable
s 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.Dockable
s 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
.