Uses of Interface
bibliothek.gui.dock.focus.DockableSelection

Packages that use DockableSelection
bibliothek.extension.gui.dock.theme.eclipse Various graphical and logical components needed when the EclipseTheme is active. 
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.common.theme Classes related to the DockThemes. 
bibliothek.gui.dock.focus Contains classes that allow the user to switch between Components or from one Dockable to another using only the keyboard. 
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
bibliothek.gui.dock.themes.color The color subsystem allows each kind of element to get its colors from a central repository. 
 

Uses of DockableSelection in bibliothek.extension.gui.dock.theme.eclipse
 

Classes in bibliothek.extension.gui.dock.theme.eclipse that implement DockableSelection
 class EclipseDockableSelection
          A DockableSelection that uses its own border.
 

Uses of DockableSelection in bibliothek.gui
 

Fields in bibliothek.gui with type parameters of type DockableSelection
static PropertyKey<DockableSelection> DockTheme.DOCKABLE_SELECTION
          Identifier for the DockableSelection, a panel that is shown to select a Dockable using only the keyboard.
 

Methods in bibliothek.gui that return DockableSelection
 DockableSelection DockTheme.getDockableSelection(DockController controller)
          Gets a selector for Dockables.
 

Uses of DockableSelection in bibliothek.gui.dock.common.theme
 

Methods in bibliothek.gui.dock.common.theme that return DockableSelection
 DockableSelection CDockTheme.getDockableSelection(DockController controller)
           
 

Uses of DockableSelection in bibliothek.gui.dock.focus
 

Classes in bibliothek.gui.dock.focus that implement DockableSelection
 class AbstractDockableSelection
          This DockableSelection is also a JPanel.
 class DefaultDockableSelection
          A DockableSelection that uses a JList to display all the available Dockables.
 

Uses of DockableSelection in bibliothek.gui.dock.themes
 

Classes in bibliothek.gui.dock.themes that implement DockableSelection
 class ThemeDockableSelection
          A DockableSelection that forwards any calls to the DockableSelection of the current DockTheme.
 

Methods in bibliothek.gui.dock.themes that return DockableSelection
 DockableSelection BasicTheme.getDockableSelection(DockController controller)
           
 DockableSelection NoStackTheme.getDockableSelection(DockController controller)
           
 

Methods in bibliothek.gui.dock.themes with parameters of type DockableSelection
 void BasicTheme.setDockableSelection(DockableSelection selection)
          Sets how the user can select the focused Dockable.
 void BasicTheme.setDockableSelection(DockableSelection selection, Priority priority)
          Sets how the user can select the focused Dockable.
 

Uses of DockableSelection in bibliothek.gui.dock.themes.basic
 

Classes in bibliothek.gui.dock.themes.basic that implement DockableSelection
 class BasicDockableSelection
          The BasicDockableSelection adds an additional image of the currently selected Dockable to the selection.
 

Uses of DockableSelection in bibliothek.gui.dock.themes.color
 

Methods in bibliothek.gui.dock.themes.color that return DockableSelection
 DockableSelection DockableSelectionColor.getSelection()
          Gets the selection that uses this color.
 

Constructors in bibliothek.gui.dock.themes.color with parameters of type DockableSelection
DockableSelectionColor(DockableSelection selection, java.lang.String id, java.awt.Color backup)
          Creates a new DockColor.
DockableSelectionColor(DockableSelection selection, java.lang.String id, Path kind, java.awt.Color backup)
          Creates a new DockColor.