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

d - Variable in class bibliothek.util.container.Quartuple
 
darker(Color) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatBorder
Creates a darker version of c.
darker(Color, double) - Static method in class bibliothek.util.Colors
Verringert die Helligkeit von c.
DARKGRAY - Static variable in class bibliothek.util.Colors
 
DARKGREEN - Static variable in class bibliothek.util.Colors
 
DARKKHAKI - Static variable in class bibliothek.util.Colors
 
DARKMAGENTA - Static variable in class bibliothek.util.Colors
 
DARKOLIVEGREEN - Static variable in class bibliothek.util.Colors
 
DARKORANGE - Static variable in class bibliothek.util.Colors
 
DARKORCHID - Static variable in class bibliothek.util.Colors
 
DARKRED - Static variable in class bibliothek.util.Colors
 
DARKSALMON - Static variable in class bibliothek.util.Colors
 
DARKSEAGREEN - Static variable in class bibliothek.util.Colors
 
DARKSLATEBLUE - Static variable in class bibliothek.util.Colors
 
DARKSLATEGRAY - Static variable in class bibliothek.util.Colors
 
DARKTURQUOISE - Static variable in class bibliothek.util.Colors
 
DARKVIOLET - Static variable in class bibliothek.util.Colors
 
DEEPPINK - Static variable in class bibliothek.util.Colors
 
DEEPSKYBLUE - Static variable in class bibliothek.util.Colors
 
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.
defaultActionOffer - Variable in class bibliothek.gui.DockController
The default source for a DockActionSource
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
A factory which can read and write the properties of a DefaultDockable.
DefaultDockableFactory() - Constructor for class bibliothek.gui.dock.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.
DefaultDockRelocator - Class in bibliothek.gui.dock.control
Default implementation of a handler that performs the drag & drop operations for a DockController.
DefaultDockRelocator(DockController) - Constructor for class bibliothek.gui.dock.control.DefaultDockRelocator
Creates a new manager.
DefaultDockRelocator.DefaultRemoteRelocator - Class in bibliothek.gui.dock.control
An implementation connecting a RemoteRelocator to the enclosing DefaultDockRelocator.
DefaultDockRelocator.DefaultRemoteRelocator(Dockable) - Constructor for class bibliothek.gui.dock.control.DefaultDockRelocator.DefaultRemoteRelocator
Creates a new remote
DefaultDockRelocator.MouseDockableListener - Class in bibliothek.gui.dock.control
A listener to the set of known Dockables.
DefaultDockRelocator.MouseDockableListener() - Constructor for class bibliothek.gui.dock.control.DefaultDockRelocator.MouseDockableListener
 
DefaultDockRelocator.MouseDockableListener.SingleMouseDockableListener - Class in bibliothek.gui.dock.control
A listener to a Dockable, lets the user drag and drop a Dockable.
DefaultDockRelocator.MouseDockableListener.SingleMouseDockableListener(Dockable) - Constructor for class bibliothek.gui.dock.control.DefaultDockRelocator.MouseDockableListener.SingleMouseDockableListener
Constructs a new listener
DefaultDockRelocator.TitleListener - Class in bibliothek.gui.dock.control
Observers this controller and registers listeners to all new titles.
DefaultDockRelocator.TitleListener() - Constructor for class bibliothek.gui.dock.control.DefaultDockRelocator.TitleListener
 
DefaultDockRelocator.TitleListener.MouseTitleListener - Class in bibliothek.gui.dock.control
A MouseListener which is added to a DockTitle.
DefaultDockRelocator.TitleListener.MouseTitleListener(DockTitle) - Constructor for class bibliothek.gui.dock.control.DefaultDockRelocator.TitleListener.MouseTitleListener
Creates a new listener
DefaultDockRelocator.TitleWindow - Class in bibliothek.gui.dock.control
A window which shows a single DockTitle.
DefaultDockRelocator.TitleWindow(Window, DockTitle) - Constructor for class bibliothek.gui.dock.control.DefaultDockRelocator.TitleWindow
Constructs a new window
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
defaultGenerator - Variable in class bibliothek.gui.dock.action.view.ActionViewConverter.Entry
default generator, used if no other generator is known
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) - Constructor for class bibliothek.gui.dock.control.DefaultMouseFocusObserver
Creates a new focus controller
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.Listener - Class in bibliothek.gui.dock.station.stack
A listener to the enclosing component, using some RemoteRelocator to do drag & drop operations.
DefaultStackDockComponent.Listener() - Constructor for class bibliothek.gui.dock.station.stack.DefaultStackDockComponent.Listener
 
defaultStation - Variable in class bibliothek.gui.DockFrontend
The station which is used to add Dockables if no other station is explicitly requested
delegate - Variable in class bibliothek.gui.dock.station.support.CombinerWrapper
The delegate that is used if not null
delegate - Variable in class bibliothek.gui.dock.station.support.DisplayerFactoryWrapper
 
delegate - Variable in class bibliothek.gui.dock.station.support.StationPaintWrapper
The delegate that is used if not equal to null
delete(String) - Method in class bibliothek.gui.DockFrontend
Deletes the setting with the given name.
deleted(DockFrontend, String) - Method in interface bibliothek.gui.dock.event.DockFrontendListener
Invoked if a setting was deleted.
delta(Color, float, float, float) - Method in class bibliothek.extension.gui.dock.theme.BubbleTheme
Moves the hsb-representation of color a little.
deltaX - Variable in class bibliothek.gui.dock.station.SplitDockStation.DividerListener
A small modification of the position of the mouse.
deltaY - Variable in class bibliothek.gui.dock.station.SplitDockStation.DividerListener
A small modification of the position of the mouse.
deregister(ScreenDockDialog) - Method in class bibliothek.gui.dock.station.ScreenDockStation
Invoked when a ScreenDockDialog is no longer needed.
deriveColors(Color, Color, Color, Color, Color, Color) - Method in class bibliothek.extension.gui.dock.theme.BubbleTheme
Derives all colors needed in this theme.
destination - Variable in class bibliothek.extension.gui.dock.theme.bubble.BubbleColorAnimation.Entry
Key of the color to which the animation runs
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.station.split.FullScreenClickableListener
Deconstructor of this listener, removes all listeners from any known observed object.
destroy(C) - Method in class bibliothek.gui.dock.station.stack.CombinedStackDockComponent
Deletes a tab that was earlier created by #createTab().
diff(SplitDockGrid.Node, SplitDockGrid.Node) - Method in class bibliothek.gui.dock.station.split.SplitDockGrid
Tells whether the two nodes could be merged or not.
different(Color, Color) - Static method in class bibliothek.util.Colors
Ensures that the color constant and the color changeable are different.
different(Color, Color, float) - Static method in class bibliothek.util.Colors
Ensures that the color constant and the color changeable are different.
DIMGRAY - Static variable 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
direction - Variable in class bibliothek.gui.dock.station.flap.FlapDockDirection.DirectedArrow
the direction in which this button points
direction - Variable in class bibliothek.gui.dock.station.FlapDockStation
The direction in which the popup-window is, in respect to this station
DirectRemoteRelocator - Interface in bibliothek.gui.dock.control
A simplified version of RemoteRelocator.
disabledDropIcon - Variable in class bibliothek.extension.gui.dock.theme.bubble.RoundDropDownButton
a disabled version of RoundDropDownButton.dropIcon
disabledDropIcon - Variable in class bibliothek.gui.dock.themes.basic.action.buttons.DropDownMiniButton
A disabled version of DropDownMiniButton.dropIcon
disabledIcon - Variable in class bibliothek.gui.dock.action.actions.SimpleDockAction
Icon shown if the action is not enabled
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.
disabledSelectedIcon - Variable in class bibliothek.gui.dock.action.actions.SimpleSelectableAction
the Icon shown if this action is selected but not enabled
displayer - Variable in class bibliothek.gui.dock.station.flap.FlapWindow
The displayer which is the direct parent of the Dockable and its title
displayer - Variable in class bibliothek.gui.dock.station.screen.ScreenDockDialog
 
displayer - Variable in class bibliothek.gui.dock.station.split.Leaf
The displayer whose size and location is calculated by this leaf
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
DisplayerFactory - Interface in bibliothek.gui.dock.station
A factory that creates instances of DockableDisplayer.
displayerFactory - Variable in class bibliothek.gui.dock.station.FlapDockStation
The DisplayerFactory used to create displayers
displayerFactory - Variable in class bibliothek.gui.dock.station.ScreenDockStation
A factory to create new DockableDisplayer
displayerFactory - Variable in class bibliothek.gui.dock.station.SplitDockStation
A DisplayerFactory used to create DockableDisplayer for the children of this station
displayerFactory - Variable in class bibliothek.gui.dock.station.StackDockStation
A factory to create DockableDisplayer
displayerFactory - Variable in class bibliothek.gui.dock.themes.BasicTheme
creates panels for Dockables
DisplayerFactoryWrapper - Class in bibliothek.gui.dock.station.support
A wrapper for a DisplayerFactory.
DisplayerFactoryWrapper() - Constructor for class bibliothek.gui.dock.station.support.DisplayerFactoryWrapper
 
displayers - Variable in class bibliothek.gui.dock.station.DisplayerCollection
the set of displayers that are fetched but not released
displayers - Variable in class bibliothek.gui.dock.station.FlapDockStation
Collection used to handle the DockableDisplayer
displayers - Variable in class bibliothek.gui.dock.station.ScreenDockStation
The set of DockableDisplayer used on this station
displayers - Variable in class bibliothek.gui.dock.station.SplitDockStation
The set of displayers currently used by this station
displayers - Variable in class bibliothek.gui.dock.station.StackDockStation
The set of displayers shown on this station
divider - Variable in class bibliothek.gui.dock.station.split.Node
The location of the divider.
divider - Variable in class bibliothek.gui.dock.station.split.PutInfo
The location of the divider if the PutInfo.dockable is put aside the PutInfo.node
divider - Variable in class bibliothek.gui.dock.station.split.SplitDockGrid.Node
the location of the divider
divider - Variable in class bibliothek.gui.dock.station.split.SplitDockTree.Node
location of the divider
divider - Variable in class bibliothek.gui.dock.station.SplitDockStation.DividerListener
the current location of the divider
dividerBounds - Variable in class bibliothek.gui.dock.station.split.Node
The area of the divider between the two children
dividerListener - Variable in class bibliothek.gui.dock.station.SplitDockStation
A listener to the mouse.
dividerSize - Variable in class bibliothek.gui.dock.station.SplitDockStation
Size of the gap between two children in pixel
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.bubble.BubbleDisplayer
the panel on which the Dockable of this displayer is shown
dockable - Variable in class bibliothek.extension.gui.dock.theme.bubble.BubbleStackDockComponent.Tab
the Dockable for which this tab is used
dockable - Variable in class bibliothek.extension.gui.dock.theme.flat.FlatTab.FlatButton
the dockable for which this button is shown
dockable - Variable in class bibliothek.gui.dock.action.dropdown.DropDownFilter
The Dockable for which this filter is used
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.control.DefaultDockRelocator.DefaultRemoteRelocator
the Dockable which might be moved by this relocator
dockable - Variable in class bibliothek.gui.dock.control.DefaultDockRelocator.MouseDockableListener.SingleMouseDockableListener
the observed element
dockable - Variable in class bibliothek.gui.dock.control.PopupController.ComponentObserver
the dockable for which a listener might be opened
dockable - Variable in class bibliothek.gui.dock.DockableDisplayer
The content of this displayer
dockable - Variable in class bibliothek.gui.dock.event.DockTitleEvent
The dockable for which the title is rendered
dockable - Variable in class bibliothek.gui.dock.station.flap.FlapDropInfo
The Dockable which is inserted
dockable - Variable in class bibliothek.gui.dock.station.FlapDockStation.ButtonListener
The Dockable whose button is observed by this listener.
dockable - Variable in class bibliothek.gui.dock.station.ScreenDockStation.DropInfo
The Dockable which is dragged
dockable - Variable in class bibliothek.gui.dock.station.split.FullScreenClickableListener.FullScreenListener
The Dockable whose fullscreen-mode may be changed.
dockable - Variable in class bibliothek.gui.dock.station.split.Leaf
The Dockable on the displayer
dockable - Variable in class bibliothek.gui.dock.station.split.PutInfo
The Dockable which will be dropped
dockable - Variable in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler
the element for which the action is shown
dockable - Variable in class bibliothek.gui.dock.themes.basic.action.BasicHandler
the dockable for which the action is displayed
dockable - Variable in class bibliothek.gui.dock.themes.basic.action.DropDownItemHandle
the dockable for which this item is used
dockable - Variable in class bibliothek.gui.dock.themes.basic.action.menu.AbstractMenuHandler
the Dockable for which actions are dispatched
dockable - Variable in class bibliothek.gui.dock.themes.basic.action.menu.DropDownMenuHandler
the Dockable for which this view was created
dockable - Variable in class bibliothek.gui.dock.title.AbstractDockTitle
The Dockable for which this title is shown
Dockable - Interface in bibliothek.gui
A Dockable is a window which is put onto a DockStation.
dockable - Variable in class bibliothek.gui.DockFrontend.DockInfo
The element for which information is stored
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.control.FocusController.StationListener
 
dockableAdded(DockStation, Dockable) - Method in class bibliothek.gui.dock.event.DockAdapter
 
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.
dockableAdded(DockStation, Dockable) - Method in class bibliothek.gui.dock.station.split.FullScreenClickableListener
 
dockableAdded(DockStation, Dockable) - Method in class bibliothek.gui.dock.station.support.DockableVisibilityManager
 
dockableAdding(DockStation, Dockable) - Method in class bibliothek.gui.dock.control.DockRegister.StationListener
 
dockableAdding(DockStation, Dockable) - Method in class bibliothek.gui.dock.control.FocusController.StationListener
 
dockableAdding(DockStation, Dockable) - Method in class bibliothek.gui.dock.event.DockAdapter
 
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.
DockableDisplayer - Class in bibliothek.gui.dock
A panel which shows one Dockable and one DockTitle.
DockableDisplayer() - Constructor for class bibliothek.gui.dock.DockableDisplayer
Creates a new displayer
DockableDisplayer(Dockable, DockTitle) - Constructor for class bibliothek.gui.dock.DockableDisplayer
Creates a new displayer, sets the title and the content.
DockableDisplayer(Dockable, DockTitle, DockableDisplayer.Location) - Constructor for class bibliothek.gui.dock.DockableDisplayer
Creates a new displayer, sets the title, its location and the content.
DockableDisplayer.Location - Enum in bibliothek.gui.dock
The four possible locations of the title
DockableDisplayer.Location() - Constructor for enum bibliothek.gui.dock.DockableDisplayer.Location
 
dockableDrag(DockController, Dockable, DockStation) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
 
dockableDrag(DockController, Dockable, DockStation) - Method in class bibliothek.gui.dock.event.DockAdapter
 
dockableDrag(DockController, Dockable, DockStation) - Method in class bibliothek.gui.dock.event.DockControllerAdapter
 
dockableDrag(DockController, Dockable, DockStation) - Method in interface bibliothek.gui.dock.event.DockRelocatorListener
Invoked before a Dockable is moved around.
dockableFocused(DockController, Dockable) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleDisplayer.Listener
 
dockableFocused(DockController, Dockable) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
 
dockableFocused(DockController, Dockable) - Method in class bibliothek.gui.dock.event.DockAdapter
 
dockableFocused(DockController, Dockable) - Method in class bibliothek.gui.dock.event.DockControllerAdapter
 
dockableFocused(DockController, Dockable) - Method in interface bibliothek.gui.dock.event.DockControllerListener
Invoked when dockable has gained the focus.
dockableFocused(DockController, Dockable) - Method in class bibliothek.gui.dock.station.FlapDockStation.ControllerListener
 
DockableListener - Interface in bibliothek.gui.dock.event
A listener which is added to a Dockable.
dockableListeners - Variable in class bibliothek.gui.dock.station.split.FullScreenClickableListener
A map that tells which listener was added to which Dockable
dockableListeners - Variable in class bibliothek.gui.dock.station.SplitDockStation
A list of DockableListener which will be invoked when something noticable happens
dockableLocation - Variable in class bibliothek.gui.dock.themes.basic.BasicDisplayerFactory
The location of the title if a Dockable is sent to the factory
DockableProperty - Interface in bibliothek.gui.dock
Describes the location of a Dockable on a DockStation.
DockablePropertyFactory - Interface in bibliothek.gui.dock
A factory which creates instances of DockableProperty.
dockablePut(DockController, Dockable, DockStation) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
 
dockablePut(DockController, Dockable, DockStation) - Method in class bibliothek.gui.dock.event.DockAdapter
 
dockablePut(DockController, Dockable, DockStation) - Method in class bibliothek.gui.dock.event.DockControllerAdapter
 
dockablePut(DockController, Dockable, DockStation) - Method in interface bibliothek.gui.dock.event.DockRelocatorListener
Invoked after a Dockable was moved.
dockablePut(DockController, Dockable, DockStation) - Method in class bibliothek.gui.dock.SingleParentRemover.Listener
 
dockableRegistered(DockController, Dockable) - Method in class bibliothek.extension.gui.dock.theme.BubbleTheme.Listener
 
dockableRegistered(DockController, Dockable) - Method in class bibliothek.extension.gui.dock.theme.FlatTheme.Listener
 
dockableRegistered(DockController, Dockable) - Method in class bibliothek.gui.dock.control.DefaultDockRelocator.MouseDockableListener
 
dockableRegistered(DockController, Dockable) - Method in class bibliothek.gui.dock.control.DefaultDockRelocator.TitleListener
 
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.DockControllerAdapter
 
dockableRegistered(DockController, Dockable) - Method in interface bibliothek.gui.dock.event.DockRegisterListener
Invoked after a Dockable was registered.
dockableRegistered(DockController, Dockable) - Method in class bibliothek.gui.DockController.TitleListener
 
dockableRegistering(DockController, Dockable) - Method in class bibliothek.gui.dock.control.DefaultDockRelocator.TitleListener
 
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.DockControllerAdapter
 
dockableRegistering(DockController, Dockable) - Method in interface bibliothek.gui.dock.event.DockRegisterListener
Invoked right before the dockable is registered in the controller.
dockableRegistering(DockController, Dockable) - Method in class bibliothek.gui.DockController.TitleListener
 
dockableRemoved(DockStation, Dockable) - Method in class bibliothek.gui.dock.control.DockRegister.StationListener
 
dockableRemoved(DockStation, Dockable) - Method in class bibliothek.gui.dock.control.FocusController.StationListener
 
dockableRemoved(DockStation, Dockable) - Method in class bibliothek.gui.dock.event.DockAdapter
 
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.split.FullScreenClickableListener
 
dockableRemoved(DockStation, Dockable) - Method in class bibliothek.gui.dock.station.support.DockableVisibilityManager
 
dockableRemoving(DockStation, Dockable) - Method in class bibliothek.gui.dock.control.DockRegister.StationListener
 
dockableRemoving(DockStation, Dockable) - Method in class bibliothek.gui.dock.control.FocusController.StationListener
 
dockableRemoving(DockStation, Dockable) - Method in class bibliothek.gui.dock.event.DockAdapter
 
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.control.DockRegister
the known dockables
dockables - Variable in class bibliothek.gui.dock.control.MouseFocusObserver
a list of all Dockables and their base-component
dockables - Variable in class bibliothek.gui.dock.station.FlapDockStation
A list of all Dockables registered on this station
dockables - Variable in class bibliothek.gui.dock.station.ScreenDockStation
A list of all dialogs that are used by this station
dockables - Variable in class bibliothek.gui.dock.station.split.SplitDockGrid.Node
the elements represtented by this leaf
dockables - Variable in class bibliothek.gui.dock.station.split.SplitDockTree
the set of Dockables which already have a key
dockables - Variable in class bibliothek.gui.dock.station.split.SplitDockTree.Leaf
the Dockable that will replace this leaf
dockables - Variable in class bibliothek.gui.dock.station.SplitDockStation
The list of Dockables which are shown on this station
dockables - Variable in class bibliothek.gui.dock.station.stack.DefaultStackDockComponent
The Dockables shown on this component and their RemoteRelocators to control drag&drop operations
dockables - Variable in class bibliothek.gui.dock.station.StackDockStation
A list of all children
dockables - Variable in class bibliothek.gui.DockFrontend
The locations of the known Dockables
dockableUnregistered(DockController, Dockable) - Method in class bibliothek.gui.dock.control.DefaultDockRelocator.MouseDockableListener
 
dockableUnregistered(DockController, Dockable) - Method in class bibliothek.gui.dock.control.DefaultDockRelocator.TitleListener
 
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.DockControllerAdapter
 
dockableUnregistered(DockController, Dockable) - Method in interface bibliothek.gui.dock.event.DockRegisterListener
Invoked after dockable has been unregistered from controller.
dockableUnregistered(DockController, Dockable) - Method in class bibliothek.gui.dock.SingleParentRemover.Listener
 
dockableUnregistered(DockController, Dockable) - Method in class bibliothek.gui.DockController.TitleListener
 
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.control.FocusController.StationListener
 
dockableVisibiltySet(DockStation, Dockable, boolean) - Method in class bibliothek.gui.dock.event.DockAdapter
 
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.
dockableVisibiltySet(DockStation, Dockable, boolean) - Method in class bibliothek.gui.dock.station.FlapDockStation.VisibleListener
 
dockableVisibiltySet(DockStation, Dockable, boolean) - Method in class bibliothek.gui.dock.station.SplitDockStation.VisibleListener
 
dockableVisibiltySet(DockStation, Dockable, boolean) - Method in class bibliothek.gui.dock.station.StackDockStation.VisibleListener
 
DockAcceptance - Interface in bibliothek.gui.dock
Used by a DockController to decide globally which Dockable can become child of which DockStation.
The acceptance can be set through the method DockController#setAcceptance(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
 
dockActions - Variable in class bibliothek.gui.dock.action.actions.GroupedDockAction
tells which Dockable is part of which group
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 abstract implementation of DockableListener, DockStationListener and DockControllerListener.
DockAdapter() - Constructor for class bibliothek.gui.dock.event.DockAdapter
 
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(boolean) - Constructor for class bibliothek.gui.DockController
Creates a new controller but does not initiate the properties of this controller if not wished.
DockController.TitleListener - Class in bibliothek.gui
Observers this controller and registers listeners to all new titles.
DockController.TitleListener() - Constructor for class bibliothek.gui.DockController.TitleListener
 
DockControllerAdapter - Class in bibliothek.gui.dock.event
An abstract implementation of DockControllerListener.
DockControllerAdapter() - Constructor for class bibliothek.gui.dock.event.DockControllerAdapter
 
DockControllerListener - Interface in bibliothek.gui.dock.event
This listener is added to the DockController.
DockElement - Interface in bibliothek.gui.dock
An element in the hierarchy of dockables and stations.
dockFactories - Variable in class bibliothek.gui.DockFrontend
A set of factories needed to store Dockables
DockFactory<D extends DockElement> - Interface in bibliothek.gui.dock
A DockFactory has the ability to store and load instances of one subtype of DockElement.
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.DockInfo - Class in bibliothek.gui
Information about a Dockable.
DockFrontend.DockInfo(Dockable, String) - Constructor for class bibliothek.gui.DockFrontend.DockInfo
Creates a new DockInfo.
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.
DockFrontend.RootInfo - Class in bibliothek.gui
Stores information about a root-station.
DockFrontend.RootInfo(DockStation, String) - Constructor for class bibliothek.gui.DockFrontend.RootInfo
Creates a new object.
DockFrontendListener - Interface in bibliothek.gui.dock.event
A listener to a DockFrontend.
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
 
DockProperties.Entry<A> - Class in bibliothek.gui.dock.util
An entry that contains key, listeners and a value.
DockProperties.Entry() - Constructor for class bibliothek.gui.dock.util.DockProperties.Entry
 
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.
DockRegister.StationListener - Class in bibliothek.gui.dock.control
A listener to the controller of the enclosing register.
DockRegister.StationListener() - Constructor for class bibliothek.gui.dock.control.DockRegister.StationListener
 
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.
DockRelocator(DockController) - Constructor for class bibliothek.gui.dock.control.DockRelocator
Creates a new manager.
DockRelocatorListener - Interface in bibliothek.gui.dock.event
A listener used by a DockRelocator to inform when a Dockable is moved around.
DockSituation - Class in bibliothek.gui.dock
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.DockSituation
Constructs a new DockSituation and sets some factories which are used to create new DockElements
DockSituation() - Constructor for class bibliothek.gui.dock.DockSituation
Constructs a new DockSituation.
DockSituationIgnore - Interface in bibliothek.gui.dock
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 - Variable in class bibliothek.gui.dock.action.actions.ReplaceAction
A listener to the stations known to this action
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.station.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.DockControllerAdapter
 
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.DockControllerAdapter
 
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.DockControllerAdapter
 
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
DockTitle.Orientation(boolean) - Constructor for enum bibliothek.gui.dock.title.DockTitle.Orientation
 
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
dockTitles - Variable in class bibliothek.gui.DockController
a source for DockTitle
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
 
DODGERBLUE - Static variable in class bibliothek.util.Colors
 
doLayout() - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleStackDockComponent.Tab
 
doLayout() - Method in class bibliothek.gui.dock.DockableDisplayer
 
doLayout() - Method in class bibliothek.gui.dock.security.GlassedPane
 
doLayout() - Method in class bibliothek.gui.dock.station.flap.ButtonPane.Content
 
doLayout() - Method in class bibliothek.gui.dock.station.OverpaintablePanel
 
doLayout() - Method in class bibliothek.gui.dock.station.SplitDockStation.Content
 
doLayout() - Method in class bibliothek.gui.dock.title.AbstractDockTitle
 
doLayout() - Method in class bibliothek.gui.dock.title.AbstractDockTitle.ItemPanel
 
downCount - Variable in class bibliothek.gui.dock.security.GlassedPane.GlassPane
the number of pressed buttons
drag(int, int, boolean) - Method in class bibliothek.gui.dock.control.DefaultDockRelocator.DefaultRemoteRelocator
 
drag(int, int, int) - Method in class bibliothek.gui.dock.control.DefaultDockRelocator.DefaultRemoteRelocator
 
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(int, int, int) - Method in interface bibliothek.gui.dock.control.RemoteRelocator
This method works on the drag-part of a drag & drop operation.
drag(Dockable) - Method in class bibliothek.gui.dock.station.FlapDockStation
 
drag(Dockable) - Method in class bibliothek.gui.dock.station.ScreenDockStation
 
drag(Dockable) - Method in class bibliothek.gui.dock.station.SplitDockStation
 
drag(Dockable) - Method in class bibliothek.gui.dock.station.StackDockStation
 
drag(Dockable) - Method in interface bibliothek.gui.DockStation
Removes a child from this station.
dragDistance - Variable in class bibliothek.gui.dock.control.DockRelocator
how many pixels the mouse must be moved until a title is dragged
dragged - Variable in class bibliothek.gui.dock.security.GlassedPane.GlassPane
the component where a drag-event started
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.
dragOnlyTitel - Variable in class bibliothek.gui.dock.control.DockRelocator
Whether a drag event can only be initialized by dragging a title or not
dragStation - Variable in class bibliothek.gui.dock.control.DefaultDockRelocator
the current destination of a dragged dockable
draw - Variable in class bibliothek.gui.dock.station.flap.FlapDropInfo
true if information should be painted
draw() - Method in class bibliothek.gui.dock.station.FlapDockStation
 
draw() - Method in class bibliothek.gui.dock.station.ScreenDockStation
 
draw - Variable in class bibliothek.gui.dock.station.ScreenDockStation.DropInfo
true if some sort of selection should be painted
draw - Variable in class bibliothek.gui.dock.station.split.PutInfo
true if some lines should be painted onto the station
draw() - Method in class bibliothek.gui.dock.station.SplitDockStation
 
draw - Variable in class bibliothek.gui.dock.station.StackDockStation
Tells whether some lines have to be painted, or not
draw() - Method in class bibliothek.gui.dock.station.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.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.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.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
 
drawLineHorizontal(Graphics, int, int, int, Color, Color) - Method in class bibliothek.gui.dock.themes.basic.BasicStationTitle
Draws a horizontal line beginning at x, y.
drawLineVertical(Graphics, int, int, int, Color, Color) - Method in class bibliothek.gui.dock.themes.basic.BasicStationTitle
Draws a vertical line beginning at x, y.
drawRoundRect(Graphics2D, int, int, int, int) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleDockTitle
Draws a rectangle which has some round edges within the bounds x,y,w,h.
drop(int, int) - Method in class bibliothek.gui.dock.control.DefaultDockRelocator.DefaultRemoteRelocator
 
drop(int, int, int) - Method in class bibliothek.gui.dock.control.DefaultDockRelocator.DefaultRemoteRelocator
 
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(int, int, int) - Method in interface bibliothek.gui.dock.control.RemoteRelocator
This method works on the drop-part of a drag & drop operation.
drop() - Method in class bibliothek.gui.dock.station.FlapDockStation
 
drop(Dockable) - Method in class bibliothek.gui.dock.station.FlapDockStation
 
drop(Dockable, DockableProperty) - Method in class bibliothek.gui.dock.station.FlapDockStation
 
drop(Dockable, FlapDockProperty) - Method in class bibliothek.gui.dock.station.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.station.ScreenDockStation
 
drop(Dockable) - Method in class bibliothek.gui.dock.station.ScreenDockStation
 
drop(Dockable, DockableProperty) - Method in class bibliothek.gui.dock.station.ScreenDockStation
 
drop(Dockable, ScreenDockProperty) - Method in class bibliothek.gui.dock.station.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.station.SplitDockStation
 
drop(Dockable, DockableProperty) - Method in class bibliothek.gui.dock.station.SplitDockStation
 
drop(Dockable, SplitDockProperty) - Method in class bibliothek.gui.dock.station.SplitDockStation
Tries to add Dockable such that the boundaries given by property are full filled.
drop() - Method in class bibliothek.gui.dock.station.SplitDockStation
 
drop(boolean) - Method in class bibliothek.gui.dock.station.SplitDockStation
Drops the current SplitDockStation.putInfo.
drop(PutInfo, boolean) - Method in class bibliothek.gui.dock.station.SplitDockStation
Adds the Dockable given by putInfo to this station.
drop() - Method in class bibliothek.gui.dock.station.StackDockStation
 
drop(Dockable) - Method in class bibliothek.gui.dock.station.StackDockStation
 
drop(Dockable, DockableProperty) - Method in class bibliothek.gui.dock.station.StackDockStation
 
drop(Dockable, StackDockProperty) - Method in class bibliothek.gui.dock.station.StackDockStation
Adds a new child to this station, and tries to match the property as good as possible.
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, double, boolean) - Method in class bibliothek.gui.dock.station.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
DropDownMenuHandler.Listener - Class in bibliothek.gui.dock.themes.basic.action.menu
A listener to the action.
DropDownMenuHandler.Listener() - Constructor for class bibliothek.gui.dock.themes.basic.action.menu.DropDownMenuHandler.Listener
 
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.
dropDownSelectable - Variable in class bibliothek.gui.dock.action.actions.SimpleDropDownItemAction
Whether this action can be selected in a DropDownAction or not.
dropDownTriggerableNotSelected - Variable in class bibliothek.gui.dock.action.actions.SimpleDropDownItemAction
Whether this action can be triggered when shown on a DropDownAction or not if it is not selected
dropDownTriggerableSelected - Variable in class bibliothek.gui.dock.action.actions.SimpleDropDownItemAction
Whether this action can be triggered when shown on a DropDownAction or not if it is selected
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.
dropIcon - Variable in class bibliothek.extension.gui.dock.theme.bubble.RoundDropDownButton
the icon to show for the area in which the popup-menu could be opened
dropIcon - Variable in class bibliothek.gui.dock.themes.basic.action.buttons.DropDownMiniButton
The icon to show in the smaller subbutton
dropIconColor - Variable in class bibliothek.gui.dock.themes.basic.action.buttons.DropDownMiniButton
The color of the dropicon
dropInfo - Variable in class bibliothek.gui.dock.station.flap.ButtonPane
Information where currently a Dockable is dropped
dropInfo - Variable in class bibliothek.gui.dock.station.flap.FlapWindow
Information where the user will drop or move a Dockable
dropInfo - Variable in class bibliothek.gui.dock.station.FlapDockStation
Temporary information needed when a Dockable is moved over this station.
dropInfo - Variable in class bibliothek.gui.dock.station.ScreenDockStation
Information about the current movement of a Dockable
dropOver(Leaf, Dockable) - Method in class bibliothek.gui.dock.station.SplitDockStation
Combines the Dockable of leaf and dockable to a new child of this station.
dropping - Variable in class bibliothek.gui.dock.station.StackDockStation
The Dockable which is currently moved or dropped
dropTree(SplitDockTree) - Method in class bibliothek.gui.dock.station.SplitDockStation
Removes all children from this station and then adds the contents that are stored in tree.
duration - Variable in class bibliothek.extension.gui.dock.theme.bubble.BubbleColorAnimation
How long a transformation takes
duration - Variable in class bibliothek.extension.gui.dock.theme.smooth.SmoothChanger
the duration of the change

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