Interface | Description |
---|---|
DockableSelection | |
DockableSelectionListener |
This listener is added to a
DockableSelection and gets informed
when the user selects an element or cancels the selection. |
SimplifiedFocusTraversalPolicy |
An interface which mimics the behavior of
FocusTraversalPolicy
but implementing classes are not required to respect any other
focus cycle roots ,
policy providers or
visibility, focusability, displayability nor the enabled state. |
Class | Description |
---|---|
AbstractDockableSelection |
This
DockableSelection is also a JPanel . |
DefaultDockableSelection | |
DockFocusTraversalPolicy |
A
FocusTraversalPolicy that uses the algorithms of a SimplifiedFocusTraversalPolicy
to do its work. |