public interface FocusStrategyRequest
FocusStrategy
.Modifier and Type | Method and Description |
---|---|
boolean |
excluded(java.awt.Component component)
Tells whether
component should be excluded from receiving the focus. |
Dockable |
getDockable()
Gets the item which is about to gain the focus
|
java.awt.Component |
getMouseClicked()
Gets the
Component which was touched by the mouse. |
Dockable getDockable()
null
java.awt.Component getMouseClicked()
Component
which was touched by the mouse.null
boolean excluded(java.awt.Component component)
component
should be excluded from receiving the focus.component
- some Component
which may receive the focustrue
if component
should not gain the focus