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

S

save() - Method in class bibliothek.gui.DockFrontend
Saves the current layout under the name of the current setting.
save(String) - Method in class bibliothek.gui.DockFrontend
Saves the current layout with the specified name.
saved(DockFrontend, String) - Method in class bibliothek.gui.dock.event.DockFrontendAdapter
 
saved(DockFrontend, String) - Method in interface bibliothek.gui.dock.event.DockFrontendListener
Invoked if the current setting was saved with the name name.
SCREEN_CAPTURE_STRATEGY - Static variable in interface bibliothek.gui.dock.util.AWTComponentCaptureStrategy
This strategy just takes a real screen capture of the area in which the component is supposed to be.
SCREEN_MASK - Static variable in interface bibliothek.gui.dock.control.DockRelocatorMode
the modifiers that must be pressed to activate the DockRelocatorMode.SCREEN_ONLY relocator mode
SCREEN_ONLY - Static variable in interface bibliothek.gui.dock.control.DockRelocatorMode
Ensures that a Dockable can be dragged only onto a ScreenDockStation.
ScreencaptureMovingImageFactory - Class in bibliothek.gui.dock.dockable
A factory that makes a snapshot of the Dockable which will be represented by its MovingImage.
ScreencaptureMovingImageFactory(Dimension) - Constructor for class bibliothek.gui.dock.dockable.ScreencaptureMovingImageFactory
Creates a new factory.
ScreenDockDialog - Class in bibliothek.gui.dock.station.screen
An implementation of ScreenDockWindow which uses a JDialog.
ScreenDockDialog(ScreenDockStation, boolean) - Constructor for class bibliothek.gui.dock.station.screen.ScreenDockDialog
Creates a new dialog.
ScreenDockDialog(ScreenDockStation, Frame, boolean) - Constructor for class bibliothek.gui.dock.station.screen.ScreenDockDialog
Creates a new dialog.
ScreenDockDialog(ScreenDockStation, Dialog, boolean) - Constructor for class bibliothek.gui.dock.station.screen.ScreenDockDialog
Creates a new dialog.
ScreenDockFrame - Class in bibliothek.gui.dock.station.screen
An implementation of ScreenDockWindow which uses a JFrame.
ScreenDockFrame(ScreenDockStation, boolean) - Constructor for class bibliothek.gui.dock.station.screen.ScreenDockFrame
Creates a new dialog.
ScreenDockProperty - Class in bibliothek.gui.dock.station.screen
This property is used on ScreenDockStations to determine the bounds of the dialogs.
ScreenDockProperty() - Constructor for class bibliothek.gui.dock.station.screen.ScreenDockProperty
Constructs a new property
ScreenDockProperty(int, int, int, int) - Constructor for class bibliothek.gui.dock.station.screen.ScreenDockProperty
Constructs a new property
ScreenDockPropertyFactory - Class in bibliothek.gui.dock.station.screen
This DockableProperty creates instances of ScreenDockProperty.
ScreenDockPropertyFactory() - Constructor for class bibliothek.gui.dock.station.screen.ScreenDockPropertyFactory
 
ScreenDockStation - Class in bibliothek.gui.dock
A DockStation which is the whole screen.
ScreenDockStation(Window) - Constructor for class bibliothek.gui.dock.ScreenDockStation
Constructs a new ScreenDockStation.
ScreenDockStation(WindowProvider) - Constructor for class bibliothek.gui.dock.ScreenDockStation
Constructs a new ScreenDockStation.
ScreenDockStationFactory - Class in bibliothek.gui.dock.station.screen
A DockFactory which writes and reads instances of ScreenDockStation.
ScreenDockStationFactory(Window) - Constructor for class bibliothek.gui.dock.station.screen.ScreenDockStationFactory
Constructs a factory
ScreenDockStationFactory(WindowProvider) - Constructor for class bibliothek.gui.dock.station.screen.ScreenDockStationFactory
Constructs a factory
ScreenDockStationLayout - Class in bibliothek.gui.dock.station.screen
A layout that holds the contents of a ScreenDockStation.
ScreenDockStationLayout() - Constructor for class bibliothek.gui.dock.station.screen.ScreenDockStationLayout
 
ScreenDockWindow - Interface in bibliothek.gui.dock.station.screen
A ScreenDockWindow is used by a ScreenDockStation to show a Dockable on the screen.
ScreenDockWindowFactory - Interface in bibliothek.gui.dock.station.screen
A ScreenDockWindowFactory can create new ScreenDockWindows.
searchCombineDockable(int, int, Dockable) - Method in class bibliothek.gui.dock.ScreenDockStation
Searches a window on the coordinates x/y which can be used to create a combination with drop.
searchElement(Component) - Method in class bibliothek.gui.DockController
Searches the element which is parent or equal to representative.
searchWindow() - Method in class bibliothek.gui.dock.util.ComponentWindowProvider
 
searchWindow() - Method in class bibliothek.gui.dock.util.DirectWindowProvider
 
searchWindow() - Method in class bibliothek.gui.dock.util.NullWindowProvider
 
searchWindow() - Method in interface bibliothek.gui.dock.util.WindowProvider
Tries to find a window.
searchWindow() - Method in class bibliothek.gui.dock.util.WindowProviderWrapper
 
SECOND - Static variable in interface bibliothek.extension.gui.dock.util.PathCombiner
This combiner always discards the first path and just returns the second.
SecureAbstractScreenDockWindow - Class in bibliothek.gui.dock.security
An AbstractScreenDockWindow that uses a GlassedPane in order to catch all MouseEvents and to report them to the SecureMouseFocusObserver.
SecureAbstractScreenDockWindow(ScreenDockStation) - Constructor for class bibliothek.gui.dock.security.SecureAbstractScreenDockWindow
Creates a new window
SecureDockController - Class in bibliothek.gui.dock.security
The DockingFrames normally uses some system-resources to handle global events.
SecureDockController() - Constructor for class bibliothek.gui.dock.security.SecureDockController
Creates a new controller
SecureDockController(SecureDockControllerFactory) - Constructor for class bibliothek.gui.dock.security.SecureDockController
Creates a new controller, but does not initiate the properties if factory is null.
SecureDockControllerFactory - Class in bibliothek.gui.dock.security
A factory creating secure versions of various elements of a DockController
SecureDockControllerFactory() - Constructor for class bibliothek.gui.dock.security.SecureDockControllerFactory
 
SecureFlapDockStation - Class in bibliothek.gui.dock.security
A FlapDockStation that uses SecureFlapWindow instead of FlapWindow.
SecureFlapDockStation() - Constructor for class bibliothek.gui.dock.security.SecureFlapDockStation
Creates a new station
SecureFlapDockStationFactory - Class in bibliothek.gui.dock.security
A factory that creates instances of SecureFlapDockStation
SecureFlapDockStationFactory() - Constructor for class bibliothek.gui.dock.security.SecureFlapDockStationFactory
 
SecureFlapWindow - Class in bibliothek.gui.dock.security
A FlapWindow which inserts a GlassedPane between its Dockable and the outer world.
SecureFlapWindow(FlapDockStation, ButtonPane, Dialog) - Constructor for class bibliothek.gui.dock.security.SecureFlapWindow
Creates a new window
SecureFlapWindow(FlapDockStation, ButtonPane, Frame) - Constructor for class bibliothek.gui.dock.security.SecureFlapWindow
Creates a new window
SecureKeyboardController - Class in bibliothek.gui.dock.security
A KeyboardController which adds a KeyListener to each Component that can be found on a Dockable in the realm of one DockController.
SecureKeyboardController(DockController, ControllerSetupCollection) - Constructor for class bibliothek.gui.dock.security.SecureKeyboardController
Creates a new SecureKeyboardController.
SecureMouseFocusObserver - Class in bibliothek.gui.dock.security
A FocusController which relies on GlassedPanes.
SecureMouseFocusObserver(DockController, ControllerSetupCollection) - Constructor for class bibliothek.gui.dock.security.SecureMouseFocusObserver
Creates a new FocusController for controller.
SecureScreenDockDialog - Class in bibliothek.gui.dock.security
The secure reimplementation of ScreenDockDialog.
SecureScreenDockDialog(ScreenDockStation, boolean) - Constructor for class bibliothek.gui.dock.security.SecureScreenDockDialog
Creates a new dialog.
SecureScreenDockDialog(ScreenDockStation, Dialog, boolean) - Constructor for class bibliothek.gui.dock.security.SecureScreenDockDialog
Creates a new dialog.
SecureScreenDockDialog(ScreenDockStation, Frame, boolean) - Constructor for class bibliothek.gui.dock.security.SecureScreenDockDialog
Creates a new dialog.
SecureScreenDockStation - Class in bibliothek.gui.dock.security
A ScreenDockStation that uses SecureScreenDockDialog instead of ScreenDockDialog.
SecureScreenDockStation(Window) - Constructor for class bibliothek.gui.dock.security.SecureScreenDockStation
Creates a new station.
SecureScreenDockStation(WindowProvider) - Constructor for class bibliothek.gui.dock.security.SecureScreenDockStation
Creates a new factory.
SecureScreenDockStationFactory - Class in bibliothek.gui.dock.security
A factory which creates instances of SecureScreenDockStation.
SecureScreenDockStationFactory(Window) - Constructor for class bibliothek.gui.dock.security.SecureScreenDockStationFactory
Creates a new factory.
SecureScreenDockStationFactory(WindowProvider) - Constructor for class bibliothek.gui.dock.security.SecureScreenDockStationFactory
Creates a new factory.
SecureScreenDockWindowFactory - Class in bibliothek.gui.dock.security
A ScreenDockWindowFactory creating new SecureScreenDockDialogs.
SecureScreenDockWindowFactory() - Constructor for class bibliothek.gui.dock.security.SecureScreenDockWindowFactory
 
SecureSplitDockStation - Class in bibliothek.gui.dock.security
A SplitDockStation which can work in a restricted environment.
SecureSplitDockStation() - Constructor for class bibliothek.gui.dock.security.SecureSplitDockStation
Creates a new station.
SecureSplitDockStationFactory - Class in bibliothek.gui.dock.security
Creates instances of SecureSplitDockStation.
SecureSplitDockStationFactory() - Constructor for class bibliothek.gui.dock.security.SecureSplitDockStationFactory
 
SecureStackDockStation - Class in bibliothek.gui.dock.security
A StackDockStation which can operate in a restricted environment.
SecureStackDockStation() - Constructor for class bibliothek.gui.dock.security.SecureStackDockStation
Creates a new station
SecureStackDockStation(DockTheme) - Constructor for class bibliothek.gui.dock.security.SecureStackDockStation
Creates a new station and sets the theme of this station
SecureStackDockStationFactory - Class in bibliothek.gui.dock.security
A factory creating instances of SecureStackDockStation.
SecureStackDockStationFactory() - Constructor for class bibliothek.gui.dock.security.SecureStackDockStationFactory
 
select() - Method in class bibliothek.gui.dock.control.DockableSelector
Opens the popup window if possible and allows the user the choice between different Dockables.
SELECT - Variable in class bibliothek.gui.dock.focus.AbstractDockableSelection
Action called when the space or enter key was pressed.
select(Dockable) - Method in class bibliothek.gui.dock.focus.AbstractDockableSelection
Called when this selection is forced to select a specific dockable.
select() - Method in class bibliothek.gui.dock.focus.AbstractDockableSelection
Selects the currently selected dockable.
select(Dockable) - Method in class bibliothek.gui.dock.focus.DefaultDockableSelection
 
select(Dockable) - Method in class bibliothek.gui.dock.station.stack.menu.PopupCombinedMenuContent
Closes this menu and informs all listeners that dockable has been selected.
selectable(Dockable) - Method in class bibliothek.gui.dock.focus.AbstractDockableSelection
Decides whether dockable fits the requirements for an element that can be selected.
SelectableDockAction - Interface in bibliothek.gui.dock.action
An action which has two states "selected" and "not selected".
SelectableDockActionGroup - Class in bibliothek.gui.dock.action.actions
This class ensures that from a group of SelectableDockAction only one is selected.
SelectableDockActionGroup() - Constructor for class bibliothek.gui.dock.action.actions.SelectableDockActionGroup
 
SelectableDockActionListener - Interface in bibliothek.gui.dock.event
An observer of a SelectableDockAction.
SelectableDropDownHandler - Class in bibliothek.gui.dock.themes.basic.action.dropdown
A connection between a SelectableDockAction and a drop-down-button.
SelectableDropDownHandler(SelectableDockAction, Dockable, JMenuItem) - Constructor for class bibliothek.gui.dock.themes.basic.action.dropdown.SelectableDropDownHandler
Creates a new handler.
SelectableMenuHandler - Class in bibliothek.gui.dock.themes.basic.action.menu
A handler which ensures that the selected-state of a JMenuItem and a SelectableDockAction are always the same.
SelectableMenuHandler(SelectableDockAction, Dockable, JMenuItem) - Constructor for class bibliothek.gui.dock.themes.basic.action.menu.SelectableMenuHandler
Creates a new handler
selectBestMatchingColors() - Method in class bibliothek.gui.DockUI
Gets the LookAndFeelColors which matches the current LookAndFeel best.
selected(Dockable) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleTabMenu
 
selected(Dockable) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseMenu
 
selected(Dockable) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatMenu
 
selected - Variable in class bibliothek.gui.dock.action.dropdown.AbstractDropDownFilter
whether the selected element is selected
selected(Dockable) - Method in interface bibliothek.gui.dock.focus.DockableSelectionListener
Called when an element is selected and the selection confirmed.
selected - Variable in class bibliothek.gui.dock.station.split.SplitDockGrid.Node
the element that is selected
selected(Dockable) - Method in class bibliothek.gui.dock.station.stack.menu.AbstractCombinedMenu
Called if this menu was open, an element was selected and the menu closed.
selected(CombinedMenuContent, Dockable) - Method in interface bibliothek.gui.dock.station.stack.menu.CombinedMenuContentListener
Called after menu was made invisible with making a selection.
selectedChanged(SelectableDockAction, Set<Dockable>) - Method in interface bibliothek.gui.dock.event.SelectableDockActionListener
Triggered by a SelectableDockAction if the selection-state of a Dockable has changed.
selectedDisabledIconChanged(BasicButtonModel, Icon, Icon) - Method in class bibliothek.gui.dock.themes.basic.action.BasicButtonModelAdapter
 
selectedDisabledIconChanged(BasicButtonModel, Icon, Icon) - Method in interface bibliothek.gui.dock.themes.basic.action.BasicButtonModelListener
Called if the selected disabled icon of model changed.
selectedIconChanged(BasicButtonModel, Icon, Icon) - Method in class bibliothek.gui.dock.themes.basic.action.BasicButtonModelAdapter
 
selectedIconChanged(BasicButtonModel, Icon, Icon) - Method in interface bibliothek.gui.dock.themes.basic.action.BasicButtonModelListener
Called if the selection icon of model changed.
selectedStateChanged(BasicButtonModel, boolean) - Method in class bibliothek.gui.dock.themes.basic.action.BasicButtonModelAdapter
 
selectedStateChanged(BasicButtonModel, boolean) - Method in interface bibliothek.gui.dock.themes.basic.action.BasicButtonModelListener
Called if the selection state of model changed.
SELECTION - Static variable in interface bibliothek.gui.dock.util.laf.LookAndFeelColors
The color used for ordinary selections.
selectionChanged(DropDownAction, Set<Dockable>, DockAction) - Method in interface bibliothek.gui.dock.event.DropDownActionListener
Called when the selection of action has changed.
selectionChanged(TabPane) - Method in class bibliothek.gui.dock.station.stack.tab.AbstractTabLayoutManager.PaneInfo
 
selectionChanged(TabPane) - Method in interface bibliothek.gui.dock.station.stack.tab.TabPaneListener
Called when the selection on pane has changed.
selfSetDirection() - Method in class bibliothek.gui.dock.FlapDockStation
Calculates the best direction for the popup-window of this station.
send(Dockable, MouseEvent) - Method in class bibliothek.gui.dock.control.DoubleClickController
Fires an event to the DoubleClickController.GlobalDoubleClickListeners whose location in the tree is equal or below dockable.
SEPARATOR - Static variable in class bibliothek.gui.dock.action.actions.SeparatorAction
A separator that is visible on menus and on titles
SEPARATOR - Static variable in class bibliothek.gui.dock.action.ActionType
Represents a separator.
SeparatorAction - Class in bibliothek.gui.dock.action.actions
A separator represents a space between actions.
SeparatorAction(ViewTarget<?>...) - Constructor for class bibliothek.gui.dock.action.actions.SeparatorAction
Creates a new separator.
set(V) - Method in interface bibliothek.extension.gui.dock.preference.PreferenceEditorCallback
Sets the value of this callback.
set(Dockable) - Method in class bibliothek.gui.dock.themes.basic.action.buttons.ButtonPanel
Changes the content which is shown.
set(Dockable, DockActionSource) - Method in class bibliothek.gui.dock.themes.basic.action.buttons.ButtonPanel
Changes the content which is shown.
set(Dockable, DockActionSource, boolean) - Method in class bibliothek.gui.dock.themes.basic.action.buttons.ButtonPanel
Changes the content which is shown.
set(V) - Method in class bibliothek.gui.dock.util.AbstractUIValue
 
set(PropertyKey<A>, A) - Method in class bibliothek.gui.dock.util.DockProperties
Sets a value.
set(PropertyKey<A>, A, Priority) - Method in class bibliothek.gui.dock.util.DockProperties
Sets a value.
set(String, V, U) - Method in class bibliothek.gui.dock.util.MultiUIBridge
 
set(Priority, T) - Method in class bibliothek.gui.dock.util.NullPriorityValue
Sets the value for a given priority.
set(Priority, T) - Method in class bibliothek.gui.dock.util.PriorityValue
Sets the value for a given priority.
set(String, V, U) - Method in interface bibliothek.gui.dock.util.UIBridge
Called by the UIProperties when one resource or UIValue has been exchanged.
set(V) - Method in interface bibliothek.gui.dock.util.UIValue
Called when the underlying resource of this UIValue changes.
setA(A) - Method in class bibliothek.util.container.Single
 
setAccelerator(K, KeyStroke) - Method in class bibliothek.gui.dock.action.actions.GroupedDockAction
Set the type of KeyEvent that will trigger an action.
setAccelerator(KeyStroke) - Method in class bibliothek.gui.dock.action.actions.SimpleDockAction
Sets the type of event that will trigger this action.
setActionOffers(DockActionSource) - Method in class bibliothek.gui.dock.dockable.AbstractDockable
Sets the action-source of this Dockable.
setActive(boolean) - Method in class bibliothek.extension.gui.dock.theme.bubble.AbstractBubbleDockTitle
 
setActive(boolean) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleButtonDockTitle
 
setActive(boolean) - Method in class bibliothek.extension.gui.dock.theme.smooth.SmoothDefaultButtonTitle
 
setActive(boolean) - Method in class bibliothek.extension.gui.dock.theme.smooth.SmoothDefaultStationTitle
 
setActive(boolean) - Method in class bibliothek.extension.gui.dock.theme.smooth.SmoothDefaultTitle
 
setActive(DockController, boolean) - Method in class bibliothek.gui.dock.control.AcceptanceDockRelocatorMode
 
setActive(DockController, boolean) - Method in interface bibliothek.gui.dock.control.DockRelocatorMode
Tells this mode whether it should have an influence of the behaviour or not.
setActive(boolean) - Method in class bibliothek.gui.dock.themes.basic.BasicButtonDockTitle
 
setActive(boolean) - Method in class bibliothek.gui.dock.themes.basic.BasicDockTitle
 
setActive(boolean) - Method in class bibliothek.gui.dock.themes.basic.BasicStationTitle
 
setActive(boolean) - Method in class bibliothek.gui.dock.title.AbstractDockTitle
Sets whether this title should be painted as focused or not.
setActiveColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicButtonDockTitle
Sets the color that is used as background if the title is focused.
setActiveColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicStationTitle
Sets the background-color which is used if this title is selected.
setActiveLeftColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicDockTitle
Sets the color that is used on the left side if this title is active.
setActiveLeftColorId(String) - Method in class bibliothek.gui.dock.themes.basic.BasicDockTitle
Changes the identifier that is used for the active left color.
setActiveRightColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicDockTitle
Sets the color which is used on the right side in the gradient of this title.
setActiveRightColorId(String) - Method in class bibliothek.gui.dock.themes.basic.BasicDockTitle
Changes the identifier that is used for the active right color.
setActiveTextColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicButtonDockTitle
Sets the color that is used as foreground if the title is focused.
setActiveTextColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicDockTitle
Sets the color which is used to paint the text if this title is active.
setActiveTextColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicStationTitle
Sets the foreground-color which is used if this title is selected.
setActiveTextColorId(String) - Method in class bibliothek.gui.dock.themes.basic.BasicDockTitle
Changes the identifier that is used for the active text color.
setAllowSideSnap(boolean) - Method in class bibliothek.gui.dock.SplitDockStation
Sets whether Dockables which are dragged near the station are captured and added to this station.
setAtLeastFocusedDockable(Dockable) - Method in class bibliothek.gui.DockController
Sets the focused Dockable.
setAutoDirection(boolean) - Method in class bibliothek.gui.dock.FlapDockStation
Tells this station whether it can choose the direction of the popup-window itself, or if the direction remains always the same.
setB(B) - Method in class bibliothek.util.container.Tuple
 
setBackground(Color) - Method in class bibliothek.extension.gui.dock.theme.bubble.RoundButtonViewItem
 
setBackground(Color) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler
 
setBackground(Color) - Method in class bibliothek.gui.dock.themes.basic.action.BasicHandler
 
setBackground(Color) - Method in class bibliothek.gui.dock.themes.basic.action.BasicSeparatorHandler
 
setBackground(Color) - Method in interface bibliothek.gui.dock.themes.basic.action.BasicTitleViewItem
Called by the title that shows this item to tell this item what the background color of the title is.
setBackground(Color) - Method in class bibliothek.gui.dock.themes.basic.action.buttons.ButtonPanel
 
setBackground(Color) - Method in class bibliothek.gui.dock.title.AbstractDockTitle
 
setBackground(Color) - Method in class bibliothek.gui.dock.util.swing.OrientedLabel
 
setBackup(V) - Method in class bibliothek.gui.dock.util.AbstractUIValue
Sets the backup value.
setBasePane(JComponent) - Method in class bibliothek.gui.dock.station.OverpaintablePanel
Sets the panel which is added to this, and which is an ancestor of the content-pane.
setBold(GenericFontModifier.Modify) - Method in class bibliothek.gui.dock.util.font.GenericFontModifier
Sets how to modify the bold aspect of a font.
setBoolean(boolean) - Method in class bibliothek.util.xml.XContainer
Sets the value of this container.
setBorder(Dockable, Border) - Method in class bibliothek.extension.gui.dock.theme.eclipse.displayer.NoTitleDisplayer
 
setBorder(Dockable, Border) - Method in interface bibliothek.extension.gui.dock.theme.eclipse.stack.tab.InvisibleTabPane
Sets the border that should be painted around dockable.
setBorderSideSnapSize(int) - Method in class bibliothek.gui.dock.SplitDockStation
There is an invisible border around the station.
setBoundaryRestriction(BoundaryRestriction) - Method in class bibliothek.gui.dock.ScreenDockStation
Changes the boundary restriction used to check the boundaries of the windows of this station.
setBounds(int, int, int, int) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTabInfo
 
setBounds(Rectangle) - Method in class bibliothek.gui.dock.station.stack.tab.AbstractTabPaneComponent
 
setBounds(int, int, int, int) - Method in class bibliothek.gui.dock.station.stack.tab.layouting.ComponentLayoutBlock
 
setBounds(int, int, int, int) - Method in interface bibliothek.gui.dock.station.stack.tab.layouting.LayoutBlock
Sets the boundaries of this block.
setBounds(int, int, int, int) - Method in class bibliothek.gui.dock.station.stack.tab.layouting.TabsLayoutBlock
 
setBounds(Rectangle) - Method in interface bibliothek.gui.dock.station.stack.tab.TabPaneComponent
Sets the current location and size of this component.
setBounds(int, int, int, int) - Method in class bibliothek.gui.dock.util.swing.OrientedLabel
 
setBridgeFactory(Path, ColorBridgeFactory) - Method in class bibliothek.gui.dock.themes.color.DefaultColorScheme
Sets the value of some provider.
setBundle(ResourceBundle) - Method in class bibliothek.gui.DockUI
Sets the resource bundle which should be used.
setBundle(Locale) - Method in class bibliothek.gui.DockUI
Deprecated. replaced by DockUI.setLocale(Locale)
setButtonInsets(Insets) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.BaseTabComponent
Sets the insets to be left free around the buttons.
setByte(byte) - Method in class bibliothek.util.xml.XContainer
Sets the value of this container.
setByteArray(byte[]) - Method in class bibliothek.util.xml.XContainer
Sets the value of this container.
setC(C) - Method in class bibliothek.util.container.Triple
 
setCallback(PreferenceEditorCallback<Boolean>) - Method in class bibliothek.extension.gui.dock.preference.editor.BooleanEditor
 
setCallback(PreferenceEditorCallback<String>) - Method in class bibliothek.extension.gui.dock.preference.editor.ChoiceEditor
 
setCallback(PreferenceEditorCallback<KeyStroke>) - Method in class bibliothek.extension.gui.dock.preference.editor.KeyStrokeEditor
 
setCallback(PreferenceEditorCallback<Object>) - Method in class bibliothek.extension.gui.dock.preference.editor.LabelEditor
 
setCallback(PreferenceEditorCallback<ModifierMask>) - Method in class bibliothek.extension.gui.dock.preference.editor.ModifierMaskEditor
 
setCallback(PreferenceEditorCallback<String>) - Method in class bibliothek.extension.gui.dock.preference.editor.StringEditor
 
setCallback(PreferenceEditorCallback<V>) - Method in interface bibliothek.extension.gui.dock.preference.PreferenceEditor
Sets a callback, a callback can be used to read the value that has to be edited or to store the edited value.
setChar(char) - Method in class bibliothek.util.xml.XContainer
Sets the value of this container.
setChild(SplitNode, int) - Method in class bibliothek.gui.dock.station.split.Leaf
 
setChild(SplitNode, int) - Method in class bibliothek.gui.dock.station.split.Node
 
setChild(SplitNode) - Method in class bibliothek.gui.dock.station.split.Root
Sets the child of this root.
setChild(SplitNode, int) - Method in class bibliothek.gui.dock.station.split.Root
 
setChild(SplitNode, int) - Method in class bibliothek.gui.dock.station.split.SplitNode
Adds a child to this node at a given location.
setClientObject(Object) - Method in class bibliothek.gui.dock.action.LocationHint
Sets an object which has no special meaning.
setColor(String, Color) - Method in class bibliothek.extension.gui.dock.theme.BubbleTheme
Stores a color which will be used in the theme.
setColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicStationPaint
Deprecated. better use the ColorManager with keys paint.line, paint.divider, paint.insertion
setColor(String, Color) - Method in class bibliothek.gui.dock.themes.color.DefaultColorScheme
Sets the value of some color.
setColorScheme(ColorScheme) - Method in class bibliothek.gui.dock.themes.BasicTheme
Sets the currently used set of colors.
setColorSchemeKey(PropertyKey<ColorScheme>) - Method in class bibliothek.gui.dock.themes.BasicTheme
Sets the key that will be used to read the ColorScheme of this theme from the DockProperties.
setCombination(CombinatoryAcceptance.Combination) - Method in class bibliothek.gui.dock.accept.CombinatoryAcceptance
Sets, how the two acceptances of this CombinatoryAcceptance have to be combined
setCombine(Dockable) - Method in class bibliothek.gui.dock.station.flap.FlapDropInfo
Sets the combine property.
setCombiner(Combiner) - Method in class bibliothek.gui.dock.themes.BasicTheme
Sets the Combiner of this theme.
setCommand(String) - Method in class bibliothek.gui.dock.action.actions.SimpleButtonAction
Sets the command of this action.
setComponent(C) - Method in class bibliothek.gui.dock.station.stack.tab.layouting.ComponentLayoutBlock
Sets the component which should be managed by this block.
setComponent(Component) - Method in class bibliothek.gui.dock.util.ComponentWindowProvider
Sets the component whose ancestor window will be provided.
setComponentAt(int, Component) - Method in class bibliothek.gui.dock.station.stack.CombinedStackDockComponent
 
setComponentAt(int, Component) - Method in interface bibliothek.gui.dock.station.stack.StackDockComponent
Sets the component which should be shown at tab index.
setContentBorderAt(int, Border) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTabPane
Used by TabComponents and by TabPainters this method advises the EclipseTabPane to put border around the contents of tab index.
setContentPane(JComponent) - Method in class bibliothek.gui.dock.security.GlassedPane
Sets the center panel of this GlassedPane.
setContentPane(JComponent) - Method in class bibliothek.gui.dock.station.OverpaintablePanel
Sets the panel on which clients should add their children.
setContinousDisplay(boolean) - Method in class bibliothek.gui.dock.SplitDockStation
Sets whether the dockables should be resized while the split is dragged, or not.
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleDisplayer
 
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleStackDockComponent
 
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleTab
 
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleTabMenu
 
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.bubble.RoundButton
Connects this button with a controller, that is necessary to get the colors for this button.
setController(DockController) - Method in interface bibliothek.extension.gui.dock.theme.bubble.RoundButtonConnectable
Sets the controller of this element.
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.bubble.RoundDropDownButton
 
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.eclipse.displayer.EclipseBasicDockableDisplayer
 
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.eclipse.displayer.EclipseDockableDisplayer
 
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.eclipse.displayer.NoTitleDisplayer
 
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.eclipse.displayer.TitleBarObserver
Sets the controller to read the current EclipseThemeConnector.
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseMenu
 
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTabPane
 
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.DefaultInvisibleTab
 
setController(DockController) - Method in interface bibliothek.extension.gui.dock.theme.eclipse.stack.tab.InvisibleTab
Sets the controller in whose realm this tab works, if there is no controller set then this tab must be in a state ready to be collected by the garbage collector.
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.LinePainter
 
setController(DockController) - Method in interface bibliothek.extension.gui.dock.theme.eclipse.stack.tab.TabPanePainter
Sets the controller for which this painter is used.
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatDockableDisplayer
 
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatMenu
 
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatTab
Connets this tab with controller.
setController(DockController) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatTabPane
 
setController(DockController) - Method in interface bibliothek.gui.dock.action.ListeningDockAction
Called when a new controller has been set.
setController(DockController) - Method in class bibliothek.gui.dock.control.DockableSelector
Sets the controller which should be observed.
setController(DockController) - Method in class bibliothek.gui.dock.dockable.AbstractDockable
 
setController(DockController) - Method in class bibliothek.gui.dock.FlapDockStation
 
setController(DockController) - Method in class bibliothek.gui.dock.ScreenDockStation
 
setController(DockController) - Method in class bibliothek.gui.dock.security.SecureFlapDockStation
 
setController(DockController) - Method in class bibliothek.gui.dock.security.SecureSplitDockStation
 
setController(DockController) - Method in class bibliothek.gui.dock.security.SecureStackDockStation
 
setController(DockController) - Method in class bibliothek.gui.dock.SplitDockStation
 
setController(DockController) - Method in class bibliothek.gui.dock.StackDockStation
 
setController(DockController) - Method in class bibliothek.gui.dock.station.AbstractDockStation
 
setController(DockController) - Method in class bibliothek.gui.dock.station.DisplayerCollection
Sets the current DockController, that controller will be made known to all DockableDisplayer created by this collection.
setController(DockController) - Method in interface bibliothek.gui.dock.station.DockableDisplayer
Sets the controller for which this displayer is used.
setController(DockController) - Method in class bibliothek.gui.dock.station.flap.FlapDockDirection
 
setController(DockController) - Method in class bibliothek.gui.dock.station.flap.FlapDockHoldToggle
 
setController(DockController) - Method in class bibliothek.gui.dock.station.screen.DisplayerScreenDockWindow
 
setController(DockController) - Method in interface bibliothek.gui.dock.station.screen.ScreenDockWindow
Sets the controller in whose realm this window will be used.
setController(DockController) - Method in class bibliothek.gui.dock.station.split.SplitFullScreenAction
 
setController(DockController) - Method in interface bibliothek.gui.dock.station.stack.CombinedMenu
Sets the controller in whose realm this menu is used.
setController(DockController) - Method in class bibliothek.gui.dock.station.stack.CombinedStackDockComponent
 
setController(DockController) - Method in class bibliothek.gui.dock.station.stack.DefaultStackDockComponent
 
setController(DockController) - Method in class bibliothek.gui.dock.station.stack.DefaultStackDockComponent.Tab
Tells this tab which controller is currently used.
setController(DockController) - Method in class bibliothek.gui.dock.station.stack.menu.AbstractCombinedMenu
 
setController(DockController) - Method in interface bibliothek.gui.dock.station.stack.StackDockComponent
Sets the controller for which this component manages its children.
setController(DockController) - Method in class bibliothek.gui.dock.station.stack.tab.AbstractTab
Sets the controller in whose realm this AbstractTab works.
setController(DockController) - Method in class bibliothek.gui.dock.station.stack.tab.AbstractTabPane
Connects this pane with controller.
setController(DockController) - Method in class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer
 
setController(DockController) - Method in interface bibliothek.gui.dock.themes.basic.BasicDockableDisplayerDecorator
Sets the controller in whose realm this decorator works
setController(DockController) - Method in class bibliothek.gui.dock.themes.basic.BasicStackDockComponent.BasicTab
 
setController(DockController) - Method in class bibliothek.gui.dock.themes.basic.MinimalDecorator
 
setController(DockController) - Method in class bibliothek.gui.dock.themes.basic.TabDecorator
 
setController(DockController) - Method in interface bibliothek.gui.Dockable
Sets the controller in whose realm this Dockable is.
setController(DockController) - Method in interface bibliothek.gui.DockStation
Sets the controller of this station.
setCurrentSetting(String) - Method in class bibliothek.gui.DockFrontend
Sets the name of the current setting.
setCursor(Cursor) - Method in class bibliothek.gui.dock.station.screen.AbstractScreenDockWindow
Sets the current cursor of this window
setD(D) - Method in class bibliothek.util.container.Quartuple
 
setData(L) - Method in class bibliothek.gui.dock.layout.DockLayout
Sets the data that is stored in the layout.
setData(Object) - Method in class bibliothek.gui.dock.layout.DockLayoutInfo
Sets the information of this info.
setDecorator(BasicDockableDisplayerDecorator) - Method in class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer
Exchanges the decorator of this displayer.
setDefaultActionOffer(ActionOffer) - Method in class bibliothek.gui.DockController
Sets the factory for a DockActionSource which is used if no other offer was interested in a Dockable.
setDefaultBorderHint(boolean) - Method in class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer
Sets the default value for the show border hint.
setDefaultChoice(String) - Method in class bibliothek.extension.gui.dock.preference.preferences.choice.DefaultChoice
Sets the default choice for this choice.
setDefaultEntryLayout(boolean) - Method in class bibliothek.gui.DockFrontend
Sets the default value for DockFrontend.setEntryLayout(Dockable, boolean).
setDefaultHideable(boolean) - Method in class bibliothek.gui.DockFrontend
Sets the default setting for DockFrontend.setHideable(Dockable, boolean).
setDefaultStation(DockStation) - Method in class bibliothek.gui.DockFrontend
Sets the default station of this frontend.
setDefaultValue(V) - Method in class bibliothek.extension.gui.dock.preference.DefaultPreference
Sets the default value of this preference
setDefaultWindowSize(int) - Method in class bibliothek.gui.dock.FlapDockStation
Sets the default size a window should have.
setDelegate(Combiner) - Method in class bibliothek.gui.dock.station.support.CombinerWrapper
Sets the delegate for this wrapper.
setDelegate(DisplayerFactory) - Method in class bibliothek.gui.dock.station.support.DisplayerFactoryWrapper
Sets the delegate of this wrapper.
setDelegate(StationPaint) - Method in class bibliothek.gui.dock.station.support.StationPaintWrapper
Sets the delegate property.
setDelegate(WindowProvider) - Method in class bibliothek.gui.dock.util.WindowProviderWrapper
Sets the provider which will be used to find a window.
setDescription(String) - Method in class bibliothek.extension.gui.dock.preference.DefaultPreference
Sets a description of this preference.
setDescription(String) - Method in class bibliothek.extension.gui.dock.preference.PreferenceOperation
Sets a human readable description of this operation.
setDirection(FlapDockStation.Direction) - Method in class bibliothek.gui.dock.FlapDockStation
Sets the direction in which the popup-window points.
setDisabledIcon(K, Icon) - Method in class bibliothek.gui.dock.action.actions.GroupedDockAction
Sets the icon which will be shown, when the group named key is disabled.
setDisabledIcon(Icon) - Method in class bibliothek.gui.dock.action.actions.SimpleDockAction
Sets an icon that will be shown when this action is not enabled.
setDisabledIcon(Icon) - Method in class bibliothek.gui.dock.action.dropdown.AbstractDropDownFilter
 
setDisabledIcon(Icon) - Method in interface bibliothek.gui.dock.action.dropdown.DropDownView
Sets the disabled icon of the button.
setDisabledIcon(Icon) - Method in class bibliothek.gui.dock.themes.basic.action.BasicButtonModel
Sets the icon which is shown on the view if this model is not enabled.
setDisabledIcon(Icon) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler.ButtonView
 
setDisabledIcon(Icon) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler.SelectionView
 
setDisabledSelectedIcon(K, Icon) - Method in class bibliothek.gui.dock.action.actions.GroupedSelectableDockAction
Sets the icon that will be shown when the group key is disabled and selected.
setDisabledSelectedIcon(Icon) - Method in class bibliothek.gui.dock.action.actions.SimpleSelectableAction
Sets the icon that will be shown when this action is selected but not enabled.
setDisplayer(DockableDisplayer) - Method in class bibliothek.gui.dock.station.split.Leaf
Sets the displayer of this leaf.
setDisplayerFactory(DisplayerFactory) - Method in class bibliothek.gui.dock.themes.BasicTheme
Sets the DisplayerFactory of this theme.
setDivider(double) - Method in class bibliothek.gui.dock.station.split.Node
Sets the location of the divider.
setDivider(double) - Method in class bibliothek.gui.dock.station.split.PutInfo
Sets the preferred location that a divider should have if the dockable will have a neighbor.
setDividerSize(int) - Method in class bibliothek.gui.dock.SplitDockStation
Sets the size of the divider-gap between the children of this station.
setDockable(Dockable) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleDisplayer
 
setDockable(Dockable) - Method in class bibliothek.extension.gui.dock.theme.eclipse.displayer.EclipseBasicDockableDisplayer
 
setDockable(Dockable) - Method in class bibliothek.extension.gui.dock.theme.eclipse.displayer.EclipseDockableDisplayer
 
setDockable(Dockable) - Method in class bibliothek.extension.gui.dock.theme.eclipse.displayer.NoTitleDisplayer
 
setDockable(Dockable) - Method in class bibliothek.extension.gui.dock.theme.eclipse.displayer.TitleBarObserver
Exchanges the checked dockable, does not trigger TitleBarObserver.invalidated().
setDockable(Dockable) - Method in interface bibliothek.gui.dock.station.DockableDisplayer
Sets the Dockable which should be shown on this displayer.
setDockable(Dockable) - Method in class bibliothek.gui.dock.station.flap.FlapWindow
Sets the Dockable which will be shown on this window.
setDockable(Dockable) - Method in class bibliothek.gui.dock.station.screen.AbstractScreenDockWindow
 
setDockable(Dockable) - Method in class bibliothek.gui.dock.station.screen.DisplayerScreenDockWindow
 
setDockable(Dockable) - Method in interface bibliothek.gui.dock.station.screen.ScreenDockWindow
Sets the Dockable which should be shown on this window.
setDockable(Dockable, boolean) - Method in class bibliothek.gui.dock.station.split.Leaf
Sets the element of this leaf.
setDockable(Dockable) - Method in class bibliothek.gui.dock.station.split.PutInfo
Sets the Dockable which will be added to the station.
setDockable(Dockable) - Method in class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer
 
setDockable(Component, Dockable) - Method in interface bibliothek.gui.dock.themes.basic.BasicDockableDisplayerDecorator
Sets the element to show on this decorator, can be null
setDockable(Component, Dockable) - Method in class bibliothek.gui.dock.themes.basic.MinimalDecorator
 
setDockable(Component, Dockable) - Method in class bibliothek.gui.dock.themes.basic.TabDecorator
 
setDockableLocation(DockableDisplayer.Location) - Method in class bibliothek.gui.dock.themes.basic.BasicDisplayerFactory
Sets the location where the DockTitle will be shown on a DockableDisplayer if a Dockable is used as child.
setDockableSelection(DockableSelection) - Method in class bibliothek.gui.dock.themes.BasicTheme
Sets how the user can select the focused Dockable.
setDockParent(DockStation) - Method in class bibliothek.gui.dock.dockable.AbstractDockable
 
setDockParent(DockStation) - Method in class bibliothek.gui.dock.FlapDockStation
 
setDockParent(DockStation) - Method in class bibliothek.gui.dock.SplitDockStation
 
setDockParent(DockStation) - Method in class bibliothek.gui.dock.StackDockStation
 
setDockParent(DockStation) - Method in interface bibliothek.gui.Dockable
Sets the parent property.
setDockTitle(DockTitle) - Method in class bibliothek.gui.dock.station.flap.FlapWindow
Sets the title which should be displayed.
setDouble(double) - Method in class bibliothek.util.xml.XContainer
Sets the value of this container.
setDragDistance(int) - Method in class bibliothek.gui.dock.control.DockRelocator
Sets the distance the user must move the mouse in order to begin a drag operation.
setDragOnlyTitel(boolean) - Method in class bibliothek.gui.dock.control.DockRelocator
Tells whether dockables can only be dragged through their title or not.
setDraw(boolean) - Method in class bibliothek.gui.dock.station.flap.FlapDropInfo
Sets the draw property.
setDraw(boolean) - Method in class bibliothek.gui.dock.station.split.PutInfo
Sets whether the station should paint some lines to indicate where the dockable will be added, or not.
setDropDownSelectable(K, boolean) - Method in class bibliothek.gui.dock.action.actions.GroupedDropDownItemAction
Sets whether the group key can be selected by a DropDownAction.
setDropDownSelectable(boolean) - Method in class bibliothek.gui.dock.action.actions.SimpleDropDownItemAction
Sets whether this action can be selected if it is a child of a DropDownAction or not.
setDropDownTriggerableNotSelected(K, boolean) - Method in class bibliothek.gui.dock.action.actions.GroupedDropDownItemAction
Sets whether the group key can be triggered if the event occurs in a menu.
setDropDownTriggerableNotSelected(boolean) - Method in class bibliothek.gui.dock.action.actions.SimpleDropDownItemAction
Sets whether this action can be triggered when shown on, but not selected by, a DropDownAction or not.
setDropDownTriggerableSelected(K, boolean) - Method in class bibliothek.gui.dock.action.actions.GroupedDropDownItemAction
Sets whether the group key can be triggered if the event occurs on a drop-down-button.
setDropDownTriggerableSelected(boolean) - Method in class bibliothek.gui.dock.action.actions.SimpleDropDownItemAction
Sets whether this action can be triggered when shown on, and selected by, a DropDownAction or not.
setDropIconColor(Color) - Method in class bibliothek.gui.dock.themes.basic.action.buttons.DropDownMiniButton
Sets the color that will be used to paint the icon on the smaller sub-button.
setDropInfo(FlapDropInfo) - Method in class bibliothek.gui.dock.station.flap.ButtonPane
Tells where a Dockable is to be put onto the station
setDropInfo(FlapDropInfo) - Method in class bibliothek.gui.dock.station.flap.FlapWindow
Sets information where a Dockable will be dropped.
setDuration(int) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleColorAnimation
Sets the length of one transformation.
setDuration(int) - Method in class bibliothek.extension.gui.dock.theme.smooth.SmoothChanger
Sets the duration of the transition.
setDuration(int) - Method in class bibliothek.extension.gui.dock.theme.smooth.SmoothDefaultStationTitle
Sets the duration of one transition from active to passive, or in the other direction.
setDuration(int) - Method in class bibliothek.extension.gui.dock.theme.smooth.SmoothDefaultTitle
Sets the duration of the animation in milliseconds.
setEditorFactory(Path, PreferenceEditorFactory<?>) - Method in class bibliothek.extension.gui.dock.preference.PreferenceDialog
Sets an editor for some type of values.
setEditorFactory(Path, PreferenceEditorFactory<?>) - Method in class bibliothek.extension.gui.dock.preference.PreferenceTreeDialog
Sets an editor for some type of values.
setEditorFactory(Path, PreferenceEditorFactory<?>) - Method in class bibliothek.extension.gui.dock.PreferenceTable
Sets the kind of factory that should be used to edit some type of object.
setEditorFactory(Path, PreferenceEditorFactory<?>) - Method in class bibliothek.extension.gui.dock.PreferenceTreePanel
Sets an editor for some type.
setEnabled(K, boolean) - Method in class bibliothek.gui.dock.action.actions.GroupedDockAction
Sets the enabled-state of the group key.
setEnabled(boolean) - Method in class bibliothek.gui.dock.action.actions.SimpleDockAction
Sets the enabled-state of this action.
setEnabled(boolean) - Method in class bibliothek.gui.dock.action.dropdown.AbstractDropDownFilter
 
setEnabled(boolean) - Method in interface bibliothek.gui.dock.action.dropdown.DropDownView
Sets the enabled-state of the button.
setEnabled(boolean) - Method in class bibliothek.gui.dock.themes.basic.action.BasicButtonModel
Sets the enabled property of this model.
setEnabled(boolean) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler.ButtonView
 
setEnabled(boolean) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler.SelectionView
 
setEntryLayout(boolean) - Method in interface bibliothek.gui.dock.frontend.FrontendEntry
If set, then every entry Setting can change the layout of this element.
setEntryLayout(Dockable, boolean) - Method in class bibliothek.gui.DockFrontend
Sets whether the layout of dockable should be stored for entry Settings.
setEntryLayout(String, boolean) - Method in class bibliothek.gui.DockFrontend
Sets whether the layout of id should be stored for entry Settings.
setExpandOnDoubleclick(boolean) - Method in class bibliothek.gui.dock.SplitDockStation
Sets whether a double click on a child or its title can expand the child to fullscreen or not.
setFactory(DisplayerFactory) - Method in class bibliothek.gui.dock.station.DisplayerCollection
Sets the factory that will create new DockableDisplayer when needed.
setFactory(DockTitleFactory, Priority) - Method in class bibliothek.gui.dock.title.DockTitleVersion
Stores factory at the slot priority.
setFactoryID(String) - Method in class bibliothek.gui.dock.DefaultDockable
Sets the id for the DockFactory which will be used to store and load this dockable.
setFactoryID(String) - Method in class bibliothek.gui.dock.layout.DockLayout
Sets the identifier of the factory which created this layout.
setFilter(DropDownFilterFactory) - Method in class bibliothek.gui.dock.action.actions.SimpleDropDownAction
Sets the filter that will be used to filter text, icon, tooltips, etc.
setFirst(DockAcceptance) - Method in class bibliothek.gui.dock.accept.CombinatoryAcceptance
Sets the "left" operand of the combination
setFlapLayoutManager(FlapLayoutManager) - Method in class bibliothek.gui.dock.FlapDockStation
Sets the layout manager which should be used by this station.
setFloat(float) - Method in class bibliothek.util.xml.XContainer
Sets the value of this container.
setFocusController(SecureMouseFocusObserver) - Method in class bibliothek.gui.dock.security.GlassedPane
Sets the focus-observer which has to be informed when the mouse is clicked or the mouse wheel is moved.
setFocused(boolean) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.BaseTabComponent
 
setFocused(boolean) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.DockTitleTab
 
setFocused(boolean) - Method in interface bibliothek.extension.gui.dock.theme.eclipse.stack.tab.TabComponent
Tells this component that its Dockable gained or lost focus.
setFocusedDockable(Dockable, boolean) - Method in class bibliothek.gui.DockController
Sets the Dockable which should have the focus.
setFocusedDockable(Dockable, boolean, boolean) - Method in class bibliothek.gui.DockController
Sets the Dockable which should have the focus.
setFont(Font) - Method in class bibliothek.gui.dock.title.AbstractDockTitle
 
setFont(Font) - Method in class bibliothek.gui.dock.util.swing.OrientedLabel
 
setFontModifier(FontModifier) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatTab
Sets the modifier which modifies the font of this tab, this modifier may be replaced any time.
setFontModifier(FontModifier) - Method in class bibliothek.gui.dock.title.AbstractDockTitle
 
setFontModifier(FontModifier) - Method in class bibliothek.gui.dock.util.swing.DComponent
Sets the modifier which is used to update the font of this label.
setFontModifier(FontModifier) - Method in class bibliothek.gui.dock.util.swing.DLabel
Sets the modifier which is used to update the font of this label.
setFontModifier(FontModifier) - Method in class bibliothek.gui.dock.util.swing.DPanel
Sets the modifier which is used to update the font of this label.
setFontModifier(FontModifier) - Method in class bibliothek.gui.dock.util.swing.FontUpdater
Sets the modifier which is used to update the font of this label.
setFontModifier(FontModifier) - Method in class bibliothek.gui.dock.util.swing.OrientedLabel
Sets the modifier for the current font.
setForeground(Color) - Method in class bibliothek.extension.gui.dock.theme.bubble.RoundButtonViewItem
 
setForeground(Color) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler
 
setForeground(Color) - Method in class bibliothek.gui.dock.themes.basic.action.BasicHandler
 
setForeground(Color) - Method in class bibliothek.gui.dock.themes.basic.action.BasicSeparatorHandler
 
setForeground(Color) - Method in interface bibliothek.gui.dock.themes.basic.action.BasicTitleViewItem
Called by the title that shows this item to tell this item what the foreground color of the title is.
setForeground(Color) - Method in class bibliothek.gui.dock.themes.basic.action.buttons.ButtonPanel
 
setForeground(Color) - Method in class bibliothek.gui.dock.themes.basic.action.buttons.DropDownMiniButton
 
setForeground(Color) - Method in class bibliothek.gui.dock.title.AbstractDockTitle
 
setForeground(Color) - Method in class bibliothek.gui.dock.util.swing.OrientedLabel
 
setFrontDockable(Dockable) - Method in class bibliothek.gui.dock.FlapDockStation
 
setFrontDockable(Dockable) - Method in class bibliothek.gui.dock.ScreenDockStation
 
setFrontDockable(Dockable) - Method in class bibliothek.gui.dock.SplitDockStation
 
setFrontDockable(Dockable) - Method in class bibliothek.gui.dock.StackDockStation
 
setFrontDockable(Dockable) - Method in interface bibliothek.gui.DockStation
Sets the most important child.
setFrontend(DockFrontend) - Method in class bibliothek.extension.gui.dock.station.split.DockFrontendSizeManager
Sets the frontend for which this manager works.
setFullScreen(Dockable) - Method in class bibliothek.gui.dock.SplitDockStation
Sets one of the children of this station as the one child which covers all other children.
setFullScreenAction(ListeningDockAction) - Method in class bibliothek.gui.dock.SplitDockStation
Sets an action which allows to expand children.
setGenerator(GroupKeyGenerator<? extends K>) - Method in class bibliothek.gui.dock.action.actions.GroupedDockAction
Sets the generator that is used to create keys for unknown Dockables.
setGroup(K, Dockable) - Method in class bibliothek.gui.dock.action.actions.GroupedDockAction
Assigns the dockable/code> to the group with the given key.
setGroup(K, Dockable) - Method in class bibliothek.gui.dock.action.actions.GroupedSelectableDockAction
 
setHeight(int) - Method in class bibliothek.gui.dock.station.screen.ScreenDockProperty
Sets the height of the dialog.
setHeight(double) - Method in class bibliothek.gui.dock.station.split.SplitDockProperty
Sets the height of the child.
setHideable(boolean) - Method in interface bibliothek.gui.dock.frontend.FrontendEntry
Sets whether the element can be made invisible or not.
setHideable(Dockable, boolean) - Method in class bibliothek.gui.DockFrontend
Sets whether to show add a close-action or not to dockable.
setHint(LocationHint) - Method in class bibliothek.gui.dock.action.DefaultDockActionSource
Sets the location-hint of this source.
setHint(LocationHint) - Method in class bibliothek.gui.dock.action.MultiDockActionSource
Sets the location-hint of this source.
setHints(LocationHint.Hint[]) - Method in class bibliothek.gui.dock.action.DefaultActionOffer
Sets the preferred order of sources according to their hint.
setHold(Dockable, boolean) - Method in class bibliothek.gui.dock.FlapDockStation
Tells whether the station should close the popup when the Dockable looses the focus, or if the popup should remain open until the user closes the popup.
setHold(FlapDockStation, Dockable, boolean) - Method in class bibliothek.gui.dock.station.flap.DefaultFlapLayoutManager
 
setHold(FlapDockStation, Dockable, boolean) - Method in interface bibliothek.gui.dock.station.flap.FlapLayoutManager
Called when the user changes the hold property of dockable.
setHolding(boolean) - Method in class bibliothek.gui.dock.station.flap.FlapDockProperty
Whether the element should be pinned down or not.
setHorizontal(boolean) - Method in class bibliothek.gui.dock.util.swing.OrientedLabel
Sets the orientation.
setIcon(Icon) - Method in class bibliothek.extension.gui.dock.preference.PreferenceOperation
Sets an icon for this operation.
setIcon(Icon) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleTab
 
setIcon(Icon) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTab
 
setIcon(Icon) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.BaseTabComponent
Sets the icon that is painted on this component.
setIcon(Icon) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.BasicTabDockTitle
 
setIcon(Icon) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatTab
 
setIcon(K, Icon) - Method in class bibliothek.gui.dock.action.actions.GroupedDockAction
Sets the icon of the group named key.
setIcon(Icon) - Method in class bibliothek.gui.dock.action.actions.SimpleDockAction
Sets the default-icon for this action.
setIcon(Icon) - Method in class bibliothek.gui.dock.action.dropdown.AbstractDropDownFilter
 
setIcon(Icon) - Method in interface bibliothek.gui.dock.action.dropdown.DropDownView
Sets the icon of the button.
setIcon(int, Icon) - Method in interface bibliothek.gui.dock.station.stack.CombinedMenu
Sets the image of this menu at index.
setIcon(Icon) - Method in interface bibliothek.gui.dock.station.stack.CombinedTab
Sets the image of this tab.
setIcon(int, Icon) - Method in class bibliothek.gui.dock.station.stack.menu.AbstractCombinedMenu
 
setIcon(Icon) - Method in class bibliothek.gui.dock.themes.basic.action.BasicButtonModel
Sets the icon which is normally shown on the view.
setIcon(Icon) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler.ButtonView
 
setIcon(Icon) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler.SelectionView
 
setIcon(Icon) - Method in class bibliothek.gui.dock.title.AbstractDockTitle
Sets the icon of this title.
setIcon(String, Priority, Icon) - Method in class bibliothek.gui.dock.util.IconManager
Stores an icon.
setIcon(Icon) - Method in class bibliothek.gui.dock.util.swing.OrientedLabel
Sets the icon which will be painted on the left or on the top side.
setIcon(String, Icon) - Method in class bibliothek.gui.DockUI
Sets the icon that is used for a certain key.
setIconAt(int, Icon) - Method in class bibliothek.gui.dock.station.stack.CombinedStackDockComponent
 
setIconAt(int, Icon) - Method in interface bibliothek.gui.dock.station.stack.StackDockComponent
Sets the icon of the child at location index.
setIconClient(String, Icon) - Method in class bibliothek.gui.dock.util.IconManager
Sets an icon with client-priority.
setIconDefault(String, Icon) - Method in class bibliothek.gui.dock.util.IconManager
Sets an icon with default-priority.
setIconOffset(int) - Method in class bibliothek.gui.dock.util.swing.OrientedLabel
Sets the distance between icon and the three adjacent borders.
setIconTextDistance(int) - Method in class bibliothek.gui.dock.util.swing.OrientedLabel
Sets the distance between icon and text.
setIconTheme(String, Icon) - Method in class bibliothek.gui.dock.util.IconManager
Sets an icon with theme-priority.
setId(String) - Method in class bibliothek.gui.dock.util.AbstractUIValue
Changes the identifier of this value.
setIgnore(DockSituationIgnore) - Method in class bibliothek.gui.dock.layout.DockSituation
Sets a filter which decides, which elements (stations and dockables) are stored.
setIgnoreForEntry(DockSituationIgnore) - Method in class bibliothek.gui.DockFrontend
Sets a filter which is applied when saving or loading a normal entry.
setIgnoreForFinal(DockSituationIgnore) - Method in class bibliothek.gui.DockFrontend
Sets the filter which is applied when saving or loading the final layout at the startup or shutdown of the application.
setImage(BufferedImage) - Method in class bibliothek.gui.dock.dockable.TrueMovingImage
Sets the image that this component will paint.
setInactiveColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicButtonDockTitle
Sets the color that is used as background
setInactiveColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicStationTitle
Sets the background-color which is used if this title is not selected.
setInactiveLeftColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicDockTitle
Sets the color which will be used on the left side of the gradient if this title is not active.
setInactiveLeftColorId(String) - Method in class bibliothek.gui.dock.themes.basic.BasicDockTitle
Changes the identifier that is used for the inactive left color.
setInactiveRightColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicDockTitle
Sets the color of the right side of the gradient.
setInactiveRightColorId(String) - Method in class bibliothek.gui.dock.themes.basic.BasicDockTitle
Changes the identifier that is used for the inactive right color.
setInactiveTextColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicButtonDockTitle
Sets the color that is used as foreground
setInactiveTextColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicDockTitle
Sets the color of the text.
setInactiveTextColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicStationTitle
Sets the foreground-color which is used if this title is not selected.
setInactiveTextColorId(String) - Method in class bibliothek.gui.dock.themes.basic.BasicDockTitle
Changes the identifier that is used for the inactive text color.
setIndex(int) - Method in class bibliothek.gui.dock.station.flap.FlapDockProperty
Sets the location of the Dockable on its FlapDockStation.
setIndex(int) - Method in class bibliothek.gui.dock.station.flap.FlapDropInfo
Sets the location where the Dockable will be inserted in respect to the list of buttons.
setIndex(int) - Method in class bibliothek.gui.dock.station.stack.StackDockProperty
Sets the location which is determined by this property.
setInfoComponent(EclipseTabInfo) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTabPane
 
setInfoComponent(I) - Method in class bibliothek.gui.dock.station.stack.tab.AbstractTabPane
Sets the info component.
setInt(int) - Method in class bibliothek.util.xml.XContainer
Sets the value of this container.
setItalic(GenericFontModifier.Modify) - Method in class bibliothek.gui.dock.util.font.GenericFontModifier
Sets how to modify the italic aspect of a font.
setKey(PropertyKey<A>) - Method in class bibliothek.gui.dock.util.PropertyValue
Sets the key which is used to access the value in DockProperties.
setKind(DefaultScreenDockWindowFactory.Kind) - Method in class bibliothek.gui.dock.station.screen.DefaultScreenDockWindowFactory
Sets the kind of window that this factory will create
setKind(Path) - Method in class bibliothek.gui.dock.util.AbstractUIValue
Changes the kind of this value.
setLabel(String) - Method in class bibliothek.extension.gui.dock.preference.DefaultPreference
Sets a short human readable label for this preference.
setLabelInsets(Insets) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.BaseTabComponent
Sets the insets to be left free around the label.
setLayout(Size) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTabInfo
 
setLayout(LayoutManager) - Method in class bibliothek.gui.dock.DefaultDockable
Sets the layout of the content pane.
setLayout(DefaultDockable, Object, Map<Integer, Dockable>) - Method in class bibliothek.gui.dock.dockable.DefaultDockableFactory
 
setLayout(DefaultDockable, Object) - Method in class bibliothek.gui.dock.dockable.DefaultDockableFactory
 
setLayout(DockLayoutComposition) - Method in interface bibliothek.gui.dock.frontend.FrontendEntry
Sets information about the layout of this element.
setLayout(D, BackupFactoryData<L>, Map<Integer, Dockable>) - Method in class bibliothek.gui.dock.frontend.RegisteringDockFactory
 
setLayout(D, BackupFactoryData<L>) - Method in class bibliothek.gui.dock.frontend.RegisteringDockFactory
 
setLayout(D, L, Map<Integer, Dockable>) - Method in interface bibliothek.gui.dock.layout.DockConverter
Reads the contents of layout and changes the layout of element accordingly.
setLayout(D, L) - Method in interface bibliothek.gui.dock.layout.DockConverter
Reads the contents of layout and changes the layout of element accordingly.
setLayout(FlapDockStation, FlapDockStationLayout) - Method in class bibliothek.gui.dock.station.flap.FlapDockStationFactory
 
setLayout(FlapDockStation, FlapDockStationLayout, Map<Integer, Dockable>) - Method in class bibliothek.gui.dock.station.flap.FlapDockStationFactory
 
setLayout(ScreenDockStation, ScreenDockStationLayout) - Method in class bibliothek.gui.dock.station.screen.ScreenDockStationFactory
 
setLayout(ScreenDockStation, ScreenDockStationLayout, Map<Integer, Dockable>) - Method in class bibliothek.gui.dock.station.screen.ScreenDockStationFactory
 
setLayout(SplitDockStation, SplitDockStationLayout, Map<Integer, Dockable>) - Method in class bibliothek.gui.dock.station.split.SplitDockStationFactory
 
setLayout(SplitDockStation, SplitDockStationLayout) - Method in class bibliothek.gui.dock.station.split.SplitDockStationFactory
 
setLayout(StackDockStation, StackDockStationLayout, Map<Integer, Dockable>) - Method in class bibliothek.gui.dock.station.stack.StackDockStationFactory
 
setLayout(StackDockStation, StackDockStationLayout) - Method in class bibliothek.gui.dock.station.stack.StackDockStationFactory
 
setLayout(Size) - Method in class bibliothek.gui.dock.station.stack.tab.layouting.ComponentLayoutBlock
 
setLayout(Size) - Method in interface bibliothek.gui.dock.station.stack.tab.layouting.LayoutBlock
Sets the layout of this block, the exact meaning of size depends on this block.
setLayout(Size) - Method in class bibliothek.gui.dock.station.stack.tab.layouting.TabsLayoutBlock
 
setLayoutManager(TabLayoutManager) - Method in class bibliothek.gui.dock.station.stack.tab.AbstractTabPane
Sets the layout manager that will layout the contents of this pane, a value of null will reinstall the default layout manager.
setLeaf(Leaf) - Method in class bibliothek.gui.dock.station.split.PutInfo
Sets the leaf which contains dockable
setLeafId(long) - Method in class bibliothek.gui.dock.station.split.SplitDockPathProperty
Sets the unique identifier of the leaf that was stored in this path.
setLeft(SplitNode) - Method in class bibliothek.gui.dock.station.split.Node
Sets the left child of this node.
setLocale(Locale) - Method in class bibliothek.gui.DockUI
Sets the locale for which a ResourceBundle should be loaded.
setLocation(String, DockableProperty) - Method in interface bibliothek.gui.dock.frontend.FrontendEntry
Sets the location of the element.
setLocation(DockableProperty) - Method in class bibliothek.gui.dock.layout.DockLayoutInfo
Sets the location of the Dockable ,represented by this info, on its parent station.
setLong(long) - Method in class bibliothek.util.xml.XContainer
Sets the value of this container.
setManager(UIProperties<V, U, ?>) - Method in class bibliothek.gui.dock.util.AbstractUIValue
Sets the manager which owns this UIValue, automatically add or removes this UIValue from the manager
setMask(ModifierMask) - Method in class bibliothek.gui.dock.control.AcceptanceDockRelocatorMode
Sets the keys that must be pressed in order to activate this mode.
setMenu(DockActionSource) - Method in class bibliothek.gui.dock.action.actions.SimpleMenuAction
Sets a menu that will be displayed instead of this action.
setMenu(TabMenu) - Method in class bibliothek.gui.dock.station.stack.tab.layouting.MenuLayoutBlock
Sets the menu for this block.
setMinimumSize(Dimension) - Method in class bibliothek.gui.dock.FlapDockStation
Sets the minimum size this station should have.
setMissingAdjacentFactory(MissingDockFactory) - Method in class bibliothek.gui.dock.layout.DockSituation
Sets a factory which is used when a AdjacentDockFactory is missing.
setMissingDockableStrategy(MissingDockableStrategy) - Method in class bibliothek.gui.DockFrontend
Sets the strategy how to deal with location information of Dockables which are missing and which are not marked as empty.
setMissingFactory(MissingDockFactory) - Method in class bibliothek.gui.dock.layout.DockSituation
Sets a factory which is used whenever no ordinary DockFactory can be found to read something.
setModel(M) - Method in class bibliothek.extension.gui.dock.preference.AbstractPreferenceDialog
Sets the model of this dialog.
setModel(PreferenceModel) - Method in class bibliothek.extension.gui.dock.PreferenceTable
Changes the model of this table.
setModel(PreferenceTreeModel) - Method in class bibliothek.extension.gui.dock.PreferenceTreePanel
Sets the model of this panel.
setModel(BasicDropDownButtonModel) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler
Sets the model to which this handler sends all properties of the action.
setModel(BasicButtonModel) - Method in class bibliothek.gui.dock.themes.basic.action.BasicHandler
Sets the model to which all properties of the action are transfered.
setModel(M) - Method in class bibliothek.gui.dock.themes.basic.action.buttons.MiniButton
Sets the model of this button.
setModelForContent(M) - Method in class bibliothek.extension.gui.dock.preference.AbstractPreferenceDialog
Informs subclasses that the model has changed and that they might setup the content again.
setModelForContent(PreferenceModel) - Method in class bibliothek.extension.gui.dock.preference.PreferenceDialog
 
setModelForContent(PreferenceTreeModel) - Method in class bibliothek.extension.gui.dock.preference.PreferenceTreeDialog
 
setMouseInside(boolean) - Method in class bibliothek.gui.dock.themes.basic.action.BasicButtonModel
Changes the mouseInside property.
setMouseInside(boolean) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonModel
 
setMouseOverBorder(Border) - Method in class bibliothek.gui.dock.themes.basic.action.buttons.MiniButton
Sets the border which is shown when the mouse is over this button, but not pressed.
setMouseOverDropDown(boolean) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonModel
Sets whether the mouse is currently over the dropdown area of the view or not.
setMouseOverSelectedBorder(Border) - Method in class bibliothek.gui.dock.themes.basic.action.buttons.MiniButton
Sets the border which is used when the mouse is over this button and this button is selected.
setMousePressed(boolean) - Method in class bibliothek.gui.dock.themes.basic.action.BasicButtonModel
Changes the mousePressed property.
setMousePressedBorder(Border) - Method in class bibliothek.gui.dock.themes.basic.action.buttons.MiniButton
Sets the border which is shown when the mouse is pressed and over this button.
setMousePressedSelectedBorder(Border) - Method in class bibliothek.gui.dock.themes.basic.action.buttons.MiniButton
Sets the border which is used when the mouse is pressed and this button is selected.
setMovingImageFactory(DockableMovingImageFactory) - Method in class bibliothek.gui.dock.themes.BasicTheme
Sets the movingImage-property.
setName(String) - Method in class bibliothek.util.xml.XAttribute
Sets the name of this attribute.
setName(String) - Method in class bibliothek.util.xml.XElement
Sets the name of this attribute.
setNatural(boolean) - Method in class bibliothek.extension.gui.dock.preference.DefaultPreference
Sets whether this preference is natural or artificial.
setNextFullScreen() - Method in class bibliothek.gui.dock.SplitDockStation
Switches the child which is in fullscreen-mode.
setNextTabSelected(boolean) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.BaseTabComponent
Overrides the result of BaseTabComponent.isNextTabSelected(), the method will from now on only return selected until BaseTabComponent.cleanNextTabSelected() is called which reinstates the original behavior.
setNode(SplitNode) - Method in class bibliothek.gui.dock.station.split.PutInfo
Sets the node which might become neighbor or parent of the new child.
setNodeId(long) - Method in class bibliothek.gui.dock.station.split.SplitDockTree.Key
Sets the unique identifier of this node
setNormalBorder(Border) - Method in class bibliothek.gui.dock.themes.basic.action.buttons.MiniButton
Sets the default-border.
setNormalSelectedBorder(Border) - Method in class bibliothek.gui.dock.themes.basic.action.buttons.MiniButton
Sets the border which is used when this button is selected.
setNullEntryAllowed(boolean) - Method in class bibliothek.extension.gui.dock.preference.preferences.choice.DefaultChoice
Sets whether the null-entry is allowed, the null-entry describes the non existing selection.
setOffmask(int) - Method in class bibliothek.gui.dock.control.ModifierMask
Sets the mask of the modifiers which must not be pressed in order to activate this mask.
setOldSize(int) - Method in class bibliothek.gui.dock.station.split.PutInfo
Sets the size that the dockable had before it was dragged around.
setOnmask(int) - Method in class bibliothek.gui.dock.control.ModifierMask
Sets the mask of the modifiers which must be pressed in order to activate this mask.
setOperation(PreferenceOperation, boolean) - Method in interface bibliothek.extension.gui.dock.preference.PreferenceEditorCallback
Tells this callback that the editor using it can perform some action.
setOrientation(DockTitle.Orientation) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleButtonDockTitle
 
setOrientation(DockTitle.Orientation) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleSeparator
 
setOrientation(TabPlacement) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleTab
 
setOrientation(DockTitle.Orientation) - Method in class bibliothek.extension.gui.dock.theme.bubble.RoundButtonViewItem
 
setOrientation(TabPlacement) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTab
 
setOrientation(TabPlacement) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTabInfo
 
setOrientation(TabPlacement) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.BaseTabComponent
 
setOrientation(TabPlacement) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.DockTitleTab
 
setOrientation(TabPlacement) - Method in interface bibliothek.extension.gui.dock.theme.eclipse.stack.tab.TabComponent
Sets the placement of the tabs and as a result the orientation of this component.
setOrientation(TabPlacement) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatTab
 
setOrientation(SplitDockStation.Orientation) - Method in class bibliothek.gui.dock.station.split.Node
Changes the orientation of this node.
setOrientation(TabPlacement) - Method in class bibliothek.gui.dock.station.stack.tab.AbstractTabPaneComponent
 
setOrientation(TabPlacement) - Method in class bibliothek.gui.dock.station.stack.tab.layouting.ComponentLayoutBlock
 
setOrientation(TabPlacement) - Method in interface bibliothek.gui.dock.station.stack.tab.layouting.LayoutBlock
Tells this LayoutBlock at which side of the tabs it is shown.
setOrientation(TabPlacement) - Method in class bibliothek.gui.dock.station.stack.tab.layouting.TabsLayoutBlock
 
setOrientation(TabPlacement) - Method in interface bibliothek.gui.dock.station.stack.tab.TabPaneComponent
Tells this component how to paint itself.
setOrientation(DockTitle.Orientation) - Method in class bibliothek.gui.dock.themes.basic.action.BasicButtonModel
Tells this model which orientation the DockTitle has, on which the view of this model is displayed.
setOrientation(DockTitle.Orientation) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler
 
setOrientation(DockTitle.Orientation) - Method in class bibliothek.gui.dock.themes.basic.action.BasicHandler
 
setOrientation(DockTitle.Orientation) - Method in class bibliothek.gui.dock.themes.basic.action.BasicSeparatorHandler
 
setOrientation(DockTitle.Orientation) - Method in interface bibliothek.gui.dock.themes.basic.action.BasicTitleViewItem
Informs the item about the orientation of the title that uses this item.
setOrientation(DockTitle.Orientation) - Method in class bibliothek.gui.dock.themes.basic.action.buttons.ButtonPanel
Changes the orientation of this panel.
setOrientation(DockTitle.Orientation) - Method in class bibliothek.gui.dock.themes.basic.BasicDockTitle
 
setOrientation(DockTitle.Orientation) - Method in class bibliothek.gui.dock.title.AbstractDockTitle
 
setOrientation(DockTitle.Orientation) - Method in interface bibliothek.gui.dock.title.DockTitle
Sets the orientation of this title.
setOrigins(LocationHint.Origin[]) - Method in class bibliothek.gui.dock.action.DefaultActionOffer
Sets the preferred order of sources according to their origin.
setOrRemove(PropertyKey<A>, A, Priority) - Method in class bibliothek.gui.dock.util.DockProperties
Either sets the property key to value or set the default value for key.
setOwner(WindowProvider) - Method in class bibliothek.gui.DockFrontend
Sets the window which is used as root for any dialog, can be null.
setPaint(StationPaint) - Method in class bibliothek.gui.dock.themes.BasicTheme
Sets the StationPaint of this theme.
setPaintCombining(boolean) - Method in class bibliothek.gui.dock.station.screen.AbstractScreenDockWindow
 
setPaintCombining(boolean) - Method in interface bibliothek.gui.dock.station.screen.ScreenDockWindow
Sets whether this window should paint some additional markings which indicate that a Dockable is about to be dropped onto it.
setPainter(TabPanePainter) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTabPane
Sets the TabPanePainter which will paint decorations for this panel.
setPaintIconWhenInactive(boolean) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTab
Tells this tab to paint icons when not selected.
setPaintIconWhenInactive(boolean) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.BaseTabComponent
Tells this component whether to paint an icon if not selected.
setPaintIconWhenInactive(boolean) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.DockTitleTab
 
setPaintIconWhenInactive(boolean) - Method in interface bibliothek.extension.gui.dock.theme.eclipse.stack.tab.TabComponent
Tells this component whether to paint an Icon if not selected.
setPane(TabPane) - Method in class bibliothek.gui.dock.station.stack.tab.layouting.TabsLayoutBlock
Sets the producer of new tabs.
setPaneVisible(boolean) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleTab
 
setPaneVisible(boolean) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTab
 
setPaneVisible(boolean) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTabInfo
 
setPaneVisible(boolean) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatTab
 
setPaneVisible(boolean) - Method in class bibliothek.gui.dock.station.stack.menu.AbstractCombinedMenu
 
setPaneVisible(boolean) - Method in interface bibliothek.gui.dock.station.stack.tab.TabPaneComponent
Changes the visibility state of this component.
setParent(SplitDockStationLayout.Node) - Method in class bibliothek.gui.dock.station.split.SplitDockStationLayout.Entry
Sets the parent of this entry.
setParent(SplitNode) - Method in class bibliothek.gui.dock.station.split.SplitNode
Sets the parent of this node.
setPopupSuppressor(ActionPopupSuppressor) - Method in class bibliothek.gui.DockController
Sets the guard which decides, which popups with DockActions are allowed to show up, and which popups will be suppressed.
setPreferred(boolean) - Method in class bibliothek.gui.dock.event.DockTitleEvent
Sets whether the Dockable is preferred.
setPreferredDimension(int) - Method in class bibliothek.gui.dock.themes.basic.BasicStationTitle
Sets the minimum of the preferred size.
setPreviousTabSelected(boolean) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.BaseTabComponent
Overrides the result of BaseTabComponent.isPreviousTabSelected(), the method will from now on only return selected until BaseTabComponent.cleanPreviousTabSelected() is called which reinstates the original behavior.
setProperties(DockController) - Method in class bibliothek.gui.dock.util.PropertyValue
Sets the DockProperties that are read from controller.
setProperties(DockProperties) - Method in class bibliothek.gui.dock.util.PropertyValue
Sets the DockProperties which should be observed.
setPut(PutInfo.Put) - Method in class bibliothek.gui.dock.station.split.PutInfo
Tells where the mouse is, in respect to node.
setRemoveEmptyGroups(boolean) - Method in class bibliothek.gui.dock.action.actions.GroupedDockAction
Sets whether empty groups should be removed automatically.
setResizingEnabled(boolean) - Method in class bibliothek.gui.dock.SplitDockStation
Enables the user to resize the children of this station.
setRespectBorderHint(boolean) - Method in class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer
Tells this displayer whether the show border hint of BasicDockableDisplayer.getHints() should be respected or not.
setReverseOrder(boolean) - Method in class bibliothek.extension.gui.dock.PreferenceTable
Sets the order in which the operations should be shown.
setRight(SplitNode) - Method in class bibliothek.gui.dock.station.split.Node
Sets the right child of this node.
setRootWindow(Window) - Method in class bibliothek.gui.DockController
Sets the window that is used when dialogs have to be shown.
setRootWindowProvider(WindowProvider) - Method in class bibliothek.gui.DockController
Sets the provider which will be used to find a root window for this controller.
setRoundEdges(int) - Method in class bibliothek.extension.gui.dock.theme.eclipse.EclipseBorder
Sets which edges are painted round.
setRoundEdges(int) - Method in class bibliothek.extension.gui.dock.theme.eclipse.RectEclipseBorder
Sets the edges which have to be painted round, see RectEclipseBorder.TOP_LEFT, RectEclipseBorder.TOP_RIGHT, RectEclipseBorder.BOTTOM_LEFT and RectEclipseBorder.BOTTOM_RIGHT.
setSameSize(boolean) - Method in class bibliothek.gui.dock.station.stack.tab.layouting.LineTabsLayoutBlock
If set, then all tabs have the same height (width) if laid out horizontal (vertical).
setSecond(DockAcceptance) - Method in class bibliothek.gui.dock.accept.CombinatoryAcceptance
Sets the "right" operand of the combination
setSelected(boolean) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.BaseTabComponent
 
setSelected(boolean) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.DockTitleTab
 
setSelected(boolean) - Method in interface bibliothek.extension.gui.dock.theme.eclipse.stack.tab.TabComponent
Tells this component whether it has to be painted selected or not.
setSelected(Dockable, boolean) - Method in class bibliothek.gui.dock.action.actions.GroupedSelectableDockAction
 
setSelected(K, boolean) - Method in class bibliothek.gui.dock.action.actions.GroupedSelectableDockAction
Sets the selected-state of the group key.
setSelected(Dockable, boolean) - Method in class bibliothek.gui.dock.action.actions.SimpleSelectableAction
 
setSelected(boolean) - Method in class bibliothek.gui.dock.action.actions.SimpleSelectableAction
Sets the state of this action.
setSelected(boolean) - Method in class bibliothek.gui.dock.action.dropdown.AbstractDropDownFilter
 
setSelected(boolean) - Method in interface bibliothek.gui.dock.action.dropdown.DropDownView
Sets the selected-state of the button.
setSelected(Dockable, boolean) - Method in interface bibliothek.gui.dock.action.SelectableDockAction
Sets the selected state for dockable.
setSelected(Dockable, boolean) - Method in class bibliothek.gui.dock.station.flap.FlapDockHoldToggle
 
setSelected(double, double, double, double, Dockable) - Method in class bibliothek.gui.dock.station.split.SplitDockGrid
Marks dockable as selected in the stack of elements that are on position x, y, width, height.
setSelected(boolean) - Method in class bibliothek.gui.dock.themes.basic.action.BasicButtonModel
Sets the selected property.
setSelected(boolean) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler.ButtonView
 
setSelected(boolean) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler.SelectionView
 
setSelectedBounds(Rectangle) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatTabPane
 
setSelectedBounds(Rectangle) - Method in class bibliothek.gui.dock.station.stack.CombinedStackDockComponent
 
setSelectedBounds(Rectangle) - Method in interface bibliothek.gui.dock.station.stack.tab.TabPane
Sets the boundaries of the selected Dockable.
setSelectedColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicButtonDockTitle
Sets the color that is used as background if the title is selected.
setSelectedDisabledIcon(Icon) - Method in class bibliothek.gui.dock.themes.basic.action.BasicButtonModel
Sets the icon which is shown on the view if this model is not enabled, but selected.
setSelectedDockable(Dockable) - Method in class bibliothek.gui.dock.station.stack.CombinedStackDockComponent
 
setSelectedDockable(Dockable) - Method in class bibliothek.gui.dock.station.stack.tab.AbstractTabPane
Selects the child dockable of this pane as the one visible element.
setSelectedIcon(K, Icon) - Method in class bibliothek.gui.dock.action.actions.GroupedSelectableDockAction
Sets the icon that will be shown when the group named key is selected.
setSelectedIcon(Icon) - Method in class bibliothek.gui.dock.action.actions.SimpleSelectableAction
Sets the icon that will be shown, when this action is selected.
setSelectedIcon(Icon) - Method in class bibliothek.gui.dock.themes.basic.action.BasicButtonModel
Sets the icon which is shown on the view if this model is selected.
setSelectedIndex(int) - Method in class bibliothek.gui.dock.station.stack.CombinedStackDockComponent
 
setSelectedIndex(int) - Method in interface bibliothek.gui.dock.station.stack.StackDockComponent
Selects the component at location index.
setSelectedTextColor(Color) - Method in class bibliothek.gui.dock.themes.basic.BasicButtonDockTitle
Sets the color that is used as foreground if the title is selected.
setSelection(Dockable) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTabInfo
Sets the element whose actions should be shown on this info.
setSelection(Dockable, DockAction) - Method in class bibliothek.gui.dock.action.actions.SimpleDropDownAction
 
setSelection(DockAction) - Method in class bibliothek.gui.dock.action.actions.SimpleDropDownAction
Changes the selection of this drop-down-action.
setSelection(Dockable, DockAction) - Method in interface bibliothek.gui.dock.action.DropDownAction
Sets the current selection.
setSelection(Dockable) - Method in class bibliothek.gui.dock.focus.AbstractDockableSelection
Informs this selection which dockable is currently selected.
setSelection(Dockable) - Method in class bibliothek.gui.dock.themes.basic.BasicDockableSelection
 
setSelectionEnabled(boolean) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonModel
Sets whether the selected child-action of the represented DropDownAction is currently enabled or not.
setSeparateSources(boolean) - Method in class bibliothek.gui.dock.action.MultiDockActionSource
Sets whether there are separators between the children of this source or not.
setSeparators(boolean) - Method in class bibliothek.gui.dock.action.DefaultActionOffer
Whether there shall be separators between groups.
setSetting(Setting, boolean) - Method in class bibliothek.gui.DockFrontend
Changes the content of all root-stations according to setting.
setShort(short) - Method in class bibliothek.util.xml.XContainer
Sets the value of this container.
setShowBorderHint(Boolean) - Method in interface bibliothek.gui.dock.displayer.DockableDisplayerHints
Tells whether to paint a border or not.
setShowBorderHint(Boolean) - Method in class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer.Hints
 
setShowDockTitle(boolean) - Method in class bibliothek.gui.dock.station.screen.DefaultScreenDockWindowFactory
Sets whether the DockTitle is normally shown on the window.
setShowHideAction(boolean) - Method in class bibliothek.gui.DockFrontend
Sets whether to show the hide-action or not.
setShowing(boolean) - Method in class bibliothek.gui.dock.ScreenDockStation
Sets the visibility of all windows of this station.
setShown(boolean) - Method in interface bibliothek.gui.dock.frontend.FrontendEntry
Sets whether the dockable of this entry should be shown or not.
setShowTitle(boolean) - Method in class bibliothek.gui.dock.station.screen.DisplayerScreenDockWindow
Sets whether the DockTitle should be shown or not.
setSideSnapSize(float) - Method in class bibliothek.gui.dock.SplitDockStation
Every child has an invisible border whose size is determined by sideSnapSize.
setSingleParentRemover(SingleParentRemover) - Method in class bibliothek.gui.DockController
Exchanges the handler that removes stations with only one or none children.
setSingleTabShowInnerBorder(boolean) - Method in class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer
Sets whether an inner border should be shown if a single tab is in use.
setSingleTabShowOuterBorder(boolean) - Method in class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer
Sets whether an outer border should be shown if a single tab is in use.
setSize(FlapDockStation, Dockable, int) - Method in class bibliothek.gui.dock.station.flap.DefaultFlapLayoutManager
 
setSize(int) - Method in class bibliothek.gui.dock.station.flap.FlapDockProperty
Sets the size the window has in which the Dockable will be presented.
setSize(FlapDockStation, Dockable, int) - Method in interface bibliothek.gui.dock.station.flap.FlapLayoutManager
Called when the user changes the size of dockable.
setSize(int) - Method in class bibliothek.gui.dock.util.font.GenericFontModifier
Sets the size of the new font.
setSizeDelta(boolean) - Method in class bibliothek.gui.dock.util.font.GenericFontModifier
Sets whether the value of size should be added to the original size or replace the original size.
setSmallButtons(boolean) - Method in class bibliothek.gui.dock.FlapDockStation
Sets how the buttons are layout.
setSource(DockActionSource) - Method in class bibliothek.gui.dock.action.SimpleTypedActionGuard
Sets the source of this ActionGuard.
setSplitDisplayFactory(DisplayerFactory) - Method in class bibliothek.extension.gui.dock.theme.FlatTheme
Sets the DisplayerFactory that is used for the SplitDockStation.
setSplitLayoutManager(SplitLayoutManager) - Method in class bibliothek.gui.dock.SplitDockStation
Sets a special SplitLayoutManager which this station has to use.
setStackComponent(StackDockComponent) - Method in class bibliothek.gui.dock.StackDockStation
Sets the StackDockComponent which should be used by this station.
setStackComponentFactory(StackDockComponentFactory) - Method in class bibliothek.gui.dock.StackDockStation
Sets the factory which will be used to create a StackDockComponent for this station.
setStackDockComponentFactory(StackDockComponentFactory) - Method in class bibliothek.gui.dock.themes.BasicTheme
Sets the factory which will be used to create components for StackDockStation.
setStalled(boolean) - Method in class bibliothek.gui.dock.control.DockRegister
Sets whether the listener to all DockStation should forward changes of the tree to the un-/register-methods or not.
setStation(DockStation) - Method in class bibliothek.extension.gui.dock.theme.eclipse.displayer.EclipseDockableDisplayer
 
setStation(DockStation) - Method in class bibliothek.extension.gui.dock.theme.eclipse.displayer.NoTitleDisplayer
 
setStation(DockStation) - Method in interface bibliothek.gui.dock.station.DockableDisplayer
Sets the station on which this displayer is shown.
setStation(DockStation) - Method in class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer
 
setStationLocation(DockableDisplayer.Location) - Method in class bibliothek.gui.dock.themes.basic.BasicDisplayerFactory
Sets the location where the DockTitle will be shown on a DockableDisplayer if a DockStation is used as child.
setString(String) - Method in class bibliothek.util.xml.XContainer
Sets the value of this container.
setString(String) - Method in class bibliothek.util.xml.XElement
 
setSuccessor(DockableProperty) - Method in class bibliothek.gui.dock.layout.AbstractDockableProperty
 
setSuccessor(DockableProperty) - Method in interface bibliothek.gui.dock.layout.DockableProperty
Sets the property which will be used if this property was used and there is not yet a leaf in the tree of DockStations and Dockables reached.
setSuppressable(boolean) - Method in class bibliothek.gui.dock.action.ActionPopup
Sets whether to ask the ActionPopupSuppressor if this menu is allowed to popup or not.
setTabPlacement(TabPlacement) - Method in class bibliothek.gui.dock.StackDockStation
Tells this station where to put the tabs.
setTabPlacement(TabPlacement) - Method in class bibliothek.gui.dock.station.stack.DefaultStackDockComponent
 
setTabPlacement(TabPlacement) - Method in interface bibliothek.gui.dock.station.stack.StackDockComponent
Sets at which side tabs should be displayed.
setTabPlacement(TabPlacement) - Method in class bibliothek.gui.dock.station.stack.tab.AbstractTabPane
Tells this pane where to paint the tabs.
setTabPlacement(TabPlacement) - Method in class bibliothek.gui.dock.themes.BasicTheme
Sets the side at which tabs are to be displayed.
setText(String) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleTab
 
setText(String) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTab
 
setText(String) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.BaseTabComponent
Sets the text that is to be painted on this component.
setText(String) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatTab
 
setText(K, String) - Method in class bibliothek.gui.dock.action.actions.GroupedDockAction
Sets the text for group key.
setText(String) - Method in class bibliothek.gui.dock.action.actions.SimpleDockAction
Sets the text which is shown for this action.
setText(String) - Method in class bibliothek.gui.dock.action.dropdown.AbstractDropDownFilter
 
setText(String) - Method in interface bibliothek.gui.dock.action.dropdown.DropDownView
Sets the text of the button.
setText(int, String) - Method in interface bibliothek.gui.dock.station.stack.CombinedMenu
Sets the text of this menu at index.
setText(String) - Method in interface bibliothek.gui.dock.station.stack.CombinedTab
Sets the text of this tab.
setText(int, String) - Method in class bibliothek.gui.dock.station.stack.menu.AbstractCombinedMenu
 
setText(String) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler.ButtonView
 
setText(String) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler.SelectionView
 
setText(String) - Method in class bibliothek.gui.dock.title.AbstractDockTitle
Sets the text of this title.
setText(String) - Method in class bibliothek.gui.dock.util.swing.OrientedLabel
Sets the text of this label
setTheme(DockTheme) - Method in class bibliothek.gui.DockController
Sets the theme of this controller.
Setting - Class in bibliothek.gui.dock.frontend
The set of properties that describe one setting of a DockFrontend.
Setting() - Constructor for class bibliothek.gui.dock.frontend.Setting
 
setTitle(DockTitle) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleDisplayer
 
setTitle(DockTitle) - Method in class bibliothek.extension.gui.dock.theme.eclipse.displayer.EclipseDockableDisplayer
 
setTitle(DockTitle) - Method in class bibliothek.extension.gui.dock.theme.eclipse.displayer.NoTitleDisplayer
 
setTitle(DockTitle) - Method in interface bibliothek.gui.dock.station.DockableDisplayer
Sets the title of this displayer.
setTitle(DockTitle) - Method in class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer
 
setTitleAt(int, String) - Method in class bibliothek.gui.dock.station.stack.CombinedStackDockComponent
 
setTitleAt(int, String) - Method in interface bibliothek.gui.dock.station.stack.StackDockComponent
Sets the title of the child at location index.
setTitleFactory(DockTitleFactory) - Method in class bibliothek.gui.dock.themes.BasicTheme
Sets the DockTitleFactory of this station.
setTitleIcon(Icon) - Method in class bibliothek.gui.dock.dockable.AbstractDockable
Sets the icon of this dockable.
setTitleIcon(Icon) - Method in class bibliothek.gui.dock.SplitDockStation
Sets an icon that is shown in the titles of this Dockable.
setTitleIcon(Icon) - Method in class bibliothek.gui.dock.station.screen.AbstractScreenDockWindow
Explicitly sets the icon of the title.
setTitleIcon(Icon) - Method in class bibliothek.gui.dock.station.screen.DefaultScreenDockWindowFactory
Sets the icon which should be used in the decorated title.
setTitleLocation(DockableDisplayer.Location) - Method in class bibliothek.extension.gui.dock.theme.eclipse.displayer.EclipseDockableDisplayer
 
setTitleLocation(DockableDisplayer.Location) - Method in class bibliothek.extension.gui.dock.theme.eclipse.displayer.NoTitleDisplayer
 
setTitleLocation(DockableDisplayer.Location) - Method in interface bibliothek.gui.dock.station.DockableDisplayer
Sets the location of the title in respect to the Dockable.
setTitleLocation(DockableDisplayer.Location) - Method in class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer
 
setTitleText(String) - Method in class bibliothek.gui.dock.dockable.AbstractDockable
Sets the title of this dockable.
setTitleText(String) - Method in class bibliothek.gui.dock.SplitDockStation
Sets the text of the title of this dockable.
setTitleText(String) - Method in class bibliothek.gui.dock.station.screen.AbstractScreenDockWindow
Explicitly sets the text of the title.
setTitleText(String) - Method in class bibliothek.gui.dock.station.screen.DefaultScreenDockWindowFactory
Sets the text which is used in decorated titles.
setTitleToolTip(String) - Method in class bibliothek.gui.dock.dockable.AbstractDockable
Sets the tooltip that will be shown on any title of this dockable.
setTitleToolTip(String) - Method in class bibliothek.gui.dock.SplitDockStation
Sets the tooltip that should be shown on any title that is bound to this dockable.
setTooltip(String) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleTab
 
setTooltip(String) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTab
 
setTooltip(String) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatTab
 
setTooltip(K, String) - Method in class bibliothek.gui.dock.action.actions.GroupedDockAction
Sets the tooltip of the group key.
setTooltip(String) - Method in class bibliothek.gui.dock.action.actions.SimpleDockAction
Sets the first part of the tooltip-text which is shown for this action.
setTooltip(String) - Method in class bibliothek.gui.dock.action.dropdown.AbstractDropDownFilter
 
setTooltip(String) - Method in interface bibliothek.gui.dock.action.dropdown.DropDownView
Sets the tooltip of the button.
setTooltip(int, String) - Method in interface bibliothek.gui.dock.station.stack.CombinedMenu
Sets the tooltip of this menu at index.
setTooltip(String) - Method in interface bibliothek.gui.dock.station.stack.CombinedTab
Sets the tooltip of this tab.
setTooltip(int, String) - Method in class bibliothek.gui.dock.station.stack.menu.AbstractCombinedMenu
 
setTooltip(String) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler.ButtonView
 
setTooltip(String) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler.SelectionView
 
setTooltip(String) - Method in class bibliothek.gui.dock.title.AbstractDockTitle
Sets the tooltip that will be shown on this title.
setTooltipAt(int, String) - Method in class bibliothek.gui.dock.station.stack.CombinedStackDockComponent
 
setTooltipAt(int, String) - Method in class bibliothek.gui.dock.station.stack.DefaultStackDockComponent
 
setTooltipAt(int, String) - Method in interface bibliothek.gui.dock.station.stack.StackDockComponent
Sets the tooltip of the child at location index.
setToolTipText(String) - Method in class bibliothek.gui.dock.themes.basic.action.BasicButtonModel
Sets the text which should be used as tooltip.
setUndecorated(boolean) - Method in class bibliothek.gui.dock.station.screen.DefaultScreenDockWindowFactory
Sets whether the windows created by this factory should be undecorated or not.
setValue(V) - Method in class bibliothek.extension.gui.dock.preference.DefaultPreference
 
setValue(int, Object) - Method in class bibliothek.extension.gui.dock.preference.DefaultPreferenceModel
 
setValue(Boolean) - Method in class bibliothek.extension.gui.dock.preference.editor.BooleanEditor
 
setValue(String) - Method in class bibliothek.extension.gui.dock.preference.editor.ChoiceEditor
 
setValue(KeyStroke) - Method in class bibliothek.extension.gui.dock.preference.editor.KeyStrokeEditor
 
setValue(Object) - Method in class bibliothek.extension.gui.dock.preference.editor.LabelEditor
 
setValue(ModifierMask) - Method in class bibliothek.extension.gui.dock.preference.editor.ModifierMaskEditor
 
setValue(String) - Method in class bibliothek.extension.gui.dock.preference.editor.StringEditor
 
setValue(int, Object) - Method in class bibliothek.extension.gui.dock.preference.MergedPreferenceModel
 
setValue(V) - Method in interface bibliothek.extension.gui.dock.preference.Preference
Sets the value of this preference.
setValue(V) - Method in interface bibliothek.extension.gui.dock.preference.PreferenceEditor
Sets the current value of this editor
setValue(int, Object) - Method in interface bibliothek.extension.gui.dock.preference.PreferenceModel
Sets the value of the index'th preference.
setValue(int, Object) - Method in class bibliothek.extension.gui.dock.preference.PreferenceTreeModel
 
setValue(V) - Method in class bibliothek.gui.dock.util.AbstractUIValue
Sets the override value.
setValue(A) - Method in class bibliothek.gui.dock.util.PropertyValue
Sets the current value.
setValue(String) - Method in class bibliothek.util.xml.XContainer
Sets the exact value that is stored in this container.
setValueInfo(Object) - Method in class bibliothek.extension.gui.dock.preference.DefaultPreference
Sets information about this preferences value.
setValueInfo(Object) - Method in class bibliothek.extension.gui.dock.preference.editor.BooleanEditor
 
setValueInfo(Object) - Method in class bibliothek.extension.gui.dock.preference.editor.ChoiceEditor
 
setValueInfo(Object) - Method in class bibliothek.extension.gui.dock.preference.editor.KeyStrokeEditor
 
setValueInfo(Object) - Method in class bibliothek.extension.gui.dock.preference.editor.LabelEditor
 
setValueInfo(Object) - Method in class bibliothek.extension.gui.dock.preference.editor.ModifierMaskEditor
 
setValueInfo(Object) - Method in class bibliothek.extension.gui.dock.preference.editor.StringEditor
 
setValueInfo(Object) - Method in interface bibliothek.extension.gui.dock.preference.PreferenceEditor
Sets information about the value that is shown.
setValueNatural(int) - Method in class bibliothek.extension.gui.dock.preference.AbstractPreferenceModel
 
setValueNatural(int) - Method in class bibliothek.extension.gui.dock.preference.DefaultPreferenceModel
 
setValueNatural(int) - Method in class bibliothek.extension.gui.dock.preference.MergedPreferenceModel
 
setValueNatural(int) - Method in interface bibliothek.extension.gui.dock.preference.PreferenceModel
Asks this model to set the index'th preference on its natural way.
setValueNatural(int) - Method in class bibliothek.extension.gui.dock.preference.PreferenceTreeModel
 
setView(DropDownView) - Method in class bibliothek.gui.dock.themes.basic.action.dropdown.AbstractDropDownHandler
 
setView(DropDownView) - Method in interface bibliothek.gui.dock.themes.basic.action.dropdown.DropDownViewItem
Sends the current settings of this item to the view.
setView(DropDownView) - Method in class bibliothek.gui.dock.themes.basic.action.dropdown.SelectableDropDownHandler
 
setView(DropDownView) - Method in class bibliothek.gui.dock.themes.basic.action.dropdown.SubDropDownHandler
 
setVisible(boolean) - Method in class bibliothek.gui.dock.station.flap.FlapWindow
 
setVisible(boolean) - Method in class bibliothek.gui.dock.station.screen.AbstractScreenDockWindow
 
setVisible(boolean) - Method in interface bibliothek.gui.dock.station.screen.ScreenDockWindow
Changes the visibility state of this window.
setVisible(T, boolean) - Method in interface bibliothek.gui.dock.station.stack.CombinedHandler
Sets the visibility of item.
setVisibleActions(int) - Method in class bibliothek.gui.dock.themes.basic.action.buttons.ButtonPanel
Sets the number of actions which should be shown directly on this panel.
setWidth(int) - Method in class bibliothek.gui.dock.station.screen.ScreenDockProperty
Sets the width of the dialog.
setWidth(double) - Method in class bibliothek.gui.dock.station.split.SplitDockProperty
Sets the width of the child.
setWindow(Window) - Method in class bibliothek.gui.dock.util.DirectWindowProvider
Sets the window which will be provided by this provider.
setWindowBorder(int) - Method in class bibliothek.gui.dock.FlapDockStation
Sets the size of the draggable area on the popup-window, that is used to change the size of the window.
setWindowBounds(Rectangle) - Method in class bibliothek.gui.dock.station.screen.AbstractScreenDockWindow
 
setWindowBounds(Rectangle) - Method in interface bibliothek.gui.dock.station.screen.ScreenDockWindow
Sets the bounds the window is supposed to have.
setWindowFactory(ScreenDockWindowFactory) - Method in class bibliothek.gui.dock.ScreenDockStation
Sets the factory that will be used to create new windows for this station, already existing windows are not affected by this change.
setWindowMinSize(int) - Method in class bibliothek.gui.dock.FlapDockStation
Sets the minimal size which the popup-window can have.
setWindowSize(Dockable, int) - Method in class bibliothek.gui.dock.FlapDockStation
Sets the size of the popup-window for dockable.
setX(int) - Method in class bibliothek.gui.dock.station.screen.ScreenDockProperty
Sets the location of the left size of the dialog.
setX(double) - Method in class bibliothek.gui.dock.station.split.SplitDockProperty
Sets the x-coordinate of the child.
setY(int) - Method in class bibliothek.gui.dock.station.screen.ScreenDockProperty
Sets the location of the top side of the dialog.
setY(double) - Method in class bibliothek.gui.dock.station.split.SplitDockProperty
Sets the y-coordinate of the child.
setZOrder(int) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleTab
 
setZOrder(int) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTab
 
setZOrder(int) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTabInfo
 
setZOrder(int) - Method in class bibliothek.extension.gui.dock.theme.flat.FlatTab
 
setZOrder(T, int) - Method in interface bibliothek.gui.dock.station.stack.CombinedHandler
Sets the z order of item, items with lower z order are painted first.
setZOrder(Component, int) - Method in class bibliothek.gui.dock.station.stack.CombinedStackDockComponent
Sets the z order of component, as higher the z order as later the component is painted, as more components it can overlap.
setZOrder(int) - Method in class bibliothek.gui.dock.station.stack.menu.AbstractCombinedMenu
 
setZOrder(int) - Method in interface bibliothek.gui.dock.station.stack.tab.TabPaneComponent
Sets the z order of this component.
shouldBeActive(DockController, int) - Method in class bibliothek.gui.dock.control.AcceptanceDockRelocatorMode
 
shouldBeActive(DockController, int) - Method in interface bibliothek.gui.dock.control.DockRelocatorMode
Tells whether this mode should be activated because of the state of the controller and the last MouseEvent.
shouldCreate(DockFactory<?, ?>) - Method in interface bibliothek.gui.dock.frontend.MissingDockableStrategy
Tells whether factory should be used to create Dockables which do not have an identifier (meaning: that are not registered).
shouldCreate(DockFactory<?, L>, L) - Method in interface bibliothek.gui.dock.frontend.MissingDockableStrategy
Tells whether factory should be used to create a new Dockable using data.
shouldDisplay(ViewTarget<?>) - Method in class bibliothek.gui.dock.action.actions.SeparatorAction
Tells whether the separator should be shown or not.
shouldLayout(DockElement) - Method in class bibliothek.gui.dock.layout.PredefinedDockSituation
Tells whether the layout of element itself should be stored or loaded, that will not prevent the element from showing up but from changing its content.
shouldStoreHidden(String) - Method in interface bibliothek.gui.dock.frontend.MissingDockableStrategy
Tells whether the location of the hidden and missing Dockable key should be stored anyway.
shouldStoreShown(String) - Method in interface bibliothek.gui.dock.frontend.MissingDockableStrategy
Tells whether the location of the shown but missing Dockable key should be stored anyway.
shouldTest(DockStation) - Method in class bibliothek.gui.dock.control.SingleParentRemover
Tells whether station should be automatically removed or just be ignored.
show(Dockable) - Method in class bibliothek.gui.DockFrontend
Ensures that dockable is child of a root known to this frontend.
show(Dockable, boolean) - Method in class bibliothek.gui.DockFrontend
Ensures that dockable is child of a root known to this frontend.
showActions(boolean) - Method in enum bibliothek.gui.dock.FlapDockStation.ButtonContent
Tells whether actions should be shown on the button of a FlapDockStation or not.
showDisplayer(DockableDisplayer) - Method in class bibliothek.gui.dock.station.screen.AbstractScreenDockWindow
 
showDisplayer(DockableDisplayer) - Method in class bibliothek.gui.dock.station.screen.DisplayerScreenDockWindow
Forces the subclass of this window to show displayer.
showIcon(boolean, boolean) - Method in enum bibliothek.gui.dock.FlapDockStation.ButtonContent
Tells whether an icon should be shown.
showing(VetoableDockFrontendEvent) - Method in class bibliothek.gui.dock.event.VetoableDockFrontendAdapter
 
showing(VetoableDockFrontendEvent) - Method in interface bibliothek.gui.dock.event.VetoableDockFrontendListener
Called before a Dockable is shown.
shown(DockFrontend, Dockable) - Method in class bibliothek.gui.dock.event.DockFrontendAdapter
 
shown(DockFrontend, Dockable) - Method in interface bibliothek.gui.dock.event.DockFrontendListener
Invoked if a Dockable was made visible.
shown(VetoableDockFrontendEvent) - Method in class bibliothek.gui.dock.event.VetoableDockFrontendAdapter
 
shown(VetoableDockFrontendEvent) - Method in interface bibliothek.gui.dock.event.VetoableDockFrontendListener
Called whenever a Dockable was shown.
showSingleTab(DockStation, Dockable) - Method in interface bibliothek.gui.dock.displayer.SingleTabDecider
Decides whether to show a single tab for dockable
showSingleTabChanged(SingleTabDecider, Dockable) - Method in interface bibliothek.gui.dock.event.SingleTabDeciderListener
Called if the single-tab property of dockable might be changed.
showText(boolean, boolean) - Method in enum bibliothek.gui.dock.FlapDockStation.ButtonContent
Tells whether text should be shown.
SimpleBubbleColorScheme - Class in bibliothek.extension.gui.dock.theme.bubble
A color scheme that generates most of its colors from a small starting set of colors.
SimpleBubbleColorScheme(Color) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.SimpleBubbleColorScheme
Creates a scheme using only one base color.
SimpleBubbleColorScheme(Color, Color, Color, Color, Color, double, double, double) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.SimpleBubbleColorScheme
Creates a new color scheme
SimpleBubbleColorScheme(Color, Color, Color, Color, Color, Color, Color, double, double, double) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.SimpleBubbleColorScheme
Creates a new color scheme
SimpleButtonAction - Class in bibliothek.gui.dock.action.actions
A ButtonDockAction that has the same properties for all Dockables which use the action.
SimpleButtonAction() - Constructor for class bibliothek.gui.dock.action.actions.SimpleButtonAction
 
SimpleDockAction - Class in bibliothek.gui.dock.action.actions
A simple implementation of DockAction.
SimpleDockAction() - Constructor for class bibliothek.gui.dock.action.actions.SimpleDockAction
 
SimpleDropDownAction - Class in bibliothek.gui.dock.action.actions
A dropdown action that has the same properties for all Dockables.
SimpleDropDownAction() - Constructor for class bibliothek.gui.dock.action.actions.SimpleDropDownAction
 
SimpleDropDownItemAction - Class in bibliothek.gui.dock.action.actions
An action that can be shown as child of a DropDownAction and which has advanced information for the DropDownAction.
SimpleDropDownItemAction() - Constructor for class bibliothek.gui.dock.action.actions.SimpleDropDownItemAction
 
SimpleMenuAction - Class in bibliothek.gui.dock.action.actions
An action that provides a menu which contains other actions.
SimpleMenuAction() - Constructor for class bibliothek.gui.dock.action.actions.SimpleMenuAction
Creates a new action.
SimpleMenuAction(DockActionSource) - Constructor for class bibliothek.gui.dock.action.actions.SimpleMenuAction
Creates a new action.
SimpleSelectableAction - Class in bibliothek.gui.dock.action.actions
A DockAction that has a state selected.
SimpleSelectableAction(ActionType<SelectableDockAction>) - Constructor for class bibliothek.gui.dock.action.actions.SimpleSelectableAction
Creates a new action.
SimpleSelectableAction.Check - Class in bibliothek.gui.dock.action.actions
A SimpleSelectableAction that is visualized as a ActionType.CHECK.
SimpleSelectableAction.Check() - Constructor for class bibliothek.gui.dock.action.actions.SimpleSelectableAction.Check
Creates the new action
SimpleSelectableAction.Radio - Class in bibliothek.gui.dock.action.actions
A SimpleSelectableAction that is visualized as a ActionType.RADIO.
SimpleSelectableAction.Radio() - Constructor for class bibliothek.gui.dock.action.actions.SimpleSelectableAction.Radio
Creates the new action
SimpleTypedActionGuard<T extends Dockable> - Class in bibliothek.gui.dock.action
An ActionGuard that reacts if the Dockable has the exact type that was set through the constructor.
SimpleTypedActionGuard(Class<T>, DockActionSource) - Constructor for class bibliothek.gui.dock.action.SimpleTypedActionGuard
Sets the type and the source of this guard
SimplifiedFocusTraversalPolicy - Interface in bibliothek.gui.dock.focus
An interface which mimics the behavior of FocusTraversalPolicy but implementing classes are not required to respect any other focus cycle roots, policy providers or visibility, focusability, displayability nor the enabled state.
Single<A> - Class in bibliothek.util.container
An object containing one generic fields.
Single() - Constructor for class bibliothek.util.container.Single
 
Single(A) - Constructor for class bibliothek.util.container.Single
 
SINGLE_TAB_DECIDER - Static variable in interface bibliothek.gui.dock.displayer.SingleTabDecider
Key for the DockProperties
SingleColorBridgeFactory - Class in bibliothek.gui.dock.themes.color
A ColorBridgeFactory that always returns the same instance of ColorBridge.
SingleColorBridgeFactory(ColorBridge) - Constructor for class bibliothek.gui.dock.themes.color.SingleColorBridgeFactory
Creates a new factory.
SingleParentRemover - Class in bibliothek.gui.dock.control
An observer of a DockController.
SingleParentRemover() - Constructor for class bibliothek.gui.dock.control.SingleParentRemover
 
SingleTabDecider - Interface in bibliothek.gui.dock.displayer
Decides for Dockables whether there should be a single tab shown for them.
SingleTabDeciderListener - Interface in bibliothek.gui.dock.event
This listener is added to a SingleTabDecider.
size() - Method in interface bibliothek.extension.gui.dock.preference.preferences.choice.Choice
Gets the number of available choices.
size() - Method in class bibliothek.extension.gui.dock.preference.preferences.choice.DefaultChoice
 
size() - Method in class bibliothek.gui.dock.action.actions.SimpleDropDownAction
Gets the number of actions shown in the menu.
size() - Method in class bibliothek.gui.dock.station.screen.ScreenDockStationLayout
Gets the number of entries in this layout.
size() - Method in class bibliothek.gui.dock.station.split.SplitDockPathProperty
Gets the number of nodes stores in this property.
Size - Class in bibliothek.gui.dock.station.stack.tab.layouting
A Size is used by a LayoutBlock to describe the layout that fits to some size.
Size(Size.Type, int, int) - Constructor for class bibliothek.gui.dock.station.stack.tab.layouting.Size
Creates a new size.
Size(Size.Type, Dimension) - Constructor for class bibliothek.gui.dock.station.stack.tab.layouting.Size
Creates a new size
Size.Type - Enum in bibliothek.gui.dock.station.stack.tab.layouting
What type of size a Size describes.
SizeManager - Interface in bibliothek.extension.gui.dock.station.split
This manager knows the preferred size of some Dockables, compared to the size of their parent node in a SplitDockStation.
SmoothChanger - Class in bibliothek.extension.gui.dock.theme.smooth
A class which counts milliseconds from 0 to duration or in the other direction.
SmoothChanger(int) - Constructor for class bibliothek.extension.gui.dock.theme.smooth.SmoothChanger
Constructor, sets duration to 250 milliseconds.
SmoothChanger(int, int) - Constructor for class bibliothek.extension.gui.dock.theme.smooth.SmoothChanger
Constructs a new changer.
SmoothDefaultButtonTitle - Class in bibliothek.extension.gui.dock.theme.smooth
A title intended for the FlapDockStation, this title changes its color smoothly.
SmoothDefaultButtonTitle(Dockable, DockTitleVersion) - Constructor for class bibliothek.extension.gui.dock.theme.smooth.SmoothDefaultButtonTitle
Creates a new title.
SmoothDefaultButtonTitleFactory - Class in bibliothek.extension.gui.dock.theme.smooth
A factory creating new SmoothDefaultButtonTitles.
SmoothDefaultButtonTitleFactory() - Constructor for class bibliothek.extension.gui.dock.theme.smooth.SmoothDefaultButtonTitleFactory
 
SmoothDefaultStationTitle - Class in bibliothek.extension.gui.dock.theme.smooth
A station-title which smoothly changes its color from active to passive.
SmoothDefaultStationTitle(Dockable, DockTitleVersion) - Constructor for class bibliothek.extension.gui.dock.theme.smooth.SmoothDefaultStationTitle
Constructs a new station title
SmoothDefaultTitle - Class in bibliothek.extension.gui.dock.theme.smooth
A title which changes its colors smoothly when selected or deselected.
SmoothDefaultTitle(Dockable, DockTitleVersion) - Constructor for class bibliothek.extension.gui.dock.theme.smooth.SmoothDefaultTitle
Constructs a new title
SmoothDefaultTitleFactory - Class in bibliothek.extension.gui.dock.theme.smooth
A DockTitleFactory which creates instances of SmoothDefaultTitle and SmoothDefaultStationTitle.
SmoothDefaultTitleFactory() - Constructor for class bibliothek.extension.gui.dock.theme.smooth.SmoothDefaultTitleFactory
 
SmoothTheme - Class in bibliothek.extension.gui.dock.theme
This theme uses the SmoothDefaultTitleFactory to create some titles which smoothly changes their color.
SmoothTheme() - Constructor for class bibliothek.extension.gui.dock.theme.SmoothTheme
Constructor, sets the special title-factory of this theme
SOUTH - Static variable in class bibliothek.gui.dock.station.split.SplitDockProperty
A property covering the bottom quarter of the station
splitDisplayFactory - Variable in class bibliothek.extension.gui.dock.theme.FlatTheme
A special factory for the SplitDockStation
SplitDockAccess - Interface in bibliothek.gui.dock.station.split
Provides access to some internal methods and attributes of a SplitDockStation.
SplitDockGrid - Class in bibliothek.gui.dock.station.split
A class that provides a grid for Dockables.
SplitDockGrid() - Constructor for class bibliothek.gui.dock.station.split.SplitDockGrid
Creates a new, empty grid.
SplitDockGrid(String, Map<Character, Dockable[]>) - Constructor for class bibliothek.gui.dock.station.split.SplitDockGrid
Creates a grid by reading a string which represents a grid.
SplitDockGrid.Line - Class in bibliothek.gui.dock.station.split
Represents a dividing line in the grid.
SplitDockGrid.Line() - Constructor for class bibliothek.gui.dock.station.split.SplitDockGrid.Line
 
SplitDockGrid.Node - Class in bibliothek.gui.dock.station.split
Represents a node in the tree which will be built.
SplitDockGrid.Node() - Constructor for class bibliothek.gui.dock.station.split.SplitDockGrid.Node
 
SplitDockListener - Interface in bibliothek.gui.dock.event
A listener which is added to a SplitDockStation.
SplitDockPathProperty - Class in bibliothek.gui.dock.station.split
A DockableProperty used by the SplitDockStation to describe the location of a Dockable in the tree of all children of the station.
SplitDockPathProperty() - Constructor for class bibliothek.gui.dock.station.split.SplitDockPathProperty
Creates a new, empty path
SplitDockPathProperty.Location - Enum in bibliothek.gui.dock.station.split
The direction which the path takes
SplitDockPathProperty.Node - Class in bibliothek.gui.dock.station.split
Describes one turn of the path.
SplitDockPathProperty.Node(SplitDockPathProperty.Location, double, long) - Constructor for class bibliothek.gui.dock.station.split.SplitDockPathProperty.Node
Creates a new turn.
SplitDockPathPropertyFactory - Class in bibliothek.gui.dock.station.split
A factory creating new instances of SplitDockPathProperty.
SplitDockPathPropertyFactory() - Constructor for class bibliothek.gui.dock.station.split.SplitDockPathPropertyFactory
 
SplitDockProperty - Class in bibliothek.gui.dock.station.split
This property stores the location and the size of each child of a SplitDockStation.
SplitDockProperty() - Constructor for class bibliothek.gui.dock.station.split.SplitDockProperty
Constructs a new property with size and location equal to 0/0
SplitDockProperty(double, double, double, double) - Constructor for class bibliothek.gui.dock.station.split.SplitDockProperty
Creates a new property with the given values.
SplitDockPropertyFactory - Class in bibliothek.gui.dock.station.split
A factory that creates instances of SplitDockProperty.
SplitDockPropertyFactory() - Constructor for class bibliothek.gui.dock.station.split.SplitDockPropertyFactory
 
SplitDockStation - Class in bibliothek.gui.dock
This station shows all its children at once.
SplitDockStation() - Constructor for class bibliothek.gui.dock.SplitDockStation
Constructs a new SplitDockStation.
SplitDockStation.Orientation - Enum in bibliothek.gui.dock
Orientation how two Dockables are aligned.
SplitDockStationFactory - Class in bibliothek.gui.dock.station.split
A factory that creates SplitDockStations.
SplitDockStationFactory() - Constructor for class bibliothek.gui.dock.station.split.SplitDockStationFactory
 
SplitDockStationLayout - Class in bibliothek.gui.dock.station.split
A layout storing the contents of a SplitDockStation.
SplitDockStationLayout(SplitDockStationLayout.Entry, int) - Constructor for class bibliothek.gui.dock.station.split.SplitDockStationLayout
Creates a new layout
SplitDockStationLayout.Entry - Class in bibliothek.gui.dock.station.split
An entry in a tree, either a node or a leaf.
SplitDockStationLayout.Entry(long) - Constructor for class bibliothek.gui.dock.station.split.SplitDockStationLayout.Entry
Create a new entry
SplitDockStationLayout.Leaf - Class in bibliothek.gui.dock.station.split
A leaf in a tree, describes one Dockable.
SplitDockStationLayout.Leaf(int, long) - Constructor for class bibliothek.gui.dock.station.split.SplitDockStationLayout.Leaf
Creates a new leaf
SplitDockStationLayout.Node - Class in bibliothek.gui.dock.station.split
A node in a tree.
SplitDockStationLayout.Node(SplitDockStation.Orientation, double, SplitDockStationLayout.Entry, SplitDockStationLayout.Entry, long) - Constructor for class bibliothek.gui.dock.station.split.SplitDockStationLayout.Node
Creates a new node.
SplitDockTree - Class in bibliothek.gui.dock.station.split
Represents the internal tree of a SplitDockStation.
SplitDockTree() - Constructor for class bibliothek.gui.dock.station.split.SplitDockTree
 
SplitDockTree.Key - Class in bibliothek.gui.dock.station.split
A key that represents either a node or a leaf.
SplitDockTree.Key(long) - Constructor for class bibliothek.gui.dock.station.split.SplitDockTree.Key
Creates a new key
SplitDockTreeFactory - Class in bibliothek.gui.dock.station.split
A SplitTreeFactory that writes into a SplitDockTree and so fills up an empty SplitDockTree until it is a full, valid tree.
SplitDockTreeFactory(SplitDockTree) - Constructor for class bibliothek.gui.dock.station.split.SplitDockTreeFactory
Creates a new factory.
SplitDropTreeException - Exception in bibliothek.gui.dock.station.split
An exception thrown if a SplitDockStation can't combine two children which must be combined.
SplitDropTreeException(SplitDockStation, String) - Constructor for exception bibliothek.gui.dock.station.split.SplitDropTreeException
Creates a new exception.
SplitFullScreenAction - Class in bibliothek.gui.dock.station.split
This DockAction is mainly used by the SplitDockStation to allow it's children to get in fullscreen-mode.
SplitFullScreenAction(SplitDockStation) - Constructor for class bibliothek.gui.dock.station.split.SplitFullScreenAction
Constructs the action and sets the station on which the Dockables will be made fullscreen.
SplitLayoutManager - Interface in bibliothek.gui.dock.station.split
A manager used to implement the behavior of a SplitDockStation.
SplitNode - Class in bibliothek.gui.dock.station.split
The internal representation of a SplitDockStation is a tree.
SplitNode(SplitDockAccess, long) - Constructor for class bibliothek.gui.dock.station.split.SplitNode
Creates a new SplitNode.
SplitNodeVisitor - Interface in bibliothek.gui.dock.station.split
A visitor for a tree of SplitNodes.
SplitTreeFactory<N> - Interface in bibliothek.gui.dock.station.split
A factory used to create trees that somehow represent the layout of a SplitDockStation.
StackDockComponent - Interface in bibliothek.gui.dock.station.stack
A StackDockComponent is a Component that can show other Components.
StackDockComponentFactory - Interface in bibliothek.gui.dock.station.stack
A factory creating instances of StackDockComponent.
StackDockComponentParent - Interface in bibliothek.gui.dock.station.stack
Interface for an owner of a StackDockComponent.
StackDockProperty - Class in bibliothek.gui.dock.station.stack
A StackDockProperty stores the location of a Dockable on a StackDockStation.
StackDockProperty(int) - Constructor for class bibliothek.gui.dock.station.stack.StackDockProperty
Constructs a property.
StackDockProperty() - Constructor for class bibliothek.gui.dock.station.stack.StackDockProperty
Constructs a property with a location equal to 0.
StackDockPropertyFactory - Class in bibliothek.gui.dock.station.stack
A factory which creates instances of StackDockProperty.
StackDockPropertyFactory() - Constructor for class bibliothek.gui.dock.station.stack.StackDockPropertyFactory
 
StackDockStation - Class in bibliothek.gui.dock
On this station, only one of many children is visible.
StackDockStation() - Constructor for class bibliothek.gui.dock.StackDockStation
Constructs a new StackDockStation
StackDockStation(DockTheme) - Constructor for class bibliothek.gui.dock.StackDockStation
Constructs a new station and sets the theme.
StackDockStation(DockTheme, boolean) - Constructor for class bibliothek.gui.dock.StackDockStation
Creates a new station.
StackDockStation.Background - Class in bibliothek.gui.dock
This panel is used as base of the station.
StackDockStation.Background() - Constructor for class bibliothek.gui.dock.StackDockStation.Background
Creates a new panel
StackDockStationFactory - Class in bibliothek.gui.dock.station.stack
A DockFactory that can read and write instances of StackDockStation.
StackDockStationFactory() - Constructor for class bibliothek.gui.dock.station.stack.StackDockStationFactory
 
StackDockStationLayout - Class in bibliothek.gui.dock.station.stack
A layout of a StackDockStation, stores the order of all Dockables on the station.
StackDockStationLayout(int, int[]) - Constructor for class bibliothek.gui.dock.station.stack.StackDockStationLayout
Creates a new layout.
StackTabListLayout - Class in bibliothek.gui.dock.station.stack
Deprecated. this class is no longer used anywhere and will be removed
StackTabListLayout() - Constructor for class bibliothek.gui.dock.station.stack.StackTabListLayout
Deprecated.  
StandardDockAction - Interface in bibliothek.gui.dock.action
A StandardDockAction is an object that is shown as graphical interface (like a button) on some Components.
StandardDockActionListener - Interface in bibliothek.gui.dock.event
This listener is added to a StandardDockAction.
StandardDropDownItemAction - Interface in bibliothek.gui.dock.action
A compination of a DropDownItemAction and a StandardDockAction.
start() - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleColorAnimation
Starts the animation if it is not yet running.
start() - Method in class bibliothek.gui.dock.util.AppletWindowProvider
Informs this provider that the applet started.
stateChanged(ChangeEvent) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleTab
 
StationPaint - Interface in bibliothek.gui.dock.station
A StationPaint draws some parts of DockStation.
StationPaintColor - Class in bibliothek.gui.dock.themes.color
A color used by a StationPaint.
StationPaintColor(String, Path, StationPaint, Color) - Constructor for class bibliothek.gui.dock.themes.color.StationPaintColor
Creates a new DockColor
StationPaintColor(String, StationPaint, Color) - Constructor for class bibliothek.gui.dock.themes.color.StationPaintColor
Creates a new DockColor
StationPaintWrapper - Class in bibliothek.gui.dock.station.support
A wrapper for a StationPaint.
StationPaintWrapper() - Constructor for class bibliothek.gui.dock.station.support.StationPaintWrapper
 
stop() - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleColorAnimation
Stops the animation immediately, possibly leaving the animation in an unfinished state.
stop(Dockable) - Method in class bibliothek.gui.dock.control.DockableSelector
Close the currently open popup window and changes the focused Dockable to dockable.
stop() - Method in class bibliothek.gui.dock.util.AppletWindowProvider
Informs this provider that the applet stopped.
stopAnimation() - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleTab
Stops the animation of this tab.
stopAnimation() - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleTabMenu
Stops any animation of this menu.
store(PreferenceModel) - Method in class bibliothek.extension.gui.dock.preference.PreferenceStorage
Stores all the preferences of model in this storage.
store(DataOutputStream) - Method in interface bibliothek.gui.dock.layout.DockableProperty
Stores the contents of this DockableProperty in a stream.
store(XElement) - Method in interface bibliothek.gui.dock.layout.DockableProperty
Stores the contents of this property as xml element.
store(DataOutputStream) - Method in class bibliothek.gui.dock.station.flap.FlapDockProperty
 
store(XElement) - Method in class bibliothek.gui.dock.station.flap.FlapDockProperty
 
store(DataOutputStream) - Method in class bibliothek.gui.dock.station.screen.ScreenDockProperty
 
store(XElement) - Method in class bibliothek.gui.dock.station.screen.ScreenDockProperty
 
store(DataOutputStream) - Method in class bibliothek.gui.dock.station.split.SplitDockPathProperty
 
store(XElement) - Method in class bibliothek.gui.dock.station.split.SplitDockPathProperty
 
store(DataOutputStream) - Method in class bibliothek.gui.dock.station.split.SplitDockProperty
 
store(XElement) - Method in class bibliothek.gui.dock.station.split.SplitDockProperty
 
store(DataOutputStream) - Method in class bibliothek.gui.dock.station.stack.StackDockProperty
 
store(XElement) - Method in class bibliothek.gui.dock.station.stack.StackDockProperty
 
STORE_ALL - Static variable in interface bibliothek.gui.dock.frontend.MissingDockableStrategy
This strategy stores all information.
STRATEGY - Static variable in interface bibliothek.gui.dock.util.AWTComponentCaptureStrategy
The PropertyKey for a AWTComponentCaptureStrategy.
StringEditor - Class in bibliothek.extension.gui.dock.preference.editor
An editor used to edit Strings.
StringEditor() - Constructor for class bibliothek.extension.gui.dock.preference.editor.StringEditor
Creates a new editor.
SubDropDownHandler - Class in bibliothek.gui.dock.themes.basic.action.dropdown
A handler that connects non-selectable, non-triggerable items with a drop-down-button.
SubDropDownHandler(MenuViewItem<JComponent>) - Constructor for class bibliothek.gui.dock.themes.basic.action.dropdown.SubDropDownHandler
Creates a new handler.
submit(SplitTreeFactory<N>) - Method in class bibliothek.gui.dock.station.split.Leaf
 
submit(SplitTreeFactory<N>) - Method in class bibliothek.gui.dock.station.split.Node
 
submit(SplitTreeFactory<N>) - Method in class bibliothek.gui.dock.station.split.Root
 
submit(SplitTreeFactory<N>) - Method in class bibliothek.gui.dock.station.split.SplitNode
Writes the contents of this node into a new tree create by factory.
subPath(int, int) - Method in class bibliothek.extension.gui.dock.util.Path
Creates a new path that is a subset of this path.
suppress(Dockable, DockActionSource) - Method in interface bibliothek.gui.dock.action.ActionPopupSuppressor
Tells whether to suppress or to allow a popup for source.
SUPPRESS_ALWAYS - Static variable in interface bibliothek.gui.dock.action.ActionPopupSuppressor
Never allows a popup to appear.

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