Package bibliothek.gui.dock.focus

Interface Summary
DockableSelection A DockableSelection is a Component which shows some or all Dockables of a DockController.
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 Summary
AbstractDockableSelection This DockableSelection is also a JPanel.
DefaultDockableSelection A DockableSelection that uses a JList to display all the available Dockables.
DockFocusTraversalPolicy A FocusTraversalPolicy that uses the algorithms of a SimplifiedFocusTraversalPolicy to do its work.