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(String) - Method in class bibliothek.gui.dock.common.CControl
Stores the current layout with the given name.
save(Component) - Method in class bibliothek.gui.dock.facile.menu.FrontendSettingsMenuPiece
Saves the current setting.
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.
saveAs(Component) - Method in class bibliothek.gui.dock.facile.menu.FrontendSettingsMenuPiece
Saves the current setting under a new 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.
ScreenDockFullscreenStrategy - Interface in bibliothek.gui.dock.station.screen
This strategy is used to manage the fullscreen mode of ScreenDockWindows.
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
ScreenDockProperty(int, int, int, int, Path) - Constructor for class bibliothek.gui.dock.station.screen.ScreenDockProperty
Constructs a new property
ScreenDockProperty(int, int, int, int, Path, boolean) - Constructor for class bibliothek.gui.dock.station.screen.ScreenDockProperty
Constructs a new property
ScreenDockPropertyFactory - Class in bibliothek.gui.dock.station.screen
This DockablePropertyFactory 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
Default constructor not setting the ScreenDockStationLayout.placeholders of this layout.
ScreenDockStationLayout(PlaceholderMap) - Constructor for class bibliothek.gui.dock.station.screen.ScreenDockStationLayout
Creates a new layout.
ScreenDockStationListener - Interface in bibliothek.gui.dock.station.screen
A listener that can be added to a ScreenDockStation.
screenDockStationListeners() - Method in class bibliothek.gui.dock.ScreenDockStation
Gets all the ScreenDockStationListeners that were added to this station.
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.
ScreenDockWindowHandle - Class in bibliothek.gui.dock.station.screen
Represents a ScreenDockWindow in a PlaceholderList.
ScreenDockWindowHandle(Dockable, ScreenDockWindow) - Constructor for class bibliothek.gui.dock.station.screen.ScreenDockWindowHandle
Creates a new handle.
ScreenDockWindowListener - Interface in bibliothek.gui.dock.station.screen
A listener that can be added to a ScreenDockWindow.
ScreenFullscreenAction - Class in bibliothek.gui.dock.station.screen
This DockAction is mainly used by the ScreenDockStation to allow it's children to go into fullscreen-mode.
ScreenFullscreenAction(ScreenDockStation) - Constructor for class bibliothek.gui.dock.station.screen.ScreenFullscreenAction
Constructs the action and sets the station on which the Dockables will be made fullscreen.
ScreenResizeRequestHandler - Class in bibliothek.gui.dock.common.intern.station
A handler which can change the size of children of a ScreenDockStation such that the preferred size of the children is met.
ScreenResizeRequestHandler(ScreenDockStation) - Constructor for class bibliothek.gui.dock.common.intern.station.ScreenResizeRequestHandler
Creates a new handler.
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.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
SecureControlFactory - Class in bibliothek.gui.dock.common.intern
A factory used in restricted environment, where no global events can be observed.
SecureControlFactory() - Constructor for class bibliothek.gui.dock.common.intern.SecureControlFactory
 
SecureCSplitDockStation - Class in bibliothek.gui.dock.common.intern.station
The secure version of CSplitDockStation.
SecureCSplitDockStation(CommonStationDelegate) - Constructor for class bibliothek.gui.dock.common.intern.station.SecureCSplitDockStation
 
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, DefaultFlapWindow.Parent) - Constructor for class bibliothek.gui.dock.security.SecureFlapWindow
Creates a new window
SecureFlapWindowFactory - Class in bibliothek.gui.dock.security
This factory creates SecureFlapWindows.
SecureFlapWindowFactory() - Constructor for class bibliothek.gui.dock.security.SecureFlapWindowFactory
 
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(double, double, double, double, CDockable) - Method in class bibliothek.gui.dock.common.CGrid
Marks dockable as beeing selected in the stack that has the boundaries of x, y, width, height.
select(String) - Method in class bibliothek.gui.dock.common.theme.ThemeMap
Changes the selected factory.
select(String, boolean) - Method in class bibliothek.gui.dock.common.theme.ThemeMap
Changes the selected factory.
select(ThemeFactory) - Method in class bibliothek.gui.dock.common.theme.ThemeMap
Changes the selected factory to factory.
select(int) - Method in class bibliothek.gui.dock.common.theme.ThemeMap
Changes the selected factory.
select(int, boolean) - Method in class bibliothek.gui.dock.common.theme.ThemeMap
Changes the selected factory.
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.
selected(StackDockStation, Dockable) - Method in class bibliothek.gui.dock.station.stack.tab.AbstractTabContentFilter
Called when the selection of station changed to newSelection.
selected(StackDockStation, Dockable) - Method in class bibliothek.gui.dock.station.stack.tab.DefaultTabContentFilter
 
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(ThemeMap, String, String) - Method in interface bibliothek.gui.dock.common.theme.ThemeMapListener
Called when the selected factory has been changed.
selectionChanged(DropDownAction, Set<Dockable>, DockAction) - Method in interface bibliothek.gui.dock.event.DropDownActionListener
Called when the selection of action has changed.
selectionChanged(StackDockComponent) - Method in class bibliothek.gui.dock.station.stack.tab.AbstractTabContentFilter
Called if the selection of component changed.
selectionChanged(TabPane) - Method in class bibliothek.gui.dock.station.stack.tab.AbstractTabLayoutManager.PaneInfo
 
selectionChanged(StackDockComponent) - Method in class bibliothek.gui.dock.station.stack.tab.DefaultTabContentFilter
 
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.
SeparatingMenuPiece - Class in bibliothek.gui.dock.support.menu
A piece which envelops another piece with separators.
SeparatingMenuPiece() - Constructor for class bibliothek.gui.dock.support.menu.SeparatingMenuPiece
Creates a new piece
SeparatingMenuPiece(boolean, boolean, boolean) - Constructor for class bibliothek.gui.dock.support.menu.SeparatingMenuPiece
Creates a new piece
SeparatingMenuPiece(MenuPiece) - Constructor for class bibliothek.gui.dock.support.menu.SeparatingMenuPiece
Creates a new piece
SeparatingMenuPiece(MenuPiece, boolean, boolean, boolean) - Constructor for class bibliothek.gui.dock.support.menu.SeparatingMenuPiece
Creates a new piece
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.
SEPARATOR - Static variable in class bibliothek.gui.dock.common.action.CSeparator
the normal 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(int, CAction) - Method in class bibliothek.gui.dock.common.intern.action.CActionSource
Replaces the action at index with index.
set(String, V, U) - Method in class bibliothek.gui.dock.common.intern.ui.UITransmitter
 
set(String, V, CDockable) - Method in class bibliothek.gui.dock.common.intern.ui.UITransmitter
Transmits value to all UIValues which listen to the given id and which are associated with dockable.
set(String, Color, DockColor) - Method in class bibliothek.gui.dock.common.theme.color.ExtendedColorBridge
 
set(SplitNode, Dockable, SplitNode...) - Method in class bibliothek.gui.dock.station.split.SplitPlaceholderSet
Ensures that node is associated with the placeholder for dockable.
set(SplitNode, Path, SplitNode...) - Method in class bibliothek.gui.dock.station.split.SplitPlaceholderSet
Ensures that node is associated with placeholder but no other node has placeholder.
set(int, M) - Method in interface bibliothek.gui.dock.station.support.PlaceholderList.Filter
Replaces the object at location index by object.
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.
setAccelerator(KeyStroke) - Method in class bibliothek.gui.dock.common.intern.action.CDecorateableAction
Sets the combination of keys that will trigger this action if the user presses them.
setActionOffers(DockActionSource) - Method in class bibliothek.gui.dock.dockable.AbstractDockable
Sets the action-source of this Dockable.
setActionProvider(LocationModeActionProvider) - Method in class bibliothek.gui.dock.facile.mode.AbstractLocationMode
Sets the LocationModeActionProvider for this mode.
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.
setAllowReadOnlyOnce(boolean) - Method in class bibliothek.gui.dock.support.lookandfeel.LookAndFeelList
Sets whether multiple calls to LookAndFeelList.read(DataInputStream) will have an effect.
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.
setArea(String) - Method in class bibliothek.gui.dock.common.intern.CommonDockableLayout
Sets the unique id of the CWorkingArea the dockable was on.
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.
setBottomSeparator(boolean) - Method in class bibliothek.gui.dock.support.menu.SeparatingMenuPiece
Sets whether there should be a separator added to the menu after the contents described in this piece.
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 how to modify some kind of DockColors.
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)
setButtonBehavior(CPanelPopup.ButtonBehavior) - Method in class bibliothek.gui.dock.common.action.CPanelPopup
Tells this action how to handle buttons.
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, int) - Method in class bibliothek.gui.dock.station.split.Placeholder
 
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.
setClientObject(LocationModeListener, Object) - Method in class bibliothek.gui.dock.facile.mode.LocationModeEvent
Stores object in a map using listener as key.
setCloseable(boolean) - Method in class bibliothek.gui.dock.common.intern.DefaultCDockable
Sets whether the user can close this dockable.
setCloseOnFocusLost(boolean) - Method in class bibliothek.gui.dock.common.action.CPanelPopup
Whether the window should be closed if focus is lost.
setColor(String, Color) - Method in class bibliothek.gui.dock.common.ColorMap
Sets a color in this map.
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.
setCombiner(Combiner, Priority) - 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(StackDockComponent) - Method in class bibliothek.gui.dock.station.stack.StackDockComponentRepresentative
Sets the factory that creates new DockElementRepresentatives.
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.
setConflictResolver(ConflictResolver<T>) - Method in class bibliothek.gui.dock.facile.station.split.LockedResizeLayoutManager
Sets the ConflictResolver that will determine how to merge ResizeRequests and how to resolve conflicts.
setContent(JComponent) - Method in class bibliothek.gui.dock.common.action.CPanelPopup
Sets the component that is shown on a popup dialog/menu/window... by this CPanelPopup.
setContent(Component) - Method in class bibliothek.gui.dock.common.action.panel.DialogWindow
Sets the contents of the dialog.
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(Container) - Method in interface bibliothek.gui.dock.station.flap.DefaultFlapWindow.Parent
Tells this parent what component to paint.
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.
setControl(CControlAccess) - Method in class bibliothek.gui.dock.common.CMinimizeArea
 
setControl(CControlAccess) - Method in interface bibliothek.gui.dock.common.CStation
Called by CControl when this CStation is added or removed.
setControl(CControlAccess) - Method in class bibliothek.gui.dock.common.DefaultMultipleCDockable
 
setControl(CControlAccess) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
Sets the CControl which is responsible for this dockable.
setControl(CControlAccess) - Method in class bibliothek.gui.dock.common.intern.AbstractCStation
 
setControl(CControlAccess) - Method in class bibliothek.gui.dock.common.intern.AbstractDockableCStation
 
setControl(CControlAccess) - Method in class bibliothek.gui.dock.common.intern.action.CloseActionSource
Grants access to the CControl and allows to create the default action.
setControl(CControlAccess) - Method in interface bibliothek.gui.dock.common.intern.CDockable
Sets the CControl which is responsible for this CDockable.
setControl(CControl) - Method in class bibliothek.gui.dock.common.intern.station.CLockedResizeLayoutManager
Sets the control in whose realm this manager should work.
setControl(CControl) - Method in class bibliothek.gui.dock.common.intern.ui.UITransmitter
Sets the CControl which should be observed for new CDockables by this transmitter.
setControl(CControl) - Method in class bibliothek.gui.dock.common.menu.SingleCDockableListMenuPiece
Exchanges the CControl whose CDockables are observed by this piece.
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.common.action.predefined.CMaximizeAction
 
setController(DockController) - Method in class bibliothek.gui.dock.common.intern.action.CExtendedModeAction
Exchanges all the properties such that they are read from controller
setController(DockController) - Method in class bibliothek.gui.dock.common.mode.station.CScreenDockStationHandle.External
 
setController(DockController) - Method in class bibliothek.gui.dock.common.mode.station.CScreenDockStationHandle.Maximal
 
setController(DockController) - Method in class bibliothek.gui.dock.common.mode.station.CSplitDockStationHandle.Maximal
 
setController(DockController) - Method in class bibliothek.gui.dock.common.mode.station.CSplitDockStationHandle.Normal
 
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.facile.action.CloseAction
 
setController(DockController) - Method in class bibliothek.gui.dock.facile.action.ReplaceAction
 
setController(DockController) - Method in class bibliothek.gui.dock.facile.menu.PreferenceMenuPiece
Sets the controller for which this piece works.
setController(DockController) - Method in class bibliothek.gui.dock.facile.menu.ThemeMenuPiece
Sets the controller whose theme might be changed by this piece.
setController(DockController) - Method in class bibliothek.gui.dock.facile.mode.AbstractLocationMode
 
setController(DockController) - Method in class bibliothek.gui.dock.facile.mode.action.LocationModeAction
Exchanges all the properties such that they are read from controller
setController(DockController) - Method in interface bibliothek.gui.dock.facile.mode.LocationMode
Connects this mode with a controller.
setController(DockController) - Method in interface bibliothek.gui.dock.facile.mode.ModeArea
Connects this area with a controller.
setController(DockController) - Method in class bibliothek.gui.dock.facile.mode.station.FlapDockStationHandle
 
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.screen.ScreenFullscreenAction
 
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.StackDockComponentRepresentative
Sets the controller to which new DockElementRepresentatives should be added.
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.
setCornerComponent(Component, CContentArea.Corner, boolean) - Method in class bibliothek.gui.dock.common.CContentArea
Puts component in one corner of this area.
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.
setDefault(LookAndFeelList.Info) - Method in class bibliothek.gui.dock.support.lookandfeel.LookAndFeelList
Sets the default- LookAndFeel.
setDefaultAction(DockAction) - Method in class bibliothek.gui.dock.facile.action.KeyedActionSource
Sets the default action of this source.
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.
setDefaultArea(A) - Method in class bibliothek.gui.dock.facile.mode.AbstractLocationMode
Sets the default area of this mode.
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.
setDefaultContentArea(CContentArea) - Method in class bibliothek.gui.dock.common.intern.DefaultCControlRegister
 
setDefaultContentArea(CContentArea) - Method in interface bibliothek.gui.dock.common.intern.MutableCControlRegister
Sets the default content area.
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).
setDefaultList(LookAndFeelList) - Static method in class bibliothek.gui.dock.support.lookandfeel.LookAndFeelList
Sets the default LookAndFeelList.
setDefaultLocation(CLocation) - Method in class bibliothek.gui.dock.common.CControl
Sets the location where CDockables are opened when there is nothing else specified for these CDockables.
setDefaultLocation(ExtendedMode, CLocation) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
Sets the default location for mode mode for this dockable.
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.
setDeselected(DefaultTabContentFilter.Behavior) - Method in class bibliothek.gui.dock.station.stack.tab.DefaultTabContentFilter
Sets the behavior that should be applied on an unselected element.
setDirection(FlapDockStation.Direction) - Method in class bibliothek.gui.dock.common.CMinimizeArea
Sets the direction into which the tab opens.
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.common.intern.action.CDecorateableAction
Sets the icon of this action.
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.
setDisableWhenEmpty(boolean) - Method in class bibliothek.gui.dock.facile.menu.RootMenuPiece
Disables the menu if there are no items in the menu.
setDisableWhenEmpty(boolean) - Method in class bibliothek.gui.dock.facile.menu.SubmenuPiece
Disables the menu if there are no items in the menu.
setDisplayerFactory(DisplayerFactory) - Method in class bibliothek.gui.dock.themes.BasicTheme
Sets the DisplayerFactory of this theme.
setDisplayerFactory(DisplayerFactory, Priority) - 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.DefaultFlapWindow
Sets the Dockable which will be shown on this window.
setDockable(Dockable) - Method in interface 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) - Method in class bibliothek.gui.dock.station.screen.ScreenDockWindowHandle
Sets the item that is shown by this window.
setDockable(Dockable, boolean) - Method in class bibliothek.gui.dock.station.split.Leaf
Sets the element of this leaf.
setDockable(Dockable, boolean, boolean, 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(D) - Method in class bibliothek.gui.dock.station.support.PlaceholderList.Item
Sets the value of this item.
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
 
setDockable(Dockable) - Method in class bibliothek.gui.DockFrontend.DockInfo
Exchanges the dockable which is stored in this DockFrontend.DockInfo
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.
setDockableSelection(DockableSelection, Priority) - Method in class bibliothek.gui.dock.themes.BasicTheme
Sets how the user can select the focused Dockable.
setDockableState(boolean) - Method in class bibliothek.gui.dock.facile.menu.CloseableDockableMenuPiece.Item
Sets whether the Dockable of this item is currently visible or not.
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(DockTitleVersion) - Method in class bibliothek.gui.dock.station.flap.DefaultFlapWindow
Sets the title which should be displayed.
setDockTitle(DockTitleVersion) - Method in interface bibliothek.gui.dock.station.flap.FlapWindow
Tells this window how to create a title for any Dockable that may be shown on it.
setDouble(double) - Method in class bibliothek.util.xml.XContainer
Sets the value of this container.
setDoubleClickStrategy(DoubleClickLocationStrategy) - Method in class bibliothek.gui.dock.facile.mode.LocationModeManager
Sets the current strategy for handling double-clicks on Dockables.
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.
setDropDownSelectable(boolean) - Method in class bibliothek.gui.dock.common.intern.action.CDropDownItem
Sets whether this item can get selected when it is a child of a CDropDownButton.
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.
setDropDownTriggerableNotSelected(boolean) - Method in class bibliothek.gui.dock.common.intern.action.CDropDownItem
Sets whether this item can be triggered when it is a child of a CDropDownButton, but is not selected by this CDropDownButton.
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.
setDropDownTriggerableSelected(boolean) - Method in class bibliothek.gui.dock.common.intern.action.CDropDownItem
Sets whether this item can be triggered when it is a child of a CDropDownButton, and is selected by this CDropDownButton.
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.DefaultFlapWindow
Sets information where a Dockable will be dropped.
setDropInfo(FlapDropInfo) - Method in interface 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 factory that should be used to create an editor for some type of object.
setEditorFactory(Path, PreferenceEditorFactory<?>) - Method in class bibliothek.extension.gui.dock.PreferenceTreePanel
Sets an editor for some type.
setEmptySeparator(boolean) - Method in class bibliothek.gui.dock.support.menu.SeparatingMenuPiece
Sets whether there should be a separator shown when this piece is empty.
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.common.intern.action.CDecorateableAction
Enables or disables this action, a disabled action can't be triggered by the user.
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(boolean) - Method in class bibliothek.gui.DockFrontend.DockInfo
 
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.ScreenDockStation
Tells this station what to do on a double click on a child.
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.
setExtendedMode(ExtendedMode) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
 
setExtendedMode(ExtendedMode) - Method in interface bibliothek.gui.dock.common.intern.CDockable
Sets how and where this CDockable should be shown.
setExternalizable(boolean) - Method in class bibliothek.gui.dock.common.intern.DefaultCDockable
Sets whether the user can externalize this dockable.
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(String, Font) - Method in class bibliothek.gui.dock.common.FontMap
Sets the font which should be used for key.
setFont(String, String...) - Method in class bibliothek.gui.dock.common.FontMap
Tells to use a font that is derived from the original font of key.
setFont(String, FontModifier) - Method in class bibliothek.gui.dock.common.FontMap
Sets the font for key.
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.common.intern.station.CSplitDockStation
 
setFrontDockable(Dockable) - Method in class bibliothek.gui.dock.common.intern.station.SecureCSplitDockStation
 
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.
setFrontend(DockFrontend) - Method in class bibliothek.gui.dock.common.menu.SingleCDockableListMenuPiece
 
setFrontend(DockFrontend) - Method in class bibliothek.gui.dock.facile.menu.CloseableDockableMenuPiece
Sets the frontend which will be observed by this piece.
setFrontend(DockFrontend) - Method in class bibliothek.gui.dock.facile.menu.FrontendSettingsMenuPiece
Sets the frontend which might be modified by this menu.
setFrontend(DockFrontend) - Method in class bibliothek.gui.dock.support.menu.FrontendSettingsList
Changes the frontend which is observed by this list.
setFullscreen(Dockable, boolean) - Method in class bibliothek.gui.dock.ScreenDockStation
Changes the fullscreen mode of dockable.
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.
setFullscreen(ScreenDockWindow, boolean) - Method in class bibliothek.gui.dock.station.screen.DefaultScreenDockFullscreenStrategy
 
setFullscreen(ScreenDockWindow, Window, boolean) - Method in class bibliothek.gui.dock.station.screen.DefaultScreenDockFullscreenStrategy
Sets the fullscreen mode of window.
setFullscreen(boolean) - Method in class bibliothek.gui.dock.station.screen.DisplayerScreenDockWindow
 
setFullscreen(ScreenDockWindow, boolean) - Method in interface bibliothek.gui.dock.station.screen.ScreenDockFullscreenStrategy
Changes the fullscreen mode of window, does nothing if this strategy cannot handle the type of window.
setFullscreen(boolean) - Method in class bibliothek.gui.dock.station.screen.ScreenDockProperty
Sets the fullscreen mode
setFullscreen(boolean) - Method in interface bibliothek.gui.dock.station.screen.ScreenDockWindow
Changes the mode of this window to fullscreen or to normal.
setFullscreenAction(ListeningDockAction) - Method in class bibliothek.gui.dock.ScreenDockStation
Sets an action which allows to expand children.
setFullScreenAction(ListeningDockAction) - Method in class bibliothek.gui.dock.SplitDockStation
Sets an action which allows to expand children.
setFullscreenStrategy(ScreenDockFullscreenStrategy) - Method in class bibliothek.gui.dock.ScreenDockStation
Sets the strategy used to handle fullscreen mode.
setFullscreenStrategy(ScreenDockFullscreenStrategy) - Method in class bibliothek.gui.dock.station.screen.DisplayerScreenDockWindow
 
setFullscreenStrategy(ScreenDockFullscreenStrategy) - Method in interface bibliothek.gui.dock.station.screen.ScreenDockWindow
Tells this window what strategy to use for handling fullscreen mode.
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
 
setHandle(StationChildHandle) - Method in class bibliothek.gui.dock.station.split.Leaf
Sets the element of this leaf.
setHeight(int) - Method in class bibliothek.gui.dock.common.layout.RequestDimension
Sets the height of this dimension.
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(boolean) - Method in class bibliothek.gui.DockFrontend.DockInfo
 
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(FlapDockStation, Dockable, boolean) - Method in class bibliothek.gui.dock.common.intern.station.CFlapLayoutManager
 
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.eclipse.stack.tab.DockTitleTab
 
setIcon(Icon) - Method in interface bibliothek.extension.gui.dock.theme.eclipse.stack.tab.TabComponent
Sets the icon that should be painted on this tab.
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(Icon) - Method in class bibliothek.gui.dock.common.intern.action.CDecorateableAction
Sets the icon of this action.
setIcon(Icon) - Method in class bibliothek.gui.dock.common.intern.action.CExtendedModeAction
 
setIcon(Icon) - Method in class bibliothek.gui.dock.facile.mode.action.LocationModeAction
 
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.common.intern.CommonDockableLayout
Sets the unique id of the dockable.
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.
setLastMaximizedLocation(Map<String, Location>) - Method in class bibliothek.gui.dock.facile.mode.MaximizedModeSetting
Sets the location of Dockables that are maximized.
setLastMaximizedMode(Map<String, Path>) - Method in class bibliothek.gui.dock.facile.mode.MaximizedModeSetting
Sets the mode of Dockables that are maximized.
setLayout(Size) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTabInfo
 
setLayout(MultipleCDockableLayout) - Method in class bibliothek.gui.dock.common.intern.CommonDockableLayout
Sets the description of the layout of a MultipleCDockable.
setLayout(CommonDockable, CommonDockableLayout, Map<Integer, Dockable>) - Method in class bibliothek.gui.dock.common.intern.CommonMultipleDockableFactory
 
setLayout(CommonDockable, CommonDockableLayout) - Method in class bibliothek.gui.dock.common.intern.CommonMultipleDockableFactory
 
setLayout(CommonDockable, String, Map<Integer, Dockable>) - Method in class bibliothek.gui.dock.common.intern.CommonSingleDockableFactory
 
setLayout(CommonDockable, String) - Method in class bibliothek.gui.dock.common.intern.CommonSingleDockableFactory
 
setLayout(LayoutManager) - Method in class bibliothek.gui.dock.common.intern.DefaultCDockable
Sets the LayoutManager of the content pane.
setLayout(CommonDockable, MultipleCDockable, Map<Integer, Dockable>) - Method in class bibliothek.gui.dock.common.intern.layout.ReplacementDockFactory
 
setLayout(CommonDockable, MultipleCDockable) - Method in class bibliothek.gui.dock.common.intern.layout.ReplacementDockFactory
 
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(DockFrontendInternals, Setting, boolean) - Method in class bibliothek.gui.dock.frontend.DefaultLayoutChangeStrategy
 
setLayout(DockLayoutComposition) - Method in interface bibliothek.gui.dock.frontend.FrontendEntry
Sets information about the layout of this element.
setLayout(DockFrontendInternals, Setting, boolean) - Method in interface bibliothek.gui.dock.frontend.LayoutChangeStrategy
Changes the layout of frontend by reading and applying setting.
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
 
setLayout(DockLayoutComposition) - Method in class bibliothek.gui.DockFrontend.DockInfo
 
setLayoutChangeStrategy(LayoutChangeStrategy) - Method in class bibliothek.gui.DockFrontend
Sets the strategy this DockFrontend should use to read Settings.
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(CLocation) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
 
setLocation(CLocation) - Method in interface bibliothek.gui.dock.common.intern.CDockable
Sets the location of this CDockable.
setLocation(Dockable, CLocation) - Method in class bibliothek.gui.dock.common.mode.CLocationModeManager
Tries to set the location of dockable.
setLocation(Dockable, ExtendedMode, CLocation) - Method in class bibliothek.gui.dock.common.mode.CLocationModeManager
Sets the default location of dockable when going into mode.
setLocation(Dockable, DockableProperty, AffectedSet) - Method in class bibliothek.gui.dock.common.mode.station.CScreenDockStationHandle.External
 
setLocation(Dockable, DockableProperty, AffectedSet) - Method in class bibliothek.gui.dock.common.mode.station.CSplitDockStationHandle.Normal
 
setLocation(Dockable, DockableProperty, AffectedSet) - Method in class bibliothek.gui.dock.facile.mode.station.FlapDockStationHandle
 
setLocation(Dockable, DockableProperty, AffectedSet) - Method in interface bibliothek.gui.dock.facile.mode.StationModeArea
Sets the location of dockable to location and ensures that dockable is a child of this station.
setLocation(String, DockableProperty) - Method in interface bibliothek.gui.dock.frontend.FrontendEntry
Sets the location of the element.
setLocation(int, DockableProperty) - Method in class bibliothek.gui.dock.layout.DefaultLocationEstimationMap
 
setLocation(int, int, DockableProperty) - Method in class bibliothek.gui.dock.layout.DefaultLocationEstimationMap
 
setLocation(DockableProperty) - Method in class bibliothek.gui.dock.layout.DockLayoutInfo
Sets the location of the Dockable ,represented by this info, on its parent station.
setLocation(int, DockableProperty) - Method in interface bibliothek.gui.dock.layout.LocationEstimationMap
Informs this map that the jump from this station to childIndex can be described by location.
setLocation(int, int, DockableProperty) - Method in interface bibliothek.gui.dock.layout.LocationEstimationMap
Informs this map that the path to child childIndex, subChildIndex contains location.
setLocation(String, DockableProperty) - Method in class bibliothek.gui.DockFrontend.DockInfo
 
setLong(long) - Method in class bibliothek.util.xml.XContainer
Sets the value of this container.
setLookAndFeel(LookAndFeelList.Info) - Method in class bibliothek.gui.dock.support.lookandfeel.LookAndFeelList
Exchanges the currently used LookAndFeel.
setManager(LocationModeManager<?>) - Method in class bibliothek.gui.dock.facile.mode.AbstractLocationMode
 
setManager(LocationModeManager<?>) - Method in interface bibliothek.gui.dock.facile.mode.LocationMode
Sets the manager which is using this mode.
setManager(LocationModeManager<?>) - Method in class bibliothek.gui.dock.facile.mode.MaximizedMode
 
setManager(UIProperties<V, U, ?>) - Method in class bibliothek.gui.dock.util.AbstractUIValue
Sets the manager which owns this UIValue, this will automatically be added or removed from the current manager.
setMask(ModifierMask) - Method in class bibliothek.gui.dock.control.AcceptanceDockRelocatorMode
Sets the keys that must be pressed in order to activate this mode.
setMaximizable(boolean) - Method in class bibliothek.gui.dock.common.intern.DefaultCDockable
Sets whether the user can maximize this dockable.
setMaximizeArea(String) - Method in class bibliothek.gui.dock.common.CControl
Makes sure that all CDockables are maximized onto the area which is registered under the given unique id.
setMaximizeBehavior(CMaximizeBehavior) - Method in class bibliothek.gui.dock.common.CControl
Sets the CMaximizeBehavior.
setMaximizeBehavior(CMaximizeBehavior) - Method in class bibliothek.gui.dock.facile.mode.MaximizedMode
Sets the maximize behavior which determines what Dockable to maximize when hitting the maximize-button.
setMaximized(Dockable, boolean, Location, AffectedSet) - Method in class bibliothek.gui.dock.common.mode.station.CScreenDockStationHandle.Maximal
 
setMaximized(Dockable, boolean, Location, AffectedSet) - Method in class bibliothek.gui.dock.common.mode.station.CSplitDockStationHandle.Maximal
 
setMaximized(Dockable, boolean, Location, AffectedSet) - Method in interface bibliothek.gui.dock.facile.mode.MaximizedModeArea
Tells this parent to change the maximization state of dockable.
setMaximizingArea(boolean) - Method in class bibliothek.gui.dock.common.CGridArea
Sets whether this area is also used as maximizing area.
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.
setMenuBehavior(CPanelPopup.MenuBehavior) - Method in class bibliothek.gui.dock.common.action.CPanelPopup
Tells this action how to behave if it is in a menu.
setMerger(Merger) - Method in class bibliothek.gui.dock.control.DockRelocator
Sets an algorithm for merging two DockStations.
setMinimizable(boolean) - Method in class bibliothek.gui.dock.common.intern.DefaultCDockable
Sets whether the user can minimize this dockable.
setMinimizedHold(boolean) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
 
setMinimizedHold(boolean) - Method in interface bibliothek.gui.dock.common.intern.CDockable
Sets whether this CDockable should remain visible when minimized and without focus.
setMinimizedSize(Dimension) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
 
setMinimizedSize(Dimension) - Method in interface bibliothek.gui.dock.common.intern.CDockable
Sets the size of this CDockable when this CDockable is minimized and on a popup window.
setMinimumAreaSize(Dimension) - Method in class bibliothek.gui.dock.common.CContentArea
Sets the minimum size of the four areas in which minimized Dockables are shown.
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.
setMissingStrategy(MissingCDockableStrategy) - Method in class bibliothek.gui.dock.common.CControl
Sets the strategy that tells what to do if layout information of a missing CDockable is found.
setMode(LocationMode) - Method in class bibliothek.gui.dock.common.mode.station.CScreenDockStationHandle.External
 
setMode(LocationMode) - Method in class bibliothek.gui.dock.common.mode.station.CScreenDockStationHandle.Maximal
 
setMode(LocationMode) - Method in class bibliothek.gui.dock.common.mode.station.CSplitDockStationHandle.Maximal
 
setMode(LocationMode) - Method in class bibliothek.gui.dock.common.mode.station.CSplitDockStationHandle.Normal
 
setMode(Dockable, ExtendedMode) - Method in class bibliothek.gui.dock.facile.mode.LocationModeManager
Sets the current mode of dockable.
setMode(LocationMode) - Method in interface bibliothek.gui.dock.facile.mode.ModeArea
Informs this area about the mode that uses it.
setMode(LocationMode) - Method in class bibliothek.gui.dock.facile.mode.station.FlapDockStationHandle
 
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(BasicButtonModel) - Method in class bibliothek.gui.dock.common.intern.action.panel.BasicPanelPopupHandler
 
setModel(PreferenceModel) - Method in class bibliothek.gui.dock.common.menu.CPreferenceMenuPiece
Explicitly sets the model which will be shown on the dialog.
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
 
setModes(ModeSettings<Location, ?>) - Method in class bibliothek.gui.dock.common.intern.CSetting
Sets the set of modes.
setModifier(DockThemeModifier) - Method in class bibliothek.gui.dock.common.theme.ThemeMap
Sets the object which will modify the DockTheme before applying the theme to the DockController.
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.
setMovingImageFactory(DockableMovingImageFactory, Priority) - 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.
setNormalBounds(Rectangle) - Method in class bibliothek.gui.dock.station.screen.DisplayerScreenDockWindow
 
setNormalBounds(Rectangle) - Method in interface bibliothek.gui.dock.station.screen.ScreenDockWindow
Sets the boundaries this window should use if not in fullscreen mode.
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 knows how to perform operation.
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(PlaceholderList<D>.Entry) - Method in class bibliothek.gui.dock.station.support.PlaceholderList.Item
Sets the owner of this list.
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.
setPaint(StationPaint, Priority) - 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(MenuPiece) - Method in class bibliothek.gui.dock.facile.menu.RootMenuPiece
 
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.
setParent(MenuPiece) - Method in class bibliothek.gui.dock.support.menu.MenuPiece
Sets the parent of this piece.
setParentLocation(Point) - Method in class bibliothek.gui.dock.station.flap.DefaultFlapWindow.DialogParent
 
setParentLocation(Point) - Method in interface bibliothek.gui.dock.station.flap.DefaultFlapWindow.Parent
Sets the location of this container on the screen.
setPiece(MenuPiece) - Method in class bibliothek.gui.dock.support.menu.SeparatingMenuPiece
Sets the piece which will be embraced by separators.
setPlaceholder(Path) - Method in class bibliothek.gui.dock.layout.DockLayoutInfo
Sets a placeholder which represents this element.
setPlaceholder(Path) - Method in class bibliothek.gui.dock.station.flap.FlapDockProperty
Sets the name of this location.
setPlaceholder(Path) - Method in class bibliothek.gui.dock.station.screen.ScreenDockProperty
Sets the name of this location.
setPlaceholder(Path) - Method in class bibliothek.gui.dock.station.stack.StackDockProperty
Sets the placeholder name this location.
setPlaceholder(Path) - Method in class bibliothek.gui.dock.station.support.ConvertedPlaceholderListItem
Associates a placeholder with this item.
setPlaceholderMap(PlaceholderMap) - Method in class bibliothek.gui.dock.station.split.SplitNode
Sets information about the placeholders of a DockStation that was child of this node.
setPlaceholderMap(PlaceholderMap) - Method in class bibliothek.gui.dock.station.support.ConvertedPlaceholderListItem
Associates a map of data with this item.
setPlaceholderMap(PlaceholderMap) - Method in class bibliothek.gui.dock.station.support.PlaceholderList.Item
Assuming this item represents a Dockable that is a DockStation, sets the placeholder information of that DockStation.
setPlaceholders(PlaceholderMap) - Method in class bibliothek.gui.dock.FlapDockStation
 
setPlaceholders(PlaceholderMap, Map<Integer, Dockable>) - Method in class bibliothek.gui.dock.FlapDockStation
Sets a new layout on this station, this method assumes that map was created using FlapDockStation.getPlaceholders(Map).
setPlaceholders(PlaceholderMap) - Method in class bibliothek.gui.dock.ScreenDockStation
 
setPlaceholders(PlaceholderMap, Map<Integer, Dockable>) - Method in class bibliothek.gui.dock.ScreenDockStation
Sets a new layout on this station, this method assumes that map was created using ScreenDockStation.getPlaceholders(Map).
setPlaceholders(PlaceholderMap) - Method in class bibliothek.gui.dock.SplitDockStation
 
setPlaceholders(PlaceholderMap) - Method in class bibliothek.gui.dock.StackDockStation
 
setPlaceholders(PlaceholderMap, Map<Integer, Dockable>) - Method in class bibliothek.gui.dock.StackDockStation
Sets all placeholders and children of this station.
setPlaceholders(Path[]) - Method in class bibliothek.gui.dock.station.split.SplitNode
Sets all the placeholders of this node
setPlaceholders(PlaceholderMap) - Method in interface bibliothek.gui.DockStation
Sets an earlier snapshot of the placeholders of this station.
setPlaceholderSet(Set<Path>) - Method in class bibliothek.gui.dock.station.support.PlaceholderList.Item
Sets the set of placeholders that are associated with this entry.
setPlaceholderStrategy(PlaceholderStrategy) - Method in class bibliothek.gui.dock.FlapDockStation
Sets the PlaceholderStrategy to use, null will set the default strategy.
setPlaceholderStrategy(PlaceholderStrategy) - Method in class bibliothek.gui.dock.layout.DockSituation
Sets a strategy for deleting invalid placeholders.
setPlaceholderStrategy(PlaceholderStrategy) - Method in class bibliothek.gui.dock.ScreenDockStation
Sets the PlaceholderStrategy to use, null will set the default strategy.
setPlaceholderStrategy(PlaceholderStrategy) - Method in class bibliothek.gui.dock.SplitDockStation
Sets the strategy for selecting placeholders when removing Dockables from this station.
setPlaceholderStrategy(PlaceholderStrategy) - Method in class bibliothek.gui.dock.StackDockStation
Sets the PlaceholderStrategy to use, null will set the default strategy.
setPlaceholderStrategy(PlaceholderStrategy) - Method in class bibliothek.gui.dock.station.support.PlaceholderMap
Sets the strategy that is used to automatically remove invalid placeholders.
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.
setPreferenceModel(PreferenceModel) - Method in class bibliothek.gui.dock.common.CControl
Sets the PreferenceModel which will be used to translate between this and the preferences.
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(M, Dockable, H) - Method in class bibliothek.gui.dock.support.mode.ModeManager
Stores a property for dockable if in mode mode.
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.
setProvider(WindowProvider) - Method in class bibliothek.gui.dock.facile.station.screen.WindowProviderVisibility
Sets the window to observe
setPut(PutInfo.Put) - Method in class bibliothek.gui.dock.station.split.PutInfo
Tells where the mouse is, in respect to node.
setReadOnce(boolean) - Method in class bibliothek.gui.dock.support.lookandfeel.LookAndFeelList
Sets whether this list has already read something once, or whether it is fresh.
setRemoveEmptyGroups(boolean) - Method in class bibliothek.gui.dock.action.actions.GroupedDockAction
Sets whether empty groups should be removed automatically.
setRemoveOnClose(boolean) - Method in class bibliothek.gui.dock.common.DefaultMultipleCDockable
Sets whether this dockable will be removed from the CControl when made invisible.
setResizeLocked(boolean) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
Sets whether this dockable likes to remain with the same size all the time.
setResizeLockedHorizontally(boolean) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
Sets whether this dockable likes to remain with the same width all the time.
setResizeLockedVertically(boolean) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
Sets whether this dockable likes to remain with the same height all the time.
setResizeRequest(Dimension, boolean) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
Tells this CDockable which size it should have.
setResizeRequest(RequestDimension, boolean) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
Tells this CDockable which size it should have.
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(WindowProvider) - Method in class bibliothek.gui.dock.common.CControl
Sets the root window of the application.
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.
setRotation(Rotation) - Method in class bibliothek.gui.dock.util.swing.OrientedLabel
Sets the orientation of this label.
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(boolean) - Method in class bibliothek.gui.dock.common.intern.action.CSelectableAction
Sets the selected-state.
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(DefaultTabContentFilter.Behavior) - Method in class bibliothek.gui.dock.station.stack.tab.DefaultTabContentFilter
Sets the behavior that should be applied on a selected element.
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.common.intern.action.CSelectableAction
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(CAction) - Method in class bibliothek.gui.dock.common.action.CDropDownButton
Sets the current selected action.
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.
setSelectModeAction(DockAction) - Method in class bibliothek.gui.dock.common.mode.KeyedLocationModeActionProvider
 
setSelectModeAction(CAction) - Method in class bibliothek.gui.dock.facile.mode.DefaultLocationModeActionProvider
Calls DefaultLocationModeActionProvider.setSelectModeAction(DockAction).
setSelectModeAction(DockAction) - Method in class bibliothek.gui.dock.facile.mode.DefaultLocationModeActionProvider
Sets the action which must be triggered in order to activate this mode.
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.dock.common.intern.CDockFrontend
 
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.
setShown(boolean) - Method in class bibliothek.gui.DockFrontend.DockInfo
 
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.
setSingleTabShown(boolean) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
Tells this CDockable whether to show a single tab or not.
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.common.intern.station.CFlapLayoutManager
 
setSize(FlapDockStation, Dockable, int) - Method in class bibliothek.gui.dock.station.flap.DefaultFlapLayoutManager
 
setSize(Dimension) - Method in interface bibliothek.gui.dock.station.flap.DefaultFlapWindow.Parent
Sets the size of this container.
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.
setStackable(boolean) - Method in class bibliothek.gui.dock.common.intern.DefaultCDockable
Sets whether this element can be combined with other dockable to create a stack.
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.
setStackDockComponentFactory(StackDockComponentFactory, Priority) - 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.
setStrategy(PlaceholderStrategy) - Method in class bibliothek.gui.dock.station.support.PlaceholderList.Item
Forwards strategy to the current PlaceholderMap.
setStrategy(PlaceholderStrategy) - Method in class bibliothek.gui.dock.station.support.PlaceholderList
Sets the new strategy of this list.
setStrategy(PlaceholderStrategy) - Method in class bibliothek.gui.dock.station.support.RootPlaceholderStrategy
Sets the delegate of this strategy.
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.
setSuccessor(DockableProperty) - Method in class bibliothek.gui.dock.station.split.SplitDockPlaceholderProperty
 
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.
setSuppressTitle(boolean) - Method in class bibliothek.gui.dock.common.CWorkingArea
Deprecated. use AbstractCDockable.setTitleShown(boolean) instead
setSystem(LookAndFeelList.Info) - Method in class bibliothek.gui.dock.support.lookandfeel.LookAndFeelList
Sets the system- LookAndFeel.
setTabContentFilter(TabContentFilter) - Method in class bibliothek.gui.dock.StackDockStation
Sets the filter that tells this station how to set the content of the tabs.
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.
setTabPlacement(TabPlacement, Priority) - Method in class bibliothek.gui.dock.themes.BasicTheme
Sets the side at which tabs are to be displayed.
setTarget(DockElement) - Method in class bibliothek.gui.dock.station.stack.StackDockComponentRepresentative
Sets the target to which new DockElementRepresentatives point.
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.eclipse.stack.tab.DockTitleTab
 
setText(String) - Method in interface bibliothek.extension.gui.dock.theme.eclipse.stack.tab.TabComponent
Sets the text that should be displayed on this tab.
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(String) - Method in class bibliothek.gui.dock.common.intern.action.CDecorateableAction
Sets the text of this action, the text will be visible when this action is shown in a menu.
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.dock.common.CControl
Deprecated. replaced by CControl.setTheme(String). While this method still works, the theme will not get stored persistent and any module using the ThemeMap (CControl.getThemes()) will not be informed about the change.
setTheme(String) - Method in class bibliothek.gui.dock.common.CControl
Sets the theme of the elements in the realm of this control.
setTheme(DockTheme) - Method in class bibliothek.gui.DockController
Sets the theme of this controller.
setThemes(ThemeMap) - Method in class bibliothek.gui.dock.facile.menu.ThemeMenuPiece
Sets the themes which this piece offers
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 class bibliothek.gui.dock.station.stack.DefaultStackDockComponent
 
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.
setTitleFactory(DockTitleFactory, Priority) - Method in class bibliothek.gui.dock.themes.BasicTheme
Sets the DockTitleFactory of this station.
setTitleIcon(Icon) - Method in class bibliothek.gui.dock.common.CGridArea
Sets the icon that is shown in the title of this CDockable.
setTitleIcon(Icon) - Method in class bibliothek.gui.dock.common.intern.DefaultCDockable
Sets the icon that is shown in the title of this CDockable.
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
 
setTitleRequest(DockTitleVersion) - Method in class bibliothek.gui.dock.station.StationChildHandle
The same as setTitleRequest( version, true );
setTitleRequest(DockTitleVersion, boolean) - Method in class bibliothek.gui.dock.station.StationChildHandle
Updates the DockTitleRequest associated with this Dockable.
setTitleShown(boolean) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
Tells this CDockable whether to show or to hide its titles.
setTitleText(String) - Method in class bibliothek.gui.dock.common.CGridArea
Sets the text that is shown as title.
setTitleText(String) - Method in class bibliothek.gui.dock.common.intern.DefaultCDockable
Sets the text that is shown as title.
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.common.intern.DefaultCDockable
Sets the tooltip that should be shown on the title of this dockable.
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.eclipse.stack.tab.BaseTabComponent
 
setTooltip(String) - Method in class bibliothek.extension.gui.dock.theme.eclipse.stack.tab.DockTitleTab
 
setTooltip(String) - Method in interface bibliothek.extension.gui.dock.theme.eclipse.stack.tab.TabComponent
Sets the tooltip that should be displayed on this tab.
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(String) - Method in class bibliothek.gui.dock.common.intern.action.CDecorateableAction
Sets a tooltip for this action.
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.
setTopSeparator(boolean) - Method in class bibliothek.gui.dock.support.menu.SeparatingMenuPiece
Sets whether there should be a separator shown above the content of this piece.
setTransferTheme(boolean) - Method in class bibliothek.gui.dock.facile.menu.ThemeMenuPiece
Instructs this piece whether it should transfer the DockTheme from its map to the controller.
setUndecorated(boolean) - Method in class bibliothek.gui.dock.common.action.panel.DialogWindow
Sets whether the dialog has a decoration or not.
setUndecorated(boolean) - Method in class bibliothek.gui.dock.station.screen.DefaultScreenDockWindowFactory
Sets whether the windows created by this factory should be undecorated or not.
setUniqueId(String) - Method in interface bibliothek.gui.dock.common.intern.CDockableAccess
Tells which unique id the owning CDockable has.
setup(CControl) - Static method in class bibliothek.gui.dock.common.menu.CPreferenceMenuPiece
Creates a new CPreferenceMenuPiece.
setup() - Method in class bibliothek.gui.dock.support.lookandfeel.LookAndFeelList.Info
Informs this Info that its LookAndFeel will be shown soon.
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
Like PreferenceModel.setValue(int, Object) this method changes the value of the index'th preference.
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.common.intern.AbstractCDockable
 
setVisible(boolean) - Method in interface bibliothek.gui.dock.common.intern.CDockable
Shows or hides this CDockable.
setVisible(boolean) - Method in class bibliothek.gui.dock.facile.action.KeyedActionSource
Changes whether any actions are shown or not.
setVisible(boolean) - Method in class bibliothek.gui.dock.facile.action.ReplaceActionGuard
Sets the visibility of the action.
setVisible(boolean) - Method in interface bibliothek.gui.dock.station.flap.DefaultFlapWindow.Parent
Sets the visibility of this container.
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.common.layout.RequestDimension
Sets the width of this dimension.
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.
setWindowVisible(boolean) - Method in class bibliothek.gui.dock.station.flap.DefaultFlapWindow
 
setWindowVisible(boolean) - Method in interface bibliothek.gui.dock.station.flap.FlapWindow
Shows or hides this window.
setWorkingArea(CStation<?>) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
 
setWorkingArea(CStation<?>) - Method in interface bibliothek.gui.dock.common.intern.CDockable
Sets the parent of this CDockable.
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.
shapeChanged(ScreenDockWindow) - Method in interface bibliothek.gui.dock.station.screen.ScreenDockWindowListener
This method is called after the size and position of window changed.
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(String, MultipleCDockableFactory<?, ?>) - Method in interface bibliothek.gui.dock.common.MissingCDockableStrategy
Tells whether the factory factory should be used to create MultipleCDockables for which location information is available.
shouldCreate(String, MultipleCDockableFactory<?, L>, String, L) - Method in interface bibliothek.gui.dock.common.MissingCDockableStrategy
Tells whether the MultipleCDockable with identifier uniqueId should automatically be created outside the normal setup-phase.
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.
shouldStore(String) - Method in interface bibliothek.gui.dock.common.intern.CControlAccess
Calls one of the shouldStore methods of MissingCDockableStrategy if key has the correct format
shouldStore(CDockable) - Method in interface bibliothek.gui.dock.common.intern.CControlAccess
Tells whether information about dockable should remain stored even if the element is removed from the CControl.
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.
shouldStoreMulti(String) - Method in interface bibliothek.gui.dock.common.MissingCDockableStrategy
Tells whether layout information for the missing MultipleCDockable with identifier id should be stored.
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.
shouldStoreSingle(String) - Method in interface bibliothek.gui.dock.common.MissingCDockableStrategy
Tells whether layout information for the missing SingleCDockable with identifier id should be stored.
shouldTest(DockStation) - Method in class bibliothek.gui.dock.common.intern.ui.CSingleParentRemover
 
shouldTest(DockStation) - Method in class bibliothek.gui.dock.control.SingleParentRemover
Tells whether station should be automatically removed or just be ignored.
show(CDockable) - Method in interface bibliothek.gui.dock.common.intern.CControlAccess
Makes dockable visible.
show(Dockable) - Method in class bibliothek.gui.dock.common.menu.SingleCDockableListMenuPiece
 
show(Dockable) - Method in class bibliothek.gui.dock.facile.menu.CloseableDockableMenuPiece
Ensures that dockable is visible.
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.common.intern.ControlVetoClosingListener
 
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(VetoableDockFrontendEvent) - Method in class bibliothek.gui.dock.common.intern.ControlVetoClosingListener
 
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 class bibliothek.gui.dock.common.intern.ui.CommonSingleTabDecider
 
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.
Side - Enum in bibliothek.gui.dock.common.location
Describes a side of a rectangle.
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
 
SimpleDockElementRepresentative - Class in bibliothek.gui.dock.util
A very simplistic implementation of DockElementRepresentative, it just adds a listener to a Component.
SimpleDockElementRepresentative(DockElement, Component) - Constructor for class bibliothek.gui.dock.util.SimpleDockElementRepresentative
Creates a new SimpleDockElementRepresentative.
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.
simulatedRead(PlaceholderMap, PlaceholderListItemConverter<D>) - Static method in class bibliothek.gui.dock.station.support.PlaceholderList
Simulates a call to PlaceholderList.read(PlaceholderMap, PlaceholderListItemConverter) and makes all calls to converter that would be made in a real read as well.
SINGLE - Static variable in interface bibliothek.gui.dock.common.MissingCDockableStrategy
A strategy that will always throw away information for MultipleCDockables but store information for SingleCDockable.
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
SingleCDockable - Interface in bibliothek.gui.dock.common
A SingleCDockable is a dockable which is added once to the CControl and remains there until it is removed by the application.
SingleCDockableBackupFactory - Interface in bibliothek.gui.dock.common
A backup factory is used by a CControl to create SingleCDockables if a dockable is missing in the cache, but needed because some layout is loaded from a file.
SingleCDockableListMenuPiece - Class in bibliothek.gui.dock.common.menu
A piece of a menu that adds an item for each closeable CDockable that can be found in a CControl.
SingleCDockableListMenuPiece(CControl) - Constructor for class bibliothek.gui.dock.common.menu.SingleCDockableListMenuPiece
Creates a new piece.
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.
SingleComponentCollector - Class in bibliothek.gui.dock.support.lookandfeel
A simple implementation of ComponentCollector that just returns always the same Component.
SingleComponentCollector(Component) - Constructor for class bibliothek.gui.dock.support.lookandfeel.SingleComponentCollector
 
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.
singleTabShownChanged(CDockable) - Method in class bibliothek.gui.dock.common.event.CDockableAdapter
 
singleTabShownChanged(CDockable) - Method in interface bibliothek.gui.dock.common.event.CDockablePropertyListener
Called when the property CDockable.isSingleTabShown() has changed.
singleTabStackDockComponent() - Method in class bibliothek.gui.dock.StackDockStation
Tells whether this station should show its StackDockComponent even if it has only one child.
singleToNormalId(String) - Method in class bibliothek.gui.dock.common.intern.DefaultCControlRegister
 
singleToNormalId(String) - Method in interface bibliothek.gui.dock.common.intern.MutableCControlRegister
Undoes the changes of MutableCControlRegister.toSingleId(String).
size() - Method in interface bibliothek.extension.gui.dock.preference.preferences.choice.Choice
Gets the number of available choices.
size() - Method in interface bibliothek.extension.gui.dock.preference.preferences.choice.ChoiceExtension
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.common.theme.ThemeMap
Gets the number of elements of this map.
size() - Method in class bibliothek.gui.dock.control.relocator.MultiMerger
Gets the total number of mergers in this set of mergers.
size() - Method in class bibliothek.gui.dock.event.LocatedListenerList
Gets the number of listeners in this list.
size() - Method in class bibliothek.gui.dock.station.screen.RetroScreenDockStationLayout
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() - Method in interface bibliothek.gui.dock.station.support.PlaceholderList.Filter
The number of elements that are in this list
size() - Method in class bibliothek.gui.dock.support.lookandfeel.LookAndFeelList
Gets the number of LookAndFeels that are known to this list.
size() - Method in class bibliothek.gui.dock.support.mode.ModeSettings
Gets the number of sets this setting stores.
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(double) - Method in class bibliothek.gui.dock.common.location.AbstractTreeLocation
Creates a new location which is based at the south side of this location.
south(double, long) - Method in class bibliothek.gui.dock.common.location.AbstractTreeLocation
Creates a new location which is based at the south side of this location.
south(double) - Method in class bibliothek.gui.dock.common.location.CSplitLocation
Creates a location that describes a space in the lower part of the SplitDockStation.
south(double, long) - Method in class bibliothek.gui.dock.common.location.CSplitLocation
Creates a location that describes a space in the lower part of the SplitDockStation.
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.
SplitDockFullScreenProperty - Class in bibliothek.gui.dock.station.split
This DockableProperty points to the currently maximized child of a SplitDockStation.
SplitDockFullScreenProperty() - Constructor for class bibliothek.gui.dock.station.split.SplitDockFullScreenProperty
 
SplitDockFullScreenPropertyFactory - Class in bibliothek.gui.dock.station.split
This factory creates new instances of SplitDockFullScreenPropertys.
SplitDockFullScreenPropertyFactory() - Constructor for class bibliothek.gui.dock.station.split.SplitDockFullScreenPropertyFactory
 
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
 
SplitDockPlaceholderProperty - Class in bibliothek.gui.dock.station.split
This property references a placeholder that is already present within the tree of a SplitDockStation.
SplitDockPlaceholderProperty() - Constructor for class bibliothek.gui.dock.station.split.SplitDockPlaceholderProperty
Creates a new empty property
SplitDockPlaceholderProperty(Path) - Constructor for class bibliothek.gui.dock.station.split.SplitDockPlaceholderProperty
Creates a new property.
SplitDockPlaceholderProperty(Path, SplitDockProperty) - Constructor for class bibliothek.gui.dock.station.split.SplitDockPlaceholderProperty
Creates a new property.
SplitDockPlaceholderProperty(Path, SplitDockPathProperty) - Constructor for class bibliothek.gui.dock.station.split.SplitDockPlaceholderProperty
Creates a new property.
SplitDockPlaceholderPropertyFactory - Class in bibliothek.gui.dock.station.split
A factory creating SplitDockPlaceholderPropertys.
SplitDockPlaceholderPropertyFactory() - Constructor for class bibliothek.gui.dock.station.split.SplitDockPlaceholderPropertyFactory
 
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
Creates a new factory
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(Path[], PlaceholderMap, 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, Path[], PlaceholderMap, 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, Path[], PlaceholderMap, 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(Path[], PlaceholderMap, 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.
SplitPlaceholderSet - Class in bibliothek.gui.dock.station.split
Keeps track of the various placeholders and Dockables of a SplitDockStation and makes sure that a placeholder is used by no more than one SplitNode.
SplitPlaceholderSet(SplitDockAccess) - Constructor for class bibliothek.gui.dock.station.split.SplitPlaceholderSet
Creates a new set.
SplitResizeRequestHandler - Class in bibliothek.gui.dock.common.intern.station
A handle that can be used to change the layout of a SplitDockStation such that the Dimension of CDockable.getAndClearResizeRequest() is more or less respected.
SplitResizeRequestHandler(SplitDockStation) - Constructor for class bibliothek.gui.dock.common.intern.station.SplitResizeRequestHandler
Creates a new handler.
SplitTreeFactory<N> - Interface in bibliothek.gui.dock.station.split
A factory used to create trees that somehow represent the layout of a SplitDockStation.
stack(int) - Method in class bibliothek.gui.dock.common.location.AbstractStackholdingLocation
Creates a new stack inside this location.
stack() - Method in class bibliothek.gui.dock.common.location.AbstractStackholdingLocation
Creates a new stack inside this location.
stack() - Method in class bibliothek.gui.dock.common.location.CSplitLocation
Creates a new location which represents a position in a stack that covers the whole SplitDockStation.
stack(int) - Method in class bibliothek.gui.dock.common.location.CSplitLocation
Creates a new location which represents a position in a stack that covers the whole SplitDockStation.
StackableAcceptance - Class in bibliothek.gui.dock.common.intern.ui
A DockAcceptance ensuring that the CDockable.isStackable() property is respected.
StackableAcceptance() - Constructor for class bibliothek.gui.dock.common.intern.ui.StackableAcceptance
 
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.
StackDockComponentRepresentative - Class in bibliothek.gui.dock.station.stack
This utility class keeps track of the current DockElementRepresentative that is created by a StackDockComponent.
StackDockComponentRepresentative() - Constructor for class bibliothek.gui.dock.station.stack.StackDockComponentRepresentative
 
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(int, Path) - 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
StackDockStation.Insert - Class in bibliothek.gui.dock
Describes the gap between two tabs.
StackDockStation.Insert(int, boolean) - Constructor for class bibliothek.gui.dock.StackDockStation.Insert
Constructs a new Gap-location
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, PlaceholderMap) - Constructor for class bibliothek.gui.dock.station.stack.StackDockStationLayout
Creates a new layout.
STACKED - Static variable in interface bibliothek.gui.dock.common.CMaximizeBehavior
 
StackMerger - Class in bibliothek.gui.dock.control.relocator
This merger takes two StackDockStations and merges them into one.
StackMerger() - Constructor for class bibliothek.gui.dock.control.relocator.StackMerger
 
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
 
stateListeners() - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
Deprecated. subclasses should use CListenerCollection.getCDockableStateListener() of AbstractCDockable.listenerCollection if they want to fire an event
STATION - Static variable in class bibliothek.gui.dock.common.location.CExternalizedLocation
A location describing the externalize station with the id CControl.EXTERNALIZED_STATION_ID.
StationChildHandle - Class in bibliothek.gui.dock.station
A support class intended to be used by DockStations.
StationChildHandle(DockStation, DisplayerCollection, Dockable, DockTitleVersion) - Constructor for class bibliothek.gui.dock.station.StationChildHandle
Creates a new handle, initializes a DockTitleRequest but no DockableDisplayer nor a DockTitle.
StationModeArea - Interface in bibliothek.gui.dock.facile.mode
A representation of a DockStation which can be accessed through Modes.
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
 
stations - Variable in class bibliothek.gui.dock.station.stack.tab.AbstractTabContentFilter
all stations that are currently installed
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 - Static variable in interface bibliothek.gui.dock.common.MissingCDockableStrategy
A strategy that will always store any information
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.SplitDockFullScreenProperty
 
store(XElement) - Method in class bibliothek.gui.dock.station.split.SplitDockFullScreenProperty
 
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.SplitDockPlaceholderProperty
 
store(XElement) - Method in class bibliothek.gui.dock.station.split.SplitDockPlaceholderProperty
 
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(Dockable) - Method in class bibliothek.gui.dock.support.mode.ModeManager
Stores the current location of dockable and all its children in respect to their current Mode.
store(M, Dockable) - Method in class bibliothek.gui.dock.support.mode.ModeManager
Stores the location of dockable under the key mode.
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.
StrategyPlaceholderListItemConverter<D extends PlaceholderListItem> - Class in bibliothek.gui.dock.station.support
This converter uses a PlaceholderStrategy to create new placeholders, but does not convert placeholders back to dockables.
StrategyPlaceholderListItemConverter(PlaceholderStrategy) - Constructor for class bibliothek.gui.dock.station.support.StrategyPlaceholderListItemConverter
Creates a new converter
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.
subMap(int) - Method in class bibliothek.gui.dock.layout.DefaultLocationEstimationMap
Returns a newly created map that centers around the child with index childIndex.
SubmenuPiece - Class in bibliothek.gui.dock.facile.menu
A MenuPiece which consists only of one JMenu.
SubmenuPiece() - Constructor for class bibliothek.gui.dock.facile.menu.SubmenuPiece
Creates a new submenu-piece, using a normal JMenu to inserts its content.
SubmenuPiece(String, boolean, MenuPiece...) - Constructor for class bibliothek.gui.dock.facile.menu.SubmenuPiece
Creates a new submenu-piece, using a normal JMenu.
SubmenuPiece(JMenu) - Constructor for class bibliothek.gui.dock.facile.menu.SubmenuPiece
Creates a new submenu-piece.
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.Placeholder
 
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.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.
suppressTitle(DockTitleVersion) - Method in class bibliothek.gui.dock.common.CGridArea
Checks whether the title created by version should be suppressed.
switchMode(Dockable) - Method in class bibliothek.gui.dock.facile.mode.MaximizedMode
Tries to switch the current mode of dockable to or from the maximized mode.
systemLookAndFeelChanged(LookAndFeelList, LookAndFeelList.Info) - Method in interface bibliothek.gui.dock.support.lookandfeel.LookAndFeelListener
Called when the system-LookAndFeel was exchanged.

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