A B C D E F G H I K L M N O P Q R S T U V W X Y

D

darker(Color, double) - Static method in class bibliothek.util.Colors
Decreases the brightness of a color.
DefaultActionOffer - Class in bibliothek.gui.dock.action
An ActionOffer that collects some DockActionSources.
DefaultActionOffer() - Constructor for class bibliothek.gui.dock.action.DefaultActionOffer
Creates a new DefaultActionOffer.
DefaultActionOffer(LocationHint.Origin...) - Constructor for class bibliothek.gui.dock.action.DefaultActionOffer
Creates a new DefaultActionOffer.
DefaultCDockable - Class in bibliothek.gui.dock.common.intern
An CDockable that uses a DefaultCommonDockable to show its content.
DefaultCDockable() - Constructor for class bibliothek.gui.dock.common.intern.DefaultCDockable
Creates a new dockable
DefaultCDockable(DefaultCDockable.Permissions) - Constructor for class bibliothek.gui.dock.common.intern.DefaultCDockable
Creates a new dockable.
DefaultCDockable.Permissions - Enum in bibliothek.gui.dock.common.intern
Describes what the user can do with the enclosing DefaultCDockable.
A name like X_Y tells, that feature X and feature Y are available.
DefaultColorScheme - Class in bibliothek.gui.dock.themes.color
An implementation of ColorScheme that can guess colors for ids that are not known.
DefaultColorScheme() - Constructor for class bibliothek.gui.dock.themes.color.DefaultColorScheme
 
DefaultCommonDockable - Class in bibliothek.gui.dock.common.intern
A default implementation of CommonDockable, based on a DefaultDockable.
DefaultCommonDockable(CDockable, DockActionSource) - Constructor for class bibliothek.gui.dock.common.intern.DefaultCommonDockable
Creates a new dockable
DefaultDockable - Class in bibliothek.gui.dock
A Dockable which consists only of one Component called "content pane".
DefaultDockable() - Constructor for class bibliothek.gui.dock.DefaultDockable
Constructs a new DefaultDockable
DefaultDockable(Icon) - Constructor for class bibliothek.gui.dock.DefaultDockable
Constructs a new DefaultDockable and sets the icon.
DefaultDockable(String) - Constructor for class bibliothek.gui.dock.DefaultDockable
Constructs a new DefaultDockable and sets the title.
DefaultDockable(Component) - Constructor for class bibliothek.gui.dock.DefaultDockable
Constructs a new DefaultDockable and places one component onto the content pane.
DefaultDockable(Component, Icon) - Constructor for class bibliothek.gui.dock.DefaultDockable
Constructs a new DefaultDockable, sets an icon and places one component.
DefaultDockable(Component, String) - Constructor for class bibliothek.gui.dock.DefaultDockable
Constructs a new DefaultDockable, sets the title and places one component.
DefaultDockable(Component, String, Icon) - Constructor for class bibliothek.gui.dock.DefaultDockable
Constructs a new DefaultDockable, sets the icon and the title, and places a component.
DefaultDockableFactory - Class in bibliothek.gui.dock.dockable
A factory which can read and write the properties of a DefaultDockable.
DefaultDockableFactory() - Constructor for class bibliothek.gui.dock.dockable.DefaultDockableFactory
 
DefaultDockActionSource - Class in bibliothek.gui.dock.action
The DefaultDockActionSource is nothing more than a list of DockActions that may be changed at any time.
DefaultDockActionSource(DockAction...) - Constructor for class bibliothek.gui.dock.action.DefaultDockActionSource
Defaultconstructor, fills the list with some initial actions.
DefaultDockActionSource(LocationHint, DockAction...) - Constructor for class bibliothek.gui.dock.action.DefaultDockActionSource
Defaultconstructor, fills the list with some initial actions.
DefaultDockControllerFactory - Class in bibliothek.gui.dock.control
A very simple implementation of DockControllerFactory, creating only the default-versions of every element.
DefaultDockControllerFactory() - Constructor for class bibliothek.gui.dock.control.DefaultDockControllerFactory
 
DefaultDockRelocator - Class in bibliothek.gui.dock.control
Default implementation of a handler that performs the drag & drop operations for a DockController.
DefaultDockRelocator(DockController, ControllerSetupCollection) - Constructor for class bibliothek.gui.dock.control.DefaultDockRelocator
Creates a new manager.
DefaultDropDownFilter - Class in bibliothek.gui.dock.action.dropdown
An implementation of DropDownFilter.
DefaultDropDownFilter(DropDownAction, Dockable, DropDownView) - Constructor for class bibliothek.gui.dock.action.dropdown.DefaultDropDownFilter
Creates a new filter
DefaultEclipseThemeConnector - Class in bibliothek.extension.gui.dock.theme.eclipse
 
DefaultEclipseThemeConnector() - Constructor for class bibliothek.extension.gui.dock.theme.eclipse.DefaultEclipseThemeConnector
 
DefaultFlapLayoutManager - Class in bibliothek.gui.dock.station.flap
The default implementation of FlapLayoutManager
DefaultFlapLayoutManager() - Constructor for class bibliothek.gui.dock.station.flap.DefaultFlapLayoutManager
 
DefaultKeyboardController - Class in bibliothek.gui.dock.control
A KeyboardController that listens to all events through an AWTEventListener.
DefaultKeyboardController(DockController) - Constructor for class bibliothek.gui.dock.control.DefaultKeyboardController
Creates a new controller
defaultLookAndFeelChanged(LookAndFeelList, LookAndFeelList.Info) - Method in interface bibliothek.gui.dock.support.lookandfeel.LookAndFeelListener
Called when the default- LookAndFeel was exchanged.
DefaultMouseFocusObserver - Class in bibliothek.gui.dock.control
A focus controller which adds an AWTEventListener to the Toolkit to receive events which may change the focus.
DefaultMouseFocusObserver(DockController, ControllerSetupCollection) - Constructor for class bibliothek.gui.dock.control.DefaultMouseFocusObserver
Creates a new focus controller
DefaultMultipleCDockable - Class in bibliothek.gui.dock.common
A MultipleCDockable that contains a content-pane where the client might add or remove as many Components as it wishes.
DefaultMultipleCDockable(MultipleCDockableFactory<?, ?>, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultMultipleCDockable
Creates a new dockable
DefaultMultipleCDockable(MultipleCDockableFactory<?, ?>, Component, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultMultipleCDockable
Creates a new dockable.
DefaultMultipleCDockable(MultipleCDockableFactory<?, ?>, String, Component, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultMultipleCDockable
Creates a new dockable.
DefaultMultipleCDockable(MultipleCDockableFactory<?, ?>, Icon, Component, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultMultipleCDockable
Creates a new dockable.
DefaultMultipleCDockable(MultipleCDockableFactory<?, ?>, Icon, String, Component, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultMultipleCDockable
Creates a new dockable.
DefaultMultipleCDockable(MultipleCDockableFactory<?, ?>, String, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultMultipleCDockable
Creates a new dockable.
DefaultMultipleCDockable(MultipleCDockableFactory<?, ?>, Icon, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultMultipleCDockable
Creates a new dockable.
DefaultMultipleCDockable(MultipleCDockableFactory<?, ?>, Icon, String, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultMultipleCDockable
Creates a new dockable.
DefaultMultipleCDockable(MultipleCDockableFactory<?, ?>, Icon, String, Component, DefaultCDockable.Permissions, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultMultipleCDockable
Creates a new dockable.
DefaultSingleCDockable - Class in bibliothek.gui.dock.common
A DefaultSingleCDockable is an element which has a content-pane where clients can add or remove as many Components as they whish.
DefaultSingleCDockable(String, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultSingleCDockable
Creates a new dockable
DefaultSingleCDockable(String, Component, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultSingleCDockable
Creates a new dockable.
DefaultSingleCDockable(String, String, Component, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultSingleCDockable
Creates a new dockable.
DefaultSingleCDockable(String, Icon, Component, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultSingleCDockable
Creates a new dockable.
DefaultSingleCDockable(String, Icon, String, Component, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultSingleCDockable
Creates a new dockable.
DefaultSingleCDockable(String, String, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultSingleCDockable
Creates a new dockable.
DefaultSingleCDockable(String, Icon, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultSingleCDockable
Creates a new dockable.
DefaultSingleCDockable(String, Icon, String, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultSingleCDockable
Creates a new dockable.
DefaultSingleCDockable(String, Icon, String, Component, DefaultCDockable.Permissions, CAction...) - Constructor for class bibliothek.gui.dock.common.DefaultSingleCDockable
Creates a new dockable.
DefaultSplitLayoutManager - Class in bibliothek.gui.dock.station.split
The default implementation of SplitLayoutManager.
DefaultSplitLayoutManager() - Constructor for class bibliothek.gui.dock.station.split.DefaultSplitLayoutManager
 
DefaultStackDockComponent - Class in bibliothek.gui.dock.station.stack
The standard-implementation of StackDockComponent.
DefaultStackDockComponent() - Constructor for class bibliothek.gui.dock.station.stack.DefaultStackDockComponent
Constructs the component, sets the location of the tabs to bottom.
DefaultStackDockComponent.Tab - Class in bibliothek.gui.dock.station.stack
Representation of a single tab of this StackDockComponent.
DefaultStackDockComponent.Tab(Dockable) - Constructor for class bibliothek.gui.dock.station.stack.DefaultStackDockComponent.Tab
Creates a new Tab
DelegatingSplitLayoutManager - Class in bibliothek.gui.dock.facile.station.split
A SplitLayoutManager which delegates all its work to another manager.
DelegatingSplitLayoutManager(SplitLayoutManager) - Constructor for class bibliothek.gui.dock.facile.station.split.DelegatingSplitLayoutManager
Creates a new manager
delete(String) - Method in class bibliothek.gui.dock.common.CControl
Deletes a layout that has been stored earlier.
delete(boolean) - Method in class bibliothek.gui.dock.station.split.SplitNode
Removes this node from its parent, if there is a parent.
delete(String) - Method in class bibliothek.gui.DockFrontend
Deletes the setting with the given name.
deleted(DockFrontend, String) - Method in class bibliothek.gui.dock.event.DockFrontendAdapter
 
deleted(DockFrontend, String) - Method in interface bibliothek.gui.dock.event.DockFrontendListener
Invoked if a setting was deleted.
deploy(CGrid) - Method in class bibliothek.gui.dock.common.CContentArea
Exchanges all the CDockables on the center panel by the elements of grid.
deploy(CGrid) - Method in class bibliothek.gui.dock.common.CGridArea
Adds all the elements in grid to this area.
deploy(CGrid) - Method in class bibliothek.gui.dock.common.CWorkingArea
Exchanges all the CDockables on this area with the elements of grid.
deregister(ScreenDockDialog) - Method in class bibliothek.gui.dock.ScreenDockStation
Invoked when a ScreenDockDialog is no longer needed.
destroy(BubbleStackDockComponent.Tab) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleStackDockComponent
 
destroy(FlatTab.FlatButton) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatTab
 
destroy() - Method in class bibliothek.gui.dock.common.CControl
Frees as much resources as possible.
destroy() - Method in interface bibliothek.gui.dock.common.DestroyHook
Informs this hook that the CControl has been destroyed.
destroy() - Method in class bibliothek.gui.dock.common.menu.CLookAndFeelMenuPiece
 
destroy() - Method in class bibliothek.gui.dock.facile.menu.CloseableDockableMenuPiece.Item
Removes all listeners, frees as many resources as possible
destroy() - Method in class bibliothek.gui.dock.facile.menu.LookAndFeelMenuPiece
Frees resources and cuts connections to other objects such that this piece can be removed by the garbage collector.
destroy(C) - Method in class bibliothek.gui.dock.station.stack.CombinedStackDockComponent
Deletes a tab that was earlier created by CombinedStackDockComponent.createTab(Dockable).
DestroyHook - Interface in bibliothek.gui.dock.common
A DestroyHook is added to a CControl.
diff(SplitDockGrid.Node, SplitDockGrid.Node) - Method in class bibliothek.gui.dock.station.split.SplitDockGrid
Tells whether the two nodes could be merged or not.
diffMirror(Color, double) - Static method in class bibliothek.util.Colors
 
DIRECT_ACTION - Static variable in class bibliothek.gui.dock.action.LocationHint
Used if this hint was produced by the parent of a dockable
DirectRemoteRelocator - Interface in bibliothek.gui.dock.control
A simplified version of RemoteRelocator.
disableAllModes() - Method in class bibliothek.gui.dock.control.DockRelocator
Sets all DockRelocatorModes to inactive.
disabledIcon - Variable in class bibliothek.gui.dock.action.dropdown.AbstractDropDownFilter
the disabled icon provided by the selected element
disabledIcon(JComponent, Icon) - Static method in class bibliothek.gui.dock.util.DockUtilities
Gets a "disabled" icon according to the current look and feel.
DisplayerCollection - Class in bibliothek.gui.dock.station
A set of DockableDisplayers.
DisplayerCollection(DockStation, DisplayerFactory) - Constructor for class bibliothek.gui.dock.station.DisplayerCollection
Creates a new collection
DisplayerColor - Class in bibliothek.gui.dock.themes.color
A color used on a DockableDisplayer.
DisplayerColor(String, Class<? extends DockColor>, DockableDisplayer, Color) - Constructor for class bibliothek.gui.dock.themes.color.DisplayerColor
Creates a new DisplayerColor
DisplayerFactory - Interface in bibliothek.gui.dock.station
A factory that creates instances of DockableDisplayer.
DisplayerFactoryWrapper - Class in bibliothek.gui.dock.station.support
A wrapper for a DisplayerFactory.
DisplayerFactoryWrapper() - Constructor for class bibliothek.gui.dock.station.support.DisplayerFactoryWrapper
 
DisplayerFocusTraversalPolicy - Class in bibliothek.gui.dock.displayer
A traversal policy for DockableDisplayers.
DisplayerFocusTraversalPolicy(DockableDisplayer) - Constructor for class bibliothek.gui.dock.displayer.DisplayerFocusTraversalPolicy
Creates a new policy.
divider - Variable in class bibliothek.gui.dock.station.split.SplitDockGrid.Node
the location of the divider
DOCK_STATION_ICON - Static variable in class bibliothek.gui.dock.util.PropertyKey
The Icon used for a DockStation if it has no icon.
DOCK_STATION_TITLE - Static variable in class bibliothek.gui.dock.util.PropertyKey
The title of a DockStation if it has no title.
dockable - Variable in class bibliothek.extension.gui.dock.theme.eclipse.rex.RexTabbedComponent.TabEntry
 
DOCKABLE - Static variable in class bibliothek.gui.dock.action.LocationHint
Used if this hint was produced by a Dockable
dockable - Variable in class bibliothek.gui.dock.station.stack.DefaultStackDockComponent.Tab
the element on the tab
dockable - Variable in class bibliothek.gui.dock.themes.basic.action.menu.AbstractMenuHandler
the Dockable for which actions are dispatched
Dockable - Interface in bibliothek.gui
A Dockable is a window which is put onto a DockStation.
DOCKABLE_ICON - Static variable in class bibliothek.gui.dock.util.PropertyKey
The Icon used for a Dockable if it has no icon.
DOCKABLE_TITLE - Static variable in class bibliothek.gui.dock.util.PropertyKey
The title of a Dockable if it has no title.
DockableAdapter - Class in bibliothek.gui.dock.event
An abstract class implementing the DockableListener.
DockableAdapter() - Constructor for class bibliothek.gui.dock.event.DockableAdapter
 
dockableAdded(DockStation, Dockable) - Method in class bibliothek.gui.dock.event.DockStationAdapter
 
dockableAdded(DockStation, Dockable) - Method in interface bibliothek.gui.dock.event.DockStationListener
Invoked after dockable has been added to station.
Note: this method is called when the tree of DockElements contains the new element, other properties - like the bounds of the Component of dockable - might not yet be set.
dockableAdded(DockStation, Dockable) - Method in class bibliothek.gui.dock.station.support.DockableVisibilityManager
 
dockableAdding(DockStation, Dockable) - Method in class bibliothek.gui.dock.event.DockStationAdapter
 
dockableAdding(DockStation, Dockable) - Method in interface bibliothek.gui.dock.event.DockStationListener
Invoked before dockable is added to station.
DockableCollector - Class in bibliothek.gui.dock.facile.lookandfeel
A ComponentCollector which collects all Components accessible through the known Dockables of a DockFrontend.
DockableCollector(DockFrontend) - Constructor for class bibliothek.gui.dock.facile.lookandfeel.DockableCollector
Creates a new collector
dockableCycledRegister(DockController, Dockable) - Method in class bibliothek.gui.dock.control.FocusController
 
dockableCycledRegister(DockController, Dockable) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
 
dockableCycledRegister(DockController, Dockable) - Method in class bibliothek.gui.dock.control.PopupController
 
dockableCycledRegister(DockController, Dockable) - Method in class bibliothek.gui.dock.event.DockAdapter
 
dockableCycledRegister(DockController, Dockable) - Method in class bibliothek.gui.dock.event.DockRegisterAdapter
 
dockableCycledRegister(DockController, Dockable) - Method in interface bibliothek.gui.dock.event.DockRegisterListener
Invoked when dockable was added and removed from the controller, or was removed and added again to controller.
DockableDisplayer - Interface in bibliothek.gui.dock.station
A panel which shows one Dockable and one DockTitle.
DockableDisplayer.Location - Enum in bibliothek.gui.dock.station
The four possible locations of the title
DockableFocusAdapter - Class in bibliothek.gui.dock.event
An implementatin of DockableFocusListener containing only empty methods.
DockableFocusAdapter() - Constructor for class bibliothek.gui.dock.event.DockableFocusAdapter
 
dockableFocused(DockController, Dockable) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleStackDockComponent.Tab
 
dockableFocused(DockController, Dockable) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatTab.FlatButton
 
dockableFocused(DockController, Dockable) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
 
dockableFocused(DockController, Dockable) - Method in class bibliothek.gui.dock.event.DockableFocusAdapter
 
dockableFocused(DockController, Dockable) - Method in interface bibliothek.gui.dock.event.DockableFocusListener
Invoked when dockable has gained the focus.
dockableFocused(DockController, Dockable) - Method in class bibliothek.gui.dock.event.DockAdapter
 
dockableFocused(DockController, Dockable) - Method in class bibliothek.gui.dock.themes.basic.BasicStackDockComponent.BasicTab
 
DockableFocusListener - Interface in bibliothek.gui.dock.event
A listener added to a DockController, this listener gets informed when the focused Dockable is exchanged.
dockableFocusListeners() - Method in class bibliothek.gui.DockController
Gets an array of currently registered DockableFocusListeners.
DockableListener - Interface in bibliothek.gui.dock.event
A listener which is added to a Dockable.
DockableMovingImageFactory - Interface in bibliothek.gui.dock.dockable
A factory for MovingImages.
DockableProperty - Interface in bibliothek.gui.dock.layout
Describes the location of a Dockable on a DockStation.
DockablePropertyFactory - Interface in bibliothek.gui.dock.layout
A factory which creates instances of DockableProperty.
dockableRegistered(DockController, Dockable) - Method in class bibliothek.gui.dock.control.ActionBinder
 
dockableRegistered(DockController, Dockable) - Method in class bibliothek.gui.dock.control.FocusController
 
dockableRegistered(DockController, Dockable) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
 
dockableRegistered(DockController, Dockable) - Method in class bibliothek.gui.dock.control.PopupController
 
dockableRegistered(DockController, Dockable) - Method in class bibliothek.gui.dock.event.DockAdapter
 
dockableRegistered(DockController, Dockable) - Method in class bibliothek.gui.dock.event.DockRegisterAdapter
 
dockableRegistered(DockController, Dockable) - Method in interface bibliothek.gui.dock.event.DockRegisterListener
Invoked after a Dockable was registered.
dockableRegistering(DockController, Dockable) - Method in class bibliothek.gui.dock.control.FocusController
 
dockableRegistering(DockController, Dockable) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
 
dockableRegistering(DockController, Dockable) - Method in class bibliothek.gui.dock.control.PopupController
 
dockableRegistering(DockController, Dockable) - Method in class bibliothek.gui.dock.event.DockAdapter
 
dockableRegistering(DockController, Dockable) - Method in class bibliothek.gui.dock.event.DockRegisterAdapter
 
dockableRegistering(DockController, Dockable) - Method in interface bibliothek.gui.dock.event.DockRegisterListener
Invoked right before the dockable is registered in the controller.
dockableRemoved(DockStation, Dockable) - Method in class bibliothek.gui.dock.event.DockStationAdapter
 
dockableRemoved(DockStation, Dockable) - Method in interface bibliothek.gui.dock.event.DockStationListener
Invoked after dockable has been removed from station.
dockableRemoved(DockStation, Dockable) - Method in class bibliothek.gui.dock.station.support.DockableVisibilityManager
 
dockableRemoving(DockStation, Dockable) - Method in class bibliothek.gui.dock.event.DockStationAdapter
 
dockableRemoving(DockStation, Dockable) - Method in interface bibliothek.gui.dock.event.DockStationListener
Invoked before dockable is removed from station.
dockables - Variable in class bibliothek.gui.dock.station.split.SplitDockGrid.Node
the elements represtented by this leaf
dockableSelected(DockController, DockStation, Dockable) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleStackDockComponent.Tab
 
dockableSelected(DockController, DockStation, Dockable) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatTab.FlatButton
 
dockableSelected(DockController, DockStation, Dockable) - Method in class bibliothek.gui.dock.event.DockableFocusAdapter
 
dockableSelected(DockController, DockStation, Dockable) - Method in interface bibliothek.gui.dock.event.DockableFocusListener
Called when station changes its selected dockable.
dockableSelected(DockController, DockStation, Dockable) - Method in class bibliothek.gui.dock.event.DockAdapter
 
dockableSelected(DockStation, Dockable) - Method in class bibliothek.gui.dock.event.DockStationAdapter
 
dockableSelected(DockStation, Dockable) - Method in interface bibliothek.gui.dock.event.DockStationListener
Called when dockable has been selected.
dockableSelected(DockController, DockStation, Dockable) - Method in class bibliothek.gui.dock.themes.basic.BasicStackDockComponent.BasicTab
 
dockableUnregistered(DockController, Dockable) - Method in class bibliothek.gui.dock.control.ActionBinder
 
dockableUnregistered(DockController, Dockable) - Method in class bibliothek.gui.dock.control.FocusController
 
dockableUnregistered(DockController, Dockable) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
 
dockableUnregistered(DockController, Dockable) - Method in class bibliothek.gui.dock.control.PopupController
 
dockableUnregistered(DockController, Dockable) - Method in class bibliothek.gui.dock.event.DockAdapter
 
dockableUnregistered(DockController, Dockable) - Method in class bibliothek.gui.dock.event.DockRegisterAdapter
 
dockableUnregistered(DockController, Dockable) - Method in interface bibliothek.gui.dock.event.DockRegisterListener
Invoked after dockable has been unregistered from controller.
DockableVisibilityManager - Class in bibliothek.gui.dock.station.support
Knows for every child of a DockStation whether it is visible or not.
DockableVisibilityManager(DockStationListenerManager) - Constructor for class bibliothek.gui.dock.station.support.DockableVisibilityManager
Constructs a new manager
dockableVisibiltySet(DockStation, Dockable, boolean) - Method in class bibliothek.gui.dock.event.DockStationAdapter
 
dockableVisibiltySet(DockStation, Dockable, boolean) - Method in interface bibliothek.gui.dock.event.DockStationListener
Invoked if the visibility of a child has been changed.
DockAcceptance - Interface in bibliothek.gui.dock.accept
Used by a DockController to decide globally which Dockable can become child of which DockStation.
The acceptance can be set through the method DockController.addAcceptance(DockAcceptance)
DockAction - Interface in bibliothek.gui.dock.action
A DockAction is an object that represents an action which can be triggered by the user.
DockActionAdapter - Class in bibliothek.gui.dock.event
An abstract implementation of StandardDockActionListener.
DockActionAdapter() - Constructor for class bibliothek.gui.dock.event.DockActionAdapter
 
DockActionSource - Interface in bibliothek.gui.dock.action
A list of DockActions which may change its size at any time.
DockActionSourceAdapter - Class in bibliothek.gui.dock.event
An abstract implementation of DockActionSourceListener.
DockActionSourceAdapter() - Constructor for class bibliothek.gui.dock.event.DockActionSourceAdapter
 
DockActionSourceListener - Interface in bibliothek.gui.dock.event
A listener that is added to DockActionSource.
DockAdapter - Class in bibliothek.gui.dock.event
An implementation of DockListener, doing nothing whenever receiving an event.
DockAdapter() - Constructor for class bibliothek.gui.dock.event.DockAdapter
 
DockColor - Interface in bibliothek.gui.dock.util.color
A wrapper around a Color object.
DockController - Class in bibliothek.gui
A controller is needed to drag and drop dockables from one DockStation to another station.
In order to use a station, it must be added to a controller.
DockController() - Constructor for class bibliothek.gui.DockController
Creates a new controller.
DockController(DockControllerFactory) - Constructor for class bibliothek.gui.DockController
Creates a new controller but does not initiate the properties of this controller if not wished.
DockControllerFactory - Interface in bibliothek.gui.dock.control
Contains various factory methods which are used during initialization of a DockController
DockElement - Interface in bibliothek.gui.dock
An element in the hierarchy of dockables and stations.
DockFactory<D extends DockElement,L> - Interface in bibliothek.gui.dock
A DockFactory can convert the contents of a DockElement in a persistent form.
Some kind of DockElement will be converted into a Object, this layout can then be written into a stream.
DockFocusTraversalPolicy - Class in bibliothek.gui.dock.focus
A FocusTraversalPolicy that uses the algorithms of a SimplifiedFocusTraversalPolicy to do its work.
DockFocusTraversalPolicy(SimplifiedFocusTraversalPolicy, boolean) - Constructor for class bibliothek.gui.dock.focus.DockFocusTraversalPolicy
Creates a new policy.
DockFrontend - Class in bibliothek.gui
A DockFrontend provides some methods to handle the storage of various layouts.
DockFrontend() - Constructor for class bibliothek.gui.DockFrontend
Constructs a new frontend, creates a new controller.
DockFrontend(Window) - Constructor for class bibliothek.gui.DockFrontend
Constructs a new frontend, creates a new controller.
DockFrontend(DockController) - Constructor for class bibliothek.gui.DockFrontend
Constructs a new frontend.
DockFrontend(DockController, Window) - Constructor for class bibliothek.gui.DockFrontend
Constructs a new frontend, tries to set up a ScreenDockStationFactory.
DockFrontend.Hider - Class in bibliothek.gui
An object which is action and ActionGuard at the same time.
DockFrontend.Hider() - Constructor for class bibliothek.gui.DockFrontend.Hider
Creates a new action/guard.
DockFrontendAdapter - Class in bibliothek.gui.dock.event
An class implementing all methods of DockFrontendListener, but not doing anything inside these methodes.
DockFrontendAdapter() - Constructor for class bibliothek.gui.dock.event.DockFrontendAdapter
 
DockFrontendListener - Interface in bibliothek.gui.dock.event
A listener to a DockFrontend.
DockHierarchyEvent - Class in bibliothek.gui.dock.event
Contains information about the path of a Dockable.
DockHierarchyEvent(Dockable) - Constructor for class bibliothek.gui.dock.event.DockHierarchyEvent
Creates a new event and sets up all properties.
DockHierarchyEvent(Dockable, DockController) - Constructor for class bibliothek.gui.dock.event.DockHierarchyEvent
Creates a new event and sets up all properties.
DockHierarchyListener - Interface in bibliothek.gui.dock.event
A listener that is added to a Dockable.addDockHierarchyListener(DockHierarchyListener) and is informed whenever the path of the Dockable changes.
DockHierarchyObserver - Class in bibliothek.gui.dock.dockable
A helper class that is able to send DockHierarchyEvents to DockHierarchyListeners.
DockHierarchyObserver(Dockable) - Constructor for class bibliothek.gui.dock.dockable.DockHierarchyObserver
Creates a new observer.
DockLayout<L> - Class in bibliothek.gui.dock.layout
A DockLayout describes the contents of one DockElement.
DockLayout(String, L) - Constructor for class bibliothek.gui.dock.layout.DockLayout
Creates a new layout.
DockLayoutComposition - Class in bibliothek.gui.dock.layout
A DockLayoutComposition describes all relations and positions of a set of DockElements.
DockLayoutComposition(DockLayout<?>, List<DockLayoutComposition>, boolean) - Constructor for class bibliothek.gui.dock.layout.DockLayoutComposition
Creates a new composition.
DockListener - Interface in bibliothek.gui.dock.event
A collection of listeners that observe most events of a DockController.
DockProperties - Class in bibliothek.gui.dock.util
A set of properties that are used at different places all over the framework.
DockProperties() - Constructor for class bibliothek.gui.dock.util.DockProperties
 
DockPropertyListener<A> - Interface in bibliothek.gui.dock.util
A listener to an entry of DockProperties.
DockRegister - Class in bibliothek.gui.dock.control
A set of all Dockables and DockStations currently used in the system.
DockRegister(DockController) - Constructor for class bibliothek.gui.dock.control.DockRegister
Creates a new register.
DockRegisterAdapter - Class in bibliothek.gui.dock.event
A DockRegisterListener that contains only empty methods.
DockRegisterAdapter() - Constructor for class bibliothek.gui.dock.event.DockRegisterAdapter
 
DockRegisterListener - Interface in bibliothek.gui.dock.event
A listener receiving events from a DockRegister.
DockRelocator - Class in bibliothek.gui.dock.control
A manager adding MouseListener and MouseMotionListener to every Dockable and DockTitle and handling the drag and drop.
The behaviour of a drag and drop operation can be made dependent of the keys that are pressed, using some DockRelocatorModes.
DockRelocator(DockController) - Constructor for class bibliothek.gui.dock.control.DockRelocator
Creates a new manager.
DockRelocatorAdapter - Class in bibliothek.gui.dock.event
An implementation of DockRelocatorListener that contains only empty methods.
DockRelocatorAdapter() - Constructor for class bibliothek.gui.dock.event.DockRelocatorAdapter
 
DockRelocatorListener - Interface in bibliothek.gui.dock.event
A listener used by a DockRelocator to inform when a Dockable is moved around.
DockRelocatorMode - Interface in bibliothek.gui.dock.control
A DockRelocatorMode is used by a DockRelocator to change the behaviour of the drag and drop-operation depending what the user does with the mouse and the keyboard.
DockSituation - Class in bibliothek.gui.dock.layout
A DockSituation is a converter: the relationship of DockStations and Dockables, the position of Dockables and other information are converted into a stream of bytes.
DockSituation(DockFactory<?, ?>...) - Constructor for class bibliothek.gui.dock.layout.DockSituation
Constructs a new DockSituation and sets some factories which are used to create new DockElements
DockSituation() - Constructor for class bibliothek.gui.dock.layout.DockSituation
Constructs a new DockSituation.
DockSituationIgnore - Interface in bibliothek.gui.dock.layout
A DockSituationIgnore is used in a DockSituation to decide, which elements (stations and dockables) should be written into a stream.
DockStation - Interface in bibliothek.gui
A DockStation is an area containing some instances of Dockable.
DockStationAdapter - Class in bibliothek.gui.dock.event
An abstract implementation of DockStationListener.
DockStationAdapter() - Constructor for class bibliothek.gui.dock.event.DockStationAdapter
 
DockStationListener - Interface in bibliothek.gui.dock.event
This listener is added to a DockStation.
DockStationListenerManager - Class in bibliothek.gui.dock.station.support
This manager stores DockStationListeners and provides methods to invoke the listeners.
DockStationListenerManager(DockStation) - Constructor for class bibliothek.gui.dock.station.support.DockStationListenerManager
Constructs a new manager.
dockStationListeners - Variable in class bibliothek.gui.dock.SplitDockStation
The list of all registered DockStationListeners.
dockStationRegistered(DockController, DockStation) - Method in class bibliothek.gui.dock.control.FocusController
 
dockStationRegistered(DockController, DockStation) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
 
dockStationRegistered(DockController, DockStation) - Method in class bibliothek.gui.dock.control.PopupController
 
dockStationRegistered(DockController, DockStation) - Method in class bibliothek.gui.dock.event.DockAdapter
 
dockStationRegistered(DockController, DockStation) - Method in class bibliothek.gui.dock.event.DockRegisterAdapter
 
dockStationRegistered(DockController, DockStation) - Method in interface bibliothek.gui.dock.event.DockRegisterListener
Invoked after a DockStation was registered.
dockStationRegistering(DockController, DockStation) - Method in class bibliothek.gui.dock.control.FocusController
 
dockStationRegistering(DockController, DockStation) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
 
dockStationRegistering(DockController, DockStation) - Method in class bibliothek.gui.dock.control.PopupController
 
dockStationRegistering(DockController, DockStation) - Method in class bibliothek.gui.dock.event.DockAdapter
 
dockStationRegistering(DockController, DockStation) - Method in class bibliothek.gui.dock.event.DockRegisterAdapter
 
dockStationRegistering(DockController, DockStation) - Method in interface bibliothek.gui.dock.event.DockRegisterListener
Invoked right before the station is registered in the controller.
dockStationUnregistered(DockController, DockStation) - Method in class bibliothek.gui.dock.control.FocusController
 
dockStationUnregistered(DockController, DockStation) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
 
dockStationUnregistered(DockController, DockStation) - Method in class bibliothek.gui.dock.control.PopupController
 
dockStationUnregistered(DockController, DockStation) - Method in class bibliothek.gui.dock.event.DockAdapter
 
dockStationUnregistered(DockController, DockStation) - Method in class bibliothek.gui.dock.event.DockRegisterAdapter
 
dockStationUnregistered(DockController, DockStation) - Method in interface bibliothek.gui.dock.event.DockRegisterListener
Invoked after station has been unregistered from controller.
DockTheme - Interface in bibliothek.gui
A theme describes how a DockStation looks like, which DockTitle are selected, and other behavior.
DockTitle - Interface in bibliothek.gui.dock.title
A component which is shown aside a Dockable.
DockTitle.Orientation - Enum in bibliothek.gui.dock.title
How to layout a DockTitle
DockTitleBindingListener - Interface in bibliothek.gui.dock.event
A listener added to a DockController, receives notifications when a DockTitle is bound or unbound.
dockTitleBindingListeners() - Method in class bibliothek.gui.DockController
Gets an array of all DockTitleBindingListener that are currently registered at this controller.
DockTitleEvent - Class in bibliothek.gui.dock.event
These events are used for DockTitles, to transfer information between station and title.
DockTitleEvent(Dockable, boolean) - Constructor for class bibliothek.gui.dock.event.DockTitleEvent
Constructs a new event.
DockTitleEvent(DockStation, Dockable, boolean) - Constructor for class bibliothek.gui.dock.event.DockTitleEvent
Constructs a new event.
DockTitleFactory - Interface in bibliothek.gui.dock.title
A factory for instances of DockTitle.
DockTitleManager - Class in bibliothek.gui.dock.title
The manager of the DockTitleFactories.
DockTitleManager(DockController) - Constructor for class bibliothek.gui.dock.title.DockTitleManager
Creates a new manager
DockTitleTab - Class in bibliothek.extension.gui.dock.theme.eclipse.rex.tab
A DockTitleTab is a wrapper around an ordinary DockTitle to get a TabComponent.
This DockTitleTab will use EclipseDockTitleEvents to inform its DockTitle when a property has changed, the method DockTitle.changed(bibliothek.gui.dock.event.DockTitleEvent) is called for that purpose.
DockTitleTab(DockStation, Dockable, DockTitle, int) - Constructor for class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.DockTitleTab
Creates a new tab.
DockTitleVersion - Class in bibliothek.gui.dock.title
A DockTitleVersion is a hint which DockTitleFactory has to be used to create one or more DockTitle for some Dockables.
DockTitleVersions are created and registered by a DockTitleManager.
Every version consists of three slots for factories, each with different priority.
DockTitleVersion(DockController, String) - Constructor for class bibliothek.gui.dock.title.DockTitleVersion
Creates a new version.
DockUI - Class in bibliothek.gui
A list of icons, text and methods used by the framework.
DockUI() - Constructor for class bibliothek.gui.DockUI
Creates a new DockUI
DockUtilities - Class in bibliothek.gui.dock.util
A list of methods which can be used for different purposes.
DockUtilities() - Constructor for class bibliothek.gui.dock.util.DockUtilities
 
DockUtilities.DockVisitor - Class in bibliothek.gui.dock.util
A visitor used to visit the nodes of a dock-tree.
DockUtilities.DockVisitor() - Constructor for class bibliothek.gui.dock.util.DockUtilities.DockVisitor
 
doLayout() - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleStackDockComponent.Tab
 
doLayout() - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.RectGradientPainter
 
doLayout() - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.ShapedGradientPainter
 
doLayout() - Method in class bibliothek.gui.dock.security.GlassedPane
 
doLayout() - Method in class bibliothek.gui.dock.station.OverpaintablePanel
 
doLayout() - Method in class bibliothek.gui.dock.themes.basic.action.buttons.ButtonPanel
 
doLayout() - Method in class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer
 
doLayout() - Method in class bibliothek.gui.dock.title.AbstractDockTitle
 
done(DockController) - Method in interface bibliothek.gui.dock.event.ControllerSetupListener
Called when controller is set up.
doPaintIconWhenInactive() - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.BaseTabComponent
 
DoubleClickController - Class in bibliothek.gui.dock.control
Adds a MouseListener to all Dockables and DockTitles and informs the registered DoubleClickController.GlobalDoubleClickListeners whenever the user clicks twice on such an element.
DoubleClickController(ControllerSetupCollection) - Constructor for class bibliothek.gui.dock.control.DoubleClickController
Creates a new DoubleClickController.
DoubleClickController.GlobalDoubleClickListener - Class in bibliothek.gui.dock.control
A listener which waits for a double-click-event.
DoubleClickController.GlobalDoubleClickListener(Dockable) - Constructor for class bibliothek.gui.dock.control.DoubleClickController.GlobalDoubleClickListener
Constructs a new listener.
DoubleClickListener - Interface in bibliothek.gui.dock.event
A DoubleClickListener is added to the DoubleClickController and may receive an event if a Dockable, which is child or equal to LocatedListener.getTreeLocation(), was clicked twice.
drag(int, int, boolean) - Method in interface bibliothek.gui.dock.control.DirectRemoteRelocator
Gives a feedback to the user, that a Dockable is moved around.
Prepares for a drop-event.
drag(DockController, Dockable, DockStation) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
 
drag(int, int, int) - Method in interface bibliothek.gui.dock.control.RemoteRelocator
This method works on the drag-part of a drag & drop operation.
drag(DockController, Dockable, DockStation) - Method in class bibliothek.gui.dock.event.DockAdapter
 
drag(DockController, Dockable, DockStation) - Method in class bibliothek.gui.dock.event.DockRelocatorAdapter
 
drag(DockController, Dockable, DockStation) - Method in interface bibliothek.gui.dock.event.DockRelocatorListener
Invoked when a drag and drop operation has been confirmed.
drag(Dockable) - Method in class bibliothek.gui.dock.FlapDockStation
 
drag(Dockable) - Method in class bibliothek.gui.dock.ScreenDockStation
 
drag(Dockable) - Method in class bibliothek.gui.dock.SplitDockStation
 
drag(Dockable) - Method in class bibliothek.gui.dock.StackDockStation
 
drag(Dockable) - Method in interface bibliothek.gui.DockStation
Removes a child from this station.
dragMouseDragged(MouseEvent, DockTitle, Dockable) - Method in class bibliothek.gui.dock.control.DefaultDockRelocator
Invoked while the user drags a title or Dockable.
dragMouseDragged(int, int, int, DockTitle, Dockable, boolean) - Method in class bibliothek.gui.dock.control.DefaultDockRelocator
Handles a mouse-pressed event.
dragMousePressed(MouseEvent, DockTitle, Dockable) - Method in class bibliothek.gui.dock.control.DefaultDockRelocator
Invoked by the listeners of a title to start a drag and drop operation.
dragMousePressed(int, int, int, int, int, Dockable) - Method in class bibliothek.gui.dock.control.DefaultDockRelocator
Handles a mouse-pressed event.
dragMouseReleased(MouseEvent, DockTitle, Dockable) - Method in class bibliothek.gui.dock.control.DefaultDockRelocator
Invoked while the user drags a title or Dockable and releases a mouse button.
dragMouseReleased(int, int, int, Dockable) - Method in class bibliothek.gui.dock.control.DefaultDockRelocator
Handles a mouse-released event.
draw() - Method in class bibliothek.gui.dock.FlapDockStation
 
draw() - Method in class bibliothek.gui.dock.ScreenDockStation
 
draw() - Method in class bibliothek.gui.dock.SplitDockStation
 
draw() - Method in class bibliothek.gui.dock.StackDockStation
 
draw() - Method in interface bibliothek.gui.DockStation
Informs this station that the information gathered by prepareDrop or prepareMove should be painted somehow onto this station.
The station should use the StationPaint of its theme to draw.
drawDivider(Graphics, DockStation, Rectangle) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleStationPaint
 
drawDivider(Graphics, DockStation, Rectangle) - Method in class bibliothek.extension.gui.dock.theme.eclipse.EclipseStationPaint
 
drawDivider(Graphics, DockStation, Rectangle) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatStationPaint
 
drawDivider(Graphics, DockStation, Rectangle) - Method in interface bibliothek.gui.dock.station.StationPaint
Draws a divider between two elements.
drawDivider(Graphics, DockStation, Rectangle) - Method in class bibliothek.gui.dock.station.support.StationPaintWrapper
 
drawDivider(Graphics, DockStation, Rectangle) - Method in class bibliothek.gui.dock.themes.basic.BasicStationPaint
 
drawInsertion(Graphics, DockStation, Rectangle, Rectangle) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleStationPaint
 
drawInsertion(Graphics, DockStation, Rectangle, Rectangle) - Method in class bibliothek.extension.gui.dock.theme.eclipse.EclipseStationPaint
 
drawInsertion(Graphics, DockStation, Rectangle, Rectangle) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatStationPaint
 
drawInsertion(Graphics, DockStation, Rectangle, Rectangle) - Method in interface bibliothek.gui.dock.station.StationPaint
Paints some markings when a Dockable is added to a DockStation.
drawInsertion(Graphics, DockStation, Rectangle, Rectangle) - Method in class bibliothek.gui.dock.station.support.StationPaintWrapper
 
drawInsertion(Graphics, DockStation, Rectangle, Rectangle) - Method in class bibliothek.gui.dock.themes.basic.BasicStationPaint
 
drawInsertionLine(Graphics, DockStation, int, int, int, int) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleStationPaint
 
drawInsertionLine(Graphics, DockStation, int, int, int, int) - Method in class bibliothek.extension.gui.dock.theme.eclipse.EclipseStationPaint
 
drawInsertionLine(Graphics, DockStation, int, int, int, int) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatStationPaint
 
drawInsertionLine(Graphics, DockStation, int, int, int, int) - Method in interface bibliothek.gui.dock.station.StationPaint
Paints a single line from x1/y1 to x2/y2.
drawInsertionLine(Graphics, DockStation, int, int, int, int) - Method in class bibliothek.gui.dock.station.support.StationPaintWrapper
 
drawInsertionLine(Graphics, DockStation, int, int, int, int) - Method in class bibliothek.gui.dock.themes.basic.BasicStationPaint
 
drop(int, int) - Method in interface bibliothek.gui.dock.control.DirectRemoteRelocator
Stops a dnd-operation either by dropping the Dockable (if possible) or by canceling the operation.
drop(DockController, Dockable, DockStation) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
 
drop(int, int, int) - Method in interface bibliothek.gui.dock.control.RemoteRelocator
This method works on the drop-part of a drag & drop operation.
drop(DockController, Dockable, DockStation) - Method in class bibliothek.gui.dock.event.DockAdapter
 
drop(DockController, Dockable, DockStation) - Method in class bibliothek.gui.dock.event.DockRelocatorAdapter
 
drop(DockController, Dockable, DockStation) - Method in interface bibliothek.gui.dock.event.DockRelocatorListener
Invoked after a Dockable was dropped.
drop() - Method in class bibliothek.gui.dock.FlapDockStation
 
drop(Dockable) - Method in class bibliothek.gui.dock.FlapDockStation
 
drop(Dockable, DockableProperty) - Method in class bibliothek.gui.dock.FlapDockStation
 
drop(Dockable, FlapDockProperty) - Method in class bibliothek.gui.dock.FlapDockStation
Adds the Dockable dockable to this station or to a child of this station, according to the contents of property.
drop() - Method in class bibliothek.gui.dock.ScreenDockStation
 
drop(Dockable) - Method in class bibliothek.gui.dock.ScreenDockStation
 
drop(Dockable, DockableProperty) - Method in class bibliothek.gui.dock.ScreenDockStation
 
drop(Dockable, ScreenDockProperty) - Method in class bibliothek.gui.dock.ScreenDockStation
Tries to add the dockable to this station, and uses the property to determine its location.
drop(Dockable, ScreenDockProperty, boolean) - Method in class bibliothek.gui.dock.ScreenDockStation
Tries to add the dockable to this station, and uses the property to determine its location.
drop(Dockable) - Method in class bibliothek.gui.dock.SplitDockStation
 
drop(Dockable, DockableProperty) - Method in class bibliothek.gui.dock.SplitDockStation
 
drop(Dockable, SplitDockProperty) - Method in class bibliothek.gui.dock.SplitDockStation
Tries to add Dockable such that the boundaries given by property are full filled.
drop(Dockable, SplitDockPathProperty) - Method in class bibliothek.gui.dock.SplitDockStation
Tries to insert dockable at a location such that the path to that location is the same as described in property.
drop() - Method in class bibliothek.gui.dock.SplitDockStation
 
drop() - Method in class bibliothek.gui.dock.StackDockStation
 
drop(Dockable) - Method in class bibliothek.gui.dock.StackDockStation
 
drop(Dockable, DockableProperty) - Method in class bibliothek.gui.dock.StackDockStation
 
drop(Dockable, StackDockProperty) - Method in class bibliothek.gui.dock.StackDockStation
Adds a new child to this station, and tries to match the property as good as possible.
drop(Dockable, SplitDockProperty, SplitNode) - Method in interface bibliothek.gui.dock.station.split.SplitDockAccess
Tries to add Dockable such that the boundaries given by property are full filled.
drop() - Method in interface bibliothek.gui.DockStation
Adds the Dockable of the last run of prepareDrop to this station.
drop(Dockable) - Method in interface bibliothek.gui.DockStation
Adds dockable to this station.
drop(Dockable, DockableProperty) - Method in interface bibliothek.gui.DockStation
Tries to add dockable to this station such that the location given by property is matched.
DROP_DOWN - Static variable in class bibliothek.gui.dock.action.ActionType
Represents a drop down action.
DROP_DOWN - Static variable in class bibliothek.gui.dock.action.view.ViewTarget
A target aiming to a DropDownAction
dropAside(SplitNode, PutInfo.Put, Dockable, Leaf, double, boolean) - Method in class bibliothek.gui.dock.SplitDockStation
Adds dockable at the side put of neighbor.
DropDownAction - Interface in bibliothek.gui.dock.action
A DockAction that consists of other actions.
DropDownActionListener - Interface in bibliothek.gui.dock.event
A listener of a DropDownAction.
DropDownFilter - Class in bibliothek.gui.dock.action.dropdown
A filter is used by views which want to display a DropDownAction, but have to show elements of the selected action as well.
A filter is a DropDownView which forwards their properties to another DropDownView.
DropDownFilter(Dockable, DropDownAction, DropDownView) - Constructor for class bibliothek.gui.dock.action.dropdown.DropDownFilter
Creates a new filter
DropDownFilterFactory - Interface in bibliothek.gui.dock.action.dropdown
A factory that creates DropDownFilter.
DropDownItemAction - Interface in bibliothek.gui.dock.action.dropdown
An action that can be child of a DropDownAction.
DropDownItemHandle - Class in bibliothek.gui.dock.themes.basic.action
Represents an action and a view which are children of a DropDownAction
DropDownItemHandle(DockAction, DropDownViewItem, Dockable, DropDownAction) - Constructor for class bibliothek.gui.dock.themes.basic.action.DropDownItemHandle
Creates a new item.
DropDownMenuHandler - Class in bibliothek.gui.dock.themes.basic.action.menu
A handler that shows a DropDownAction in a menu.
DropDownMenuHandler(DropDownAction, Dockable) - Constructor for class bibliothek.gui.dock.themes.basic.action.menu.DropDownMenuHandler
Creates a new handler
DropDownMiniButton - Class in bibliothek.gui.dock.themes.basic.action.buttons
A MiniButton that shows a DropDownAction.
DropDownMiniButton(BasicDropDownButtonHandler) - Constructor for class bibliothek.gui.dock.themes.basic.action.buttons.DropDownMiniButton
Creates a new button.
DropDownView - Interface in bibliothek.gui.dock.action.dropdown
A connection between an drop-down-item and a view.
DropDownViewItem - Interface in bibliothek.gui.dock.themes.basic.action.dropdown
An item that is shown in the menu of a drop-down-button and can be selected by the button.
dropOver(Leaf, Dockable) - Method in class bibliothek.gui.dock.SplitDockStation
Combines the Dockable of leaf and dockable to a new child of this station.
dropOver(Leaf, Dockable, DockableProperty) - Method in class bibliothek.gui.dock.SplitDockStation
Combines the Dockable of leaf and dockable to a new child of this station.
dropTree(SplitDockTree) - Method in class bibliothek.gui.dock.SplitDockStation
Removes all children from this station and then adds the contents that are stored in tree.
dropTree(SplitDockTree, boolean) - Method in class bibliothek.gui.dock.SplitDockStation
Removes all children from this station and then adds the contents that are stored in tree.

A B C D E F G H I K L M N O P Q R S T U V W X Y