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

B

BACK - Static variable in class bibliothek.gui.dock.station.stack.StackDockProperty
The last location on a StackDockStation
BALANCED - Static variable in interface bibliothek.gui.dock.action.ActionPopupSuppressor
Allows a popup only to appear if there are no titles for a Dockable or if more than one action would be shown.
BasicButtonDockTitle - Class in bibliothek.gui.dock.themes.basic
This title changes its border whenever the active-state changes.
BasicButtonDockTitle(Dockable, DockTitleVersion) - Constructor for class bibliothek.gui.dock.themes.basic.BasicButtonDockTitle
Constructs a new title
BasicButtonHandler - Class in bibliothek.gui.dock.themes.basic.action
A handler to connect a ButtonDockAction with a BasicButtonModel.
BasicButtonHandler(ButtonDockAction, Dockable) - Constructor for class bibliothek.gui.dock.themes.basic.action.BasicButtonHandler
Creates the new handler.
BasicButtonModel - Class in bibliothek.gui.dock.themes.basic.action
A class containing all properties and methods needed to handle a button-component that shows the contents of a DockAction.
BasicButtonModel(JComponent, BasicTrigger) - Constructor for class bibliothek.gui.dock.themes.basic.action.BasicButtonModel
Creates a new model.
BasicButtonModel(JComponent, BasicTrigger, boolean) - Constructor for class bibliothek.gui.dock.themes.basic.action.BasicButtonModel
Creates a new model.
BasicButtonTitleFactory - Class in bibliothek.gui.dock.themes.basic
A factory for the BasicButtonDockTitle
BasicButtonTitleFactory() - Constructor for class bibliothek.gui.dock.themes.basic.BasicButtonTitleFactory
 
BasicCombiner - Class in bibliothek.gui.dock.themes.basic
A simple implementation of Combiner, which merges two Dockables by creating a StackDockStation, and putting the children onto this station.
BasicCombiner() - Constructor for class bibliothek.gui.dock.themes.basic.BasicCombiner
 
BasicDisplayerFactory - Class in bibliothek.gui.dock.themes.basic
A DisplayerFactory that creates DockableDisplayer with no special settings.
BasicDisplayerFactory() - Constructor for class bibliothek.gui.dock.themes.basic.BasicDisplayerFactory
 
BasicDockableDisplayer - Class in bibliothek.gui.dock.themes.basic
A panel which shows one Dockable and one DockTitle.
BasicDockableDisplayer() - Constructor for class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer
Creates a new displayer
BasicDockableDisplayer(Dockable, DockTitle) - Constructor for class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer
Creates a new displayer, sets the title and the content.
BasicDockableDisplayer(Dockable, DockTitle, DockableDisplayer.Location) - Constructor for class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer
Creates a new displayer, sets the title, its location and the content.
BasicDockableDisplayer(boolean) - Constructor for class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer
Creates a new displayer but does not set the properties of the displayer.
BasicDockTitle - Class in bibliothek.gui.dock.themes.basic
The default-title that is used most times in the framework.
BasicDockTitle(Dockable, DockTitleVersion) - Constructor for class bibliothek.gui.dock.themes.basic.BasicDockTitle
Creates a new title
BasicDockTitleFactory - Class in bibliothek.gui.dock.themes.basic
A DockTitleFactory which created instances of BasicDockTitle and of BasicStationTitle.
BasicDockTitleFactory() - Constructor for class bibliothek.gui.dock.themes.basic.BasicDockTitleFactory
 
BasicDropDownButtonHandler - Class in bibliothek.gui.dock.themes.basic.action
A handler connecting a DropDownAction with a BasicDropDownButtonModel and its view.
BasicDropDownButtonHandler(DropDownAction, Dockable) - Constructor for class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler
Creates a new handler.
BasicDropDownButtonHandler.ButtonView - Class in bibliothek.gui.dock.themes.basic.action
A view that sends all values directly to the button.
BasicDropDownButtonHandler.ButtonView() - Constructor for class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler.ButtonView
 
BasicDropDownButtonHandler.SelectionView - Class in bibliothek.gui.dock.themes.basic.action
A set of properties which can be set by the selected action.
BasicDropDownButtonHandler.SelectionView() - Constructor for class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler.SelectionView
 
BasicDropDownButtonModel - Class in bibliothek.gui.dock.themes.basic.action
An expanded BasicButtonModel that can handle the properties needed to represent a DropDownAction.
BasicDropDownButtonModel(JComponent, BasicTrigger) - Constructor for class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonModel
Creates a new model.
BasicDropDownButtonModel(JComponent, BasicTrigger, boolean) - Constructor for class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonModel
Creates a new model.
BasicHandler<D extends StandardDockAction> - Class in bibliothek.gui.dock.themes.basic.action
A class connecting a DockAction with a BasicButtonModel.
BasicHandler(D, Dockable) - Constructor for class bibliothek.gui.dock.themes.basic.action.BasicHandler
Creates a new handler.
BasicHandler.Listener - Class in bibliothek.gui.dock.themes.basic.action
A listener to the action of the enclosing handler.
BasicHandler.Listener() - Constructor for class bibliothek.gui.dock.themes.basic.action.BasicHandler.Listener
 
BasicMenuHandler - Class in bibliothek.gui.dock.themes.basic.action
A handler connecting a MenuDockAction with a BasicButtonModel.
BasicMenuHandler(MenuDockAction, Dockable) - Constructor for class bibliothek.gui.dock.themes.basic.action.BasicMenuHandler
Creates a new handler
BasicMiniButton - Class in bibliothek.gui.dock.themes.basic.action.buttons
A MiniButton using a BasicButtonModel.
BasicMiniButton(BasicTrigger) - Constructor for class bibliothek.gui.dock.themes.basic.action.buttons.BasicMiniButton
Creates the new button.
BasicSelectableHandler - Class in bibliothek.gui.dock.themes.basic.action
A handler connecting a SelectableDockAction with a BasicButtonModel.
BasicSelectableHandler(SelectableDockAction, Dockable) - Constructor for class bibliothek.gui.dock.themes.basic.action.BasicSelectableHandler
Creates a new handler
BasicSelectableHandler.Check - Class in bibliothek.gui.dock.themes.basic.action
An implementation used to connect a SelectableDockAction of type ActionType.CHECK with a BasicButtonModel
BasicSelectableHandler.Check(SelectableDockAction, Dockable) - Constructor for class bibliothek.gui.dock.themes.basic.action.BasicSelectableHandler.Check
Creates a new handler
BasicSelectableHandler.Radio - Class in bibliothek.gui.dock.themes.basic.action
An implementation used to connect a SelectableDockAction of type ActionType.RADIO with a BasicButtonModel
BasicSelectableHandler.Radio(SelectableDockAction, Dockable) - Constructor for class bibliothek.gui.dock.themes.basic.action.BasicSelectableHandler.Radio
Creates a new handler
BasicSeparatorHandler - Class in bibliothek.gui.dock.themes.basic.action
A handler that shows a JSeparator for a SeparatorAction.
BasicSeparatorHandler(JSeparator, SeparatorAction) - Constructor for class bibliothek.gui.dock.themes.basic.action.BasicSeparatorHandler
Creates a new handler
BasicStationPaint - Class in bibliothek.gui.dock.themes.basic
A simple implementation of StationPaint.
BasicStationPaint() - Constructor for class bibliothek.gui.dock.themes.basic.BasicStationPaint
 
BasicStationTitle - Class in bibliothek.gui.dock.themes.basic
This title is used for DockStations which are also Dockables
BasicStationTitle(Dockable, DockTitleVersion) - Constructor for class bibliothek.gui.dock.themes.basic.BasicStationTitle
Creates a new instance
BasicTabDockTitle - Class in bibliothek.extension.gui.dock.theme.eclipse.rex.tab
A DockTitle normally used by the DockTitleTab to show a very simple tab.
BasicTabDockTitle(EclipseTheme, Dockable, DockTitleVersion) - Constructor for class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.BasicTabDockTitle
Creates a new title
BasicTheme - Class in bibliothek.gui.dock.themes
A theme that does not install anything and uses the default-implementations off all factories.
BasicTheme() - Constructor for class bibliothek.gui.dock.themes.BasicTheme
Creates a new BasicTheme.
BasicTitleViewItem<A> - Interface in bibliothek.gui.dock.themes.basic.action
A view item that will be shown between some buttons on a DockTitle.
BasicTrigger - Interface in bibliothek.gui.dock.themes.basic.action
A type containing a method that is used as callback-method in a BasicButtonModel.
BEIGE - Static variable in class bibliothek.util.Colors
 
bestFittingLine(double, double, double, double, boolean, double) - Method in class bibliothek.gui.dock.station.split.SplitDockGrid
Searches the line that divides the rectangle x, y, width, height best.
betaMax - Variable in class bibliothek.gui.dock.station.split.SplitDockGrid.Line
the end with the higher coordinate
betaMin - Variable in class bibliothek.gui.dock.station.split.SplitDockGrid.Line
the end with the smaller coordinate
between(Color, Color, double) - Static method in class bibliothek.util.Colors
Erechnet eine Farbe zwischen a und b.
bibliothek.extension.gui.dock.theme - package bibliothek.extension.gui.dock.theme
 
bibliothek.extension.gui.dock.theme.bubble - package bibliothek.extension.gui.dock.theme.bubble
 
bibliothek.extension.gui.dock.theme.eclipse - package bibliothek.extension.gui.dock.theme.eclipse
 
bibliothek.extension.gui.dock.theme.eclipse.rex - package bibliothek.extension.gui.dock.theme.eclipse.rex
 
bibliothek.extension.gui.dock.theme.eclipse.rex.tab - package bibliothek.extension.gui.dock.theme.eclipse.rex.tab
 
bibliothek.extension.gui.dock.theme.flat - package bibliothek.extension.gui.dock.theme.flat
 
bibliothek.extension.gui.dock.theme.smooth - package bibliothek.extension.gui.dock.theme.smooth
 
bibliothek.gui - package bibliothek.gui
 
bibliothek.gui.dock - package bibliothek.gui.dock
 
bibliothek.gui.dock.accept - package bibliothek.gui.dock.accept
 
bibliothek.gui.dock.action - package bibliothek.gui.dock.action
 
bibliothek.gui.dock.action.actions - package bibliothek.gui.dock.action.actions
 
bibliothek.gui.dock.action.dropdown - package bibliothek.gui.dock.action.dropdown
 
bibliothek.gui.dock.action.view - package bibliothek.gui.dock.action.view
 
bibliothek.gui.dock.control - package bibliothek.gui.dock.control
 
bibliothek.gui.dock.dockable - package bibliothek.gui.dock.dockable
 
bibliothek.gui.dock.event - package bibliothek.gui.dock.event
 
bibliothek.gui.dock.security - package bibliothek.gui.dock.security
 
bibliothek.gui.dock.station - package bibliothek.gui.dock.station
 
bibliothek.gui.dock.station.flap - package bibliothek.gui.dock.station.flap
 
bibliothek.gui.dock.station.screen - package bibliothek.gui.dock.station.screen
 
bibliothek.gui.dock.station.split - package bibliothek.gui.dock.station.split
 
bibliothek.gui.dock.station.stack - package bibliothek.gui.dock.station.stack
 
bibliothek.gui.dock.station.support - package bibliothek.gui.dock.station.support
 
bibliothek.gui.dock.themes - package bibliothek.gui.dock.themes
 
bibliothek.gui.dock.themes.basic - package bibliothek.gui.dock.themes.basic
 
bibliothek.gui.dock.themes.basic.action - package bibliothek.gui.dock.themes.basic.action
 
bibliothek.gui.dock.themes.basic.action.buttons - package bibliothek.gui.dock.themes.basic.action.buttons
 
bibliothek.gui.dock.themes.basic.action.dropdown - package bibliothek.gui.dock.themes.basic.action.dropdown
 
bibliothek.gui.dock.themes.basic.action.menu - package bibliothek.gui.dock.themes.basic.action.menu
 
bibliothek.gui.dock.themes.nostack - package bibliothek.gui.dock.themes.nostack
 
bibliothek.gui.dock.title - package bibliothek.gui.dock.title
 
bibliothek.gui.dock.util - package bibliothek.gui.dock.util
 
bibliothek.util - package bibliothek.util
 
bibliothek.util.container - package bibliothek.util.container
 
bind() - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleSeparator
 
bind(RexTabbedComponent.TabEntry) - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.RexTabbedComponent
 
bind() - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.DockTitleTab
 
bind() - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.RectGradientPainter
 
bind() - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.ShapedGradientPainter
 
bind() - Method in interface bibliothek.extension.gui.dock.theme.eclipse.rex.tab.TabComponent
Informs this tab that it will be shown soon
bind(DockTitle) - Method in class bibliothek.gui.dock.AbstractDockable
 
bind(Dockable) - Method in class bibliothek.gui.dock.action.actions.AbstractStandardDockAction
 
bind(Dockable) - Method in class bibliothek.gui.dock.action.actions.SeparatorAction
 
bind(Dockable) - Method in interface bibliothek.gui.dock.action.DockAction
Informs this DockAction that icons, text, and other stuff like that, will be requested from this DockAction.
bind() - Method in class bibliothek.gui.dock.action.dropdown.DropDownFilter
Invoked before this filter is used
bind() - Method in class bibliothek.gui.dock.action.HierarchyDockActionSource
Ensures that this source observes its Dockable.
bind() - Method in interface bibliothek.gui.dock.action.view.ViewItem
Binds this item to its action
bind(Dockable, DockTitle) - Method in class bibliothek.gui.dock.station.FlapDockStation
Binds the title to dockable.
bind(DockTitle) - Method in class bibliothek.gui.dock.station.SplitDockStation
 
bind() - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler
 
bind() - Method in class bibliothek.gui.dock.themes.basic.action.BasicHandler
 
bind() - Method in class bibliothek.gui.dock.themes.basic.action.BasicSelectableHandler
 
bind() - Method in class bibliothek.gui.dock.themes.basic.action.BasicSeparatorHandler
 
bind() - Method in class bibliothek.gui.dock.themes.basic.action.dropdown.AbstractDropDownHandler
 
bind() - Method in class bibliothek.gui.dock.themes.basic.action.dropdown.ButtonDropDownHandler
 
bind() - Method in class bibliothek.gui.dock.themes.basic.action.dropdown.SelectableDropDownHandler
 
bind() - Method in class bibliothek.gui.dock.themes.basic.action.dropdown.SubDropDownHandler
 
bind() - Method in class bibliothek.gui.dock.themes.basic.action.DropDownItemHandle
Connects the view.
bind() - Method in class bibliothek.gui.dock.themes.basic.action.menu.AbstractMenuHandler
Connects this handler to its action.
bind() - Method in class bibliothek.gui.dock.themes.basic.action.menu.DropDownMenuHandler
 
bind() - Method in class bibliothek.gui.dock.themes.basic.action.menu.MenuMenuHandler
 
bind() - Method in class bibliothek.gui.dock.themes.basic.action.menu.SelectableMenuHandler
 
bind() - Method in class bibliothek.gui.dock.title.AbstractDockTitle
 
bind() - Method in interface bibliothek.gui.dock.title.DockTitle
Called before the title is displayed.
bind(DockTitle) - Method in interface bibliothek.gui.Dockable
Called by clients which want to show a title of this Dockable.
BLUEVIOLET - Static variable in class bibliothek.util.Colors
 
BOTTOM - Static variable in class bibliothek.extension.gui.dock.theme.eclipse.rex.RexTabbedComponent
 
bound(Dockable) - Method in class bibliothek.gui.dock.action.actions.AbstractStandardDockAction
Invoked by this AbstractStandardDockAction when a Dockable was bound to this action the first time.
bound(Dockable) - Method in class bibliothek.gui.dock.action.actions.GroupedDockAction
 
bound(Dockable) - Method in class bibliothek.gui.dock.action.actions.ReplaceAction
 
brighter(Color, double) - Static method in class bibliothek.util.Colors
 
brightness(Color, double) - Static method in class bibliothek.util.Colors
Verringert oder erh�ht die Helligkeit der Farbe.
BROWN - Static variable in class bibliothek.util.Colors
 
BubbleColorAnimation - Class in bibliothek.extension.gui.dock.theme.bubble
A BubbleColorAnimation has the ability to convert one color smoothly into another.
BubbleColorAnimation(BubbleTheme) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.BubbleColorAnimation
Creates a new animation.
BubbleDisplayer - Class in bibliothek.extension.gui.dock.theme.bubble
A DockableDisplayer drawing a border around its content, but leaves the side at which the title lies open.
BubbleDisplayer(BubbleTheme, Dockable, DockTitle) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.BubbleDisplayer
Creates a new displayer
BubbleDisplayerFactory - Class in bibliothek.extension.gui.dock.theme.bubble
A factory creating BubbleDisplayer.
BubbleDisplayerFactory(BubbleTheme) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.BubbleDisplayerFactory
Creates a new factory.
BubbleDockTitle - Class in bibliothek.extension.gui.dock.theme.bubble
A BubbleDockTitle is a title which has two or four round edges.
BubbleDockTitle(BubbleTheme, Dockable, DockTitleVersion) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.BubbleDockTitle
Creates a new title.
BubbleDockTitle(BubbleTheme, Dockable, DockTitleVersion, boolean) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.BubbleDockTitle
Creates a new title.
BubbleDockTitleFactory - Class in bibliothek.extension.gui.dock.theme.bubble
A factory creating ordinary instances of BubbleDockTitle.
BubbleDockTitleFactory(BubbleTheme) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.BubbleDockTitleFactory
Creates a new factory
BubbleMovingTitleGetter - Class in bibliothek.extension.gui.dock.theme.bubble
 
BubbleMovingTitleGetter(BubbleTheme) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.BubbleMovingTitleGetter
 
BubbleSeparator - Class in bibliothek.extension.gui.dock.theme.bubble
A view for a SeparatorAction.
BubbleSeparator(SeparatorAction) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.BubbleSeparator
Creates a new view
BubbleStackDockComponent - Class in bibliothek.extension.gui.dock.theme.bubble
A StackDockComponent used by a BubbleTheme.
BubbleStackDockComponent(BubbleTheme) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.BubbleStackDockComponent
Creates a new component.
BubbleStackDockComponent.Tab - Class in bibliothek.extension.gui.dock.theme.bubble
A tab of the StackDockComponent
BubbleStackDockComponent.Tab(Dockable) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.BubbleStackDockComponent.Tab
Creates a new tab
BubbleStationPaint - Class in bibliothek.extension.gui.dock.theme.bubble
 
BubbleStationPaint(BubbleTheme) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.BubbleStationPaint
 
BubbleTheme - Class in bibliothek.extension.gui.dock.theme
A theme using a lot of eye-candy.
BubbleTheme() - Constructor for class bibliothek.extension.gui.dock.theme.BubbleTheme
Creates a new theme
BURLYWOOD - Static variable in class bibliothek.util.Colors
 
BUTTON - Static variable in class bibliothek.gui.dock.action.ActionType
The action behaves like a button: it can be triggered, some action happens, and the original state is reestablished.
BUTTON_TITLE_ID - Static variable in class bibliothek.gui.dock.station.FlapDockStation
This id is used to get a DockTitleVersion from the DockController which owns this station.
ButtonDockAction - Interface in bibliothek.gui.dock.action
An action that can be pressed like a button.
ButtonDropDownHandler - Class in bibliothek.gui.dock.themes.basic.action.dropdown
A connection between a ButtonDockAction and a drop-down-button.
ButtonDropDownHandler(ButtonDockAction, Dockable, JMenuItem) - Constructor for class bibliothek.gui.dock.themes.basic.action.dropdown.ButtonDropDownHandler
Creates a new handler.
ButtonMenuHandler - Class in bibliothek.gui.dock.themes.basic.action.menu
A handler that handles an ordinary JMenuItem.
ButtonMenuHandler(ButtonDockAction, Dockable) - Constructor for class bibliothek.gui.dock.themes.basic.action.menu.ButtonMenuHandler
Creates a new handler.
ButtonPane - Class in bibliothek.gui.dock.station.flap
This panel is used by the FlapDockStation to display some button-titles.
ButtonPane(FlapDockStation, Map<Dockable, DockTitle>) - Constructor for class bibliothek.gui.dock.station.flap.ButtonPane
Constructs a new panel.
ButtonPanel - Class in bibliothek.gui.dock.themes.basic.action.buttons
A panel showing some DockActions.
ButtonPanel(boolean) - Constructor for class bibliothek.gui.dock.themes.basic.action.buttons.ButtonPanel
Creates a new panel

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