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

F

FACTORY - Static variable in class bibliothek.extension.gui.dock.preference.editor.BooleanEditor
A factory creating BooleanEditors.
FACTORY - Static variable in class bibliothek.extension.gui.dock.preference.editor.ChoiceEditor
a factory creating new ChoiceEditors
FACTORY - Static variable in class bibliothek.extension.gui.dock.preference.editor.KeyStrokeEditor
A factory for KeyStrokeEditors.
FACTORY - Static variable in class bibliothek.extension.gui.dock.preference.editor.LabelEditor
A factory creating new LabelEditors.
FACTORY - Static variable in class bibliothek.extension.gui.dock.preference.editor.ModifierMaskEditor
factory for new ModifierMaskEditors
FACTORY - Static variable in class bibliothek.extension.gui.dock.preference.editor.StringEditor
a factory creating StringEditors
FACTORY - Static variable in class bibliothek.extension.gui.dock.theme.bubble.BubbleButtonDockTitle
A factory which creates new BubbleButtonDockTitles.
FACTORY - Static variable in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.DockTitleTab
A TabPainter that uses the id EclipseTheme.TAB_DOCK_TITLE to get a DockTitleVersion from the DockTitleManager and create a new DockTitle which is then wrapped by a DockTitleTab.
FACTORY - Static variable in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.RectGradientPainter
 
FACTORY - Static variable in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.ShapedGradientPainter
 
FACTORY - Static variable in class bibliothek.extension.gui.dock.theme.smooth.SmoothDefaultTitleFactory
An instance of this factory which can be used at any place
FACTORY - Static variable in class bibliothek.gui.dock.action.dropdown.DefaultDropDownFilter
A factory for this type of filter
FACTORY - Static variable in class bibliothek.gui.dock.station.flap.FlapDockPropertyFactory
An instance of this factory which can be used at any location
FACTORY - Static variable in class bibliothek.gui.dock.station.screen.ScreenDockPropertyFactory
An instance that can be used at any location
FACTORY - Static variable in class bibliothek.gui.dock.station.split.SplitDockPathPropertyFactory
An instance of the factory that can be used at any location
FACTORY - Static variable in class bibliothek.gui.dock.station.split.SplitDockPropertyFactory
An instance of the factory that can be used at any location
FACTORY - Static variable in class bibliothek.gui.dock.station.stack.StackDockPropertyFactory
A singleton instance of this factory
FACTORY - Static variable in class bibliothek.gui.dock.themes.basic.BasicButtonTitleFactory
A static instance of this factory, can be used everywhere
FACTORY - Static variable in class bibliothek.gui.dock.themes.basic.BasicDockTitle
A factory for the BasicDockTitle.
FACTORY - Static variable in class bibliothek.gui.dock.themes.basic.BasicDockTitleFactory
An instance of this factory which can be used an any place
FACTORY_BOOLEAN - Static variable in interface bibliothek.extension.gui.dock.preference.PreferenceFactory
a factory for handling Boolean
FACTORY_INT - Static variable in interface bibliothek.extension.gui.dock.preference.PreferenceFactory
a factory for handling Integer
FACTORY_KEYSTROKE - Static variable in interface bibliothek.extension.gui.dock.preference.PreferenceFactory
a factory for handling KeyStroke
FACTORY_MODIFIER_MASK - Static variable in interface bibliothek.extension.gui.dock.preference.PreferenceFactory
a factory for ModifierMasks
FACTORY_STRING - Static variable in interface bibliothek.extension.gui.dock.preference.PreferenceFactory
A factory for handling String
fetch(Dockable, DockTitle) - Method in class bibliothek.gui.dock.station.DisplayerCollection
Creates a new DockableDisplayer using the factory of this collection.
fillIcons(IconManager) - Method in class bibliothek.gui.DockUI
Fills all known icons as default-icons into the given manager.
fillMissing(DockSituation) - Method in class bibliothek.gui.dock.frontend.Setting
Using the factories given by situation, this method tries to fill any gaps in the layout.
fillMissing(DockLayoutComposition) - Method in class bibliothek.gui.dock.layout.DockSituation
Using the factories currently known to this DockSituation, this method tries to fill gaps in composition.
fillMissing(DockLayoutInfo) - Method in class bibliothek.gui.dock.layout.DockSituation
Called by DockSituation.fillMissing(DockLayoutComposition) only for DockLayoutInfos which contain a DockLayout.
fillMissing(DockLayoutInfo) - Method in class bibliothek.gui.dock.layout.PredefinedDockSituation
 
FilteredDockActionSource - Class in bibliothek.gui.dock.action
A DockActionSource which shows a selection of DockActions fetched from another DockActionSource
FilteredDockActionSource(DockActionSource) - Constructor for class bibliothek.gui.dock.action.FilteredDockActionSource
Creates a new filtered DockActionSource.
findRootWindow() - Method in class bibliothek.gui.DockController
Uses all DockElements known to this controller to search the root window.
fire() - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.DockTitleTab
Fires an event to the DockTitle of this DockTitleTab.
fire() - Method in class bibliothek.gui.dock.station.support.DockableVisibilityManager
Checks which Dockables have changed their state and fires events for them.
fireActionDisabledIconChanged(Set<Dockable>) - Method in class bibliothek.gui.dock.action.actions.AbstractStandardDockAction
Invokes the actionIconChanged- method of all currently registered StandardDockActionListener
fireActionEnabledChanged(Set<Dockable>) - Method in class bibliothek.gui.dock.action.actions.AbstractStandardDockAction
Invokes the actionEnabledChanged- method of all currently registered StandardDockActionListener
fireActionIconChanged(Set<Dockable>) - Method in class bibliothek.gui.dock.action.actions.AbstractStandardDockAction
Invokes the actionIconChanged- method of all currently registered StandardDockActionListener
fireActionTextChanged(Set<Dockable>) - Method in class bibliothek.gui.dock.action.actions.AbstractStandardDockAction
Invokes the actionTextChanged- method of all currently registered StandardDockActionListener
fireActionTooltipTextChanged(Set<Dockable>) - Method in class bibliothek.gui.dock.action.actions.AbstractStandardDockAction
Invokes the actionTooltipTextChanged- method of all currently registered StandardDockActionListener
fireAdded(int, int) - Method in class bibliothek.gui.dock.action.AbstractDockActionSource
Invokes the actionsAdded-method on all registered DockActionSourceListeners.
fireAdded(Dockable) - Method in class bibliothek.gui.DockFrontend
Invokes the method DockFrontendListener.added(DockFrontend, Dockable) on all listeners.
fireAllHidden(Dockable, boolean) - Method in class bibliothek.gui.DockFrontend
Invokes the method VetoableDockFrontendListener.hidden(VetoableDockFrontendEvent) for all listeners for all elemets of the tree with root dockable.
fireAllHidden(Dockable, Set<Dockable>) - Method in class bibliothek.gui.DockFrontend
Invokes the method DockFrontendListener.hidden(DockFrontend, Dockable) on all listeners for dockable and all its children.
fireAllHiding(Dockable, boolean) - Method in class bibliothek.gui.DockFrontend
Calls the method VetoableDockFrontendListener.hiding(VetoableDockFrontendEvent) for all elements in the tree beginning with dockable.
fireAllShowing(Dockable, boolean) - Method in class bibliothek.gui.DockFrontend
Calls VetoableDockFrontendListener.showing(VetoableDockFrontendEvent) for all elements in the tree with root dockable.
fireAllShown(Dockable, boolean) - Method in class bibliothek.gui.DockFrontend
Invokes the method VetoableDockFrontendListener.shown(VetoableDockFrontendEvent) for all elements in the tree with root dockable.
fireAllShown(Dockable, Set<Dockable>) - Method in class bibliothek.gui.DockFrontend
Invokes the method DockFrontendListener.shown(DockFrontend, Dockable) on all listeners for dockable and all its children.
fireCancel(Dockable) - Method in class bibliothek.gui.dock.control.DockRelocator
Informs all listeners that a drag and drop operation has been canceled.
fireChanged() - Method in class bibliothek.extension.gui.dock.preference.AbstractPreference
Informs all listeners that the value of this preference has changed.
fireColorChanged(String) - Method in class bibliothek.gui.dock.util.laf.AbstractLookAndFeelColors
Fires an event that the color key has changed.
fireColorsChanged() - Method in class bibliothek.gui.dock.util.laf.AbstractLookAndFeelColors
Fires an event that some colors changed
fireControllerChanged(DockController) - Method in class bibliothek.gui.dock.dockable.DockHierarchyObserver
Informs all listeners that the controller of the owner has been changed.
fireDeleted(String) - Method in class bibliothek.gui.DockFrontend
Invokes the method DockFrontendListener.deleted(DockFrontend, String) on all listeners.
fireDockableAdded(Dockable) - Method in class bibliothek.gui.dock.station.support.DockStationListenerManager
Invokes the method DockStationListener.dockableAdded(DockStation, Dockable) on all registered DockStationListeners.
fireDockableAdding(Dockable) - Method in class bibliothek.gui.dock.station.support.DockStationListenerManager
Invokes the method DockStationListener.dockableAdding(DockStation, Dockable) on all registered DockStationListeners.
fireDockableFocused(Dockable, Dockable) - Method in class bibliothek.gui.DockController
Informs all listeners that dockable has gained the focus.
fireDockableRegistered(Dockable) - Method in class bibliothek.gui.dock.control.DockRegister
Informs all registerListeners that a Dockable has been registered.
fireDockableRegistering(Dockable) - Method in class bibliothek.gui.dock.control.DockRegister
Informs all registerListeners that a Dockable will be registered.
fireDockableRemoved(Dockable) - Method in class bibliothek.gui.dock.station.support.DockStationListenerManager
Invokes the method DockStationListener.dockableRemoved(DockStation, Dockable) on all registered DockStationListeners.
fireDockableRemoving(Dockable) - Method in class bibliothek.gui.dock.station.support.DockStationListenerManager
Invokes the method DockStationListener.dockableRemoving(DockStation, Dockable) on all registered DockStationListeners.
fireDockableSelected(Dockable, Dockable) - Method in class bibliothek.gui.dock.station.support.DockStationListenerManager
Invokes the method DockStationListener.dockableSelected(DockStation, Dockable, Dockable) on all registered DockStationListeners.
fireDockableSelected(DockStation, Dockable, Dockable) - Method in class bibliothek.gui.DockController
Informs all listeners that dockable has been selected by station.
fireDockableUnregistered(Dockable) - Method in class bibliothek.gui.dock.control.DockRegister
Informs all registerListeners that a Dockable has been unregistered.
fireDockableVisibilitySet(Dockable, boolean) - Method in class bibliothek.gui.dock.station.support.DockStationListenerManager
Invokes the method DockStationListener.dockableVisibiltySet(DockStation, Dockable, boolean) on all registered DockStationListeners.
fireDockStationRegistered(DockStation) - Method in class bibliothek.gui.dock.control.DockRegister
Informs all registerListeners that station has been registered.
fireDockStationRegistering(DockStation) - Method in class bibliothek.gui.dock.control.DockRegister
Informs all registerListeners that station will be registered.
fireDockStationUnregistered(DockStation) - Method in class bibliothek.gui.dock.control.DockRegister
Informs all registerListeners that station has been unregistered.
fireDrag(Dockable, DockStation) - Method in class bibliothek.gui.dock.control.DockRelocator
Informs all listeners that dockable will be dragged.
fireDrop(Dockable, DockStation) - Method in class bibliothek.gui.dock.control.DockRelocator
Informs all listeners that dockable was dropped on station.
fireFullScreenChanged(Dockable, Dockable) - Method in class bibliothek.gui.dock.SplitDockStation
Sends a message to all registered instances of SplitDockListener, that the Dockable in fullscreen-mode has changed.
fireHidden(Dockable, boolean) - Method in class bibliothek.gui.DockFrontend
Invokes the method VetoableDockFrontendListener.hidden(VetoableDockFrontendEvent) for all listeners.
fireHidden(Dockable) - Method in class bibliothek.gui.DockFrontend
Invokes the method DockFrontendListener.hidden(DockFrontend, Dockable) on all listeners.
fireHideable(Dockable, boolean) - Method in class bibliothek.gui.DockFrontend
Invokes the method DockFrontendListener.hideable(DockFrontend, Dockable, boolean) on all listeners.
fireHiding(Dockable, boolean, boolean) - Method in class bibliothek.gui.DockFrontend
Invokes the method VetoableDockFrontendListener.hiding(VetoableDockFrontendEvent) until no listeners remain.
fireHierarchyChanged() - Method in class bibliothek.gui.dock.dockable.DockHierarchyObserver
Fires a DockHierarchyEvent to all registered listeners.
fireHoldChanged(Dockable, boolean) - Method in class bibliothek.gui.dock.FlapDockStation
Informs all registered FlapDockListeners that the hold-property of a Dockable has been changed.
fireInit(Dockable) - Method in class bibliothek.gui.dock.control.DockRelocator
Informs all listeners that the drag-gesture has been made.
fireKeyPressed(KeyEvent) - Method in class bibliothek.gui.dock.control.KeyboardController
Forwards event to all listeners whose DockElement is above the component on which the event occurred.
fireKeyReleased(KeyEvent) - Method in class bibliothek.gui.dock.control.KeyboardController
Forwards event to all listeners whose DockElement is above the component on which the event occurred.
fireKeyTyped(KeyEvent) - Method in class bibliothek.gui.dock.control.KeyboardController
Forwards event to all listeners whose DockElement is above the component on which the event occurred.
fireLoaded(String) - Method in class bibliothek.gui.DockFrontend
Invokes the method DockFrontendListener.loaded(DockFrontend, String) on all listeners.
firePreferenceAdded(int, int) - Method in class bibliothek.extension.gui.dock.preference.AbstractPreferenceModel
Informs all listeners that some preferences were added.
firePreferenceChanged(int, int) - Method in class bibliothek.extension.gui.dock.preference.AbstractPreferenceModel
Informs all listeners that some preferences were changed.
firePreferenceRemoved(int, int) - Method in class bibliothek.extension.gui.dock.preference.AbstractPreferenceModel
Informs all listeners that some preferences were removed.
fireRead(String) - Method in class bibliothek.gui.DockFrontend
Invokes the method DockFrontendListener.read(DockFrontend, String) on all listeners.
fireRemoved(int, int) - Method in class bibliothek.gui.dock.action.AbstractDockActionSource
Invokes the actionRemoved-method on all registered DockActionSourceListeners.
fireRemoved(Dockable) - Method in class bibliothek.gui.DockFrontend
Invokes the method DockFrontendListener.removed(DockFrontend, Dockable) on all listeners.
fireSaved(String) - Method in class bibliothek.gui.DockFrontend
Invokes the method DockFrontendListener.saved(DockFrontend, String) on all listeners.
fireSelectedChanged(Dockable) - Method in class bibliothek.gui.dock.action.actions.GroupedSelectableDockAction
Fires a change-event on all known listeners.
fireSelectedChanged(Set<Dockable>) - Method in class bibliothek.gui.dock.action.actions.GroupedSelectableDockAction
Fires a change-event on all known listeners.
fireSelectedChanged() - Method in class bibliothek.gui.dock.action.actions.SimpleSelectableAction
Fires an event to all observers of type SelectableDockActionListener.
fireSelectionChanged() - Method in class bibliothek.gui.dock.action.actions.SimpleDropDownAction
Informs all listeners that the selection has changed.
fireShowing(Dockable, boolean, boolean) - Method in class bibliothek.gui.DockFrontend
Calls VetoableDockFrontendListener.showing(VetoableDockFrontendEvent) for dockable.
fireShown(Dockable, boolean) - Method in class bibliothek.gui.DockFrontend
Invokes the method VetoableDockFrontendListener.shown(VetoableDockFrontendEvent) on all listeners.
fireShown(Dockable) - Method in class bibliothek.gui.DockFrontend
Invokes the method DockFrontendListener.shown(DockFrontend, Dockable) on all listeners.
fireStalledChange(Dockable) - Method in class bibliothek.gui.dock.control.DockRegister
Informs all RegisterListeners that dockable cycled the register.
fireStateChange() - Method in class bibliothek.gui.dock.station.stack.CombinedStackDockComponent
Sends a ChangeEvent to all registered ChangeListeners
fireTitleBound(DockTitle) - Method in class bibliothek.gui.dock.dockable.AbstractDockable
Informs all dockableListeners that title was bound to this dockable.
fireTitleBound(DockTitle, Dockable) - Method in class bibliothek.gui.DockController
Informs all listeners that title has been bound to dockable.
fireTitleExchanged(DockTitle) - Method in class bibliothek.gui.dock.dockable.AbstractDockable
Informs all DockableListeners that title is no longer considered to be a good title and should be exchanged.
fireTitleExchanged() - Method in class bibliothek.gui.dock.dockable.AbstractDockable
Informs all DockableListeners that all bound titles and the null title are no longer considered good titles and should be replaced
fireTitleExchanged(DockTitle) - Method in class bibliothek.gui.dock.SplitDockStation
Informs all DockableListeners that title is no longer considered to be a good title and should be exchanged.
fireTitleExchanged() - Method in class bibliothek.gui.dock.SplitDockStation
Informs all DockableListeners that all bound titles and the null title are no longer considered good titles and should be replaced
fireTitleIconChanged(Icon, Icon) - Method in class bibliothek.gui.dock.dockable.AbstractDockable
Calls the titleIconChanged method of all registered DockableListener.
fireTitleTextChanged(String, String) - Method in class bibliothek.gui.dock.dockable.AbstractDockable
Calls the titleTextChanged method of all registered DockableListeners.
fireTitleTooltipChanged(String, String) - Method in class bibliothek.gui.dock.dockable.AbstractDockable
Called the titleTooltipChanged method of all registered DockableListeners.
fireTitleUnbound(DockTitle) - Method in class bibliothek.gui.dock.dockable.AbstractDockable
Informs all dockableListeners that title was unbound from this dockable.
fireTitleUnbound(DockTitle, Dockable) - Method in class bibliothek.gui.DockController
Informs all listeners that title is no longer bound to dockable.
fireVetoDockable(Dockable) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
Asks all FocusVetoListener through their method FocusVetoListener.vetoFocus(MouseFocusObserver, Dockable) whether they want cancel a call to the DockController.
fireVetoTitle(DockTitle) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
Asks all FocusVetoListener through their method FocusVetoListener.vetoFocus(MouseFocusObserver, DockTitle) whether they want cancel a call to the DockController.
fireWindowChanged(Window) - Method in class bibliothek.gui.dock.util.AbstractWindowProvider
Calls WindowProviderListener.windowChanged(WindowProvider, Window) on all listeners known to this provider.
FIRST - Static variable in class bibliothek.gui.dock.station.flap.FlapDockProperty
The location of the first Dockable.
firstNonNull(Icon...) - Method in class bibliothek.gui.dock.action.actions.SimpleSelectableAction
Gets the first element of icons that is not null.
FlapDockDirection - Class in bibliothek.gui.dock.station.flap
This DockAction is used as an action of a FlapDockStation.
FlapDockDirection(DockController) - Constructor for class bibliothek.gui.dock.station.flap.FlapDockDirection
Creates the icon of the action, and sets the text and tooltip of the action.
FlapDockHoldToggle - Class in bibliothek.gui.dock.station.flap
This DockAction is shown together with the children of a FlapDockStation, and allows to "stick" a Dockable.
FlapDockHoldToggle(FlapDockStation) - Constructor for class bibliothek.gui.dock.station.flap.FlapDockHoldToggle
Constructor, sets the icons and makes the action ready to be shown.
FlapDockListener - Interface in bibliothek.gui.dock.event
A listener that is added to a FlapDockStation.
FlapDockProperty - Class in bibliothek.gui.dock.station.flap
FlapDockProperties are used on the FlapDockStation to determine the location of a Dockable.
FlapDockProperty() - Constructor for class bibliothek.gui.dock.station.flap.FlapDockProperty
Constructs a FlapDockProperty
FlapDockProperty(int) - Constructor for class bibliothek.gui.dock.station.flap.FlapDockProperty
Constructs a FlapDockProperty
FlapDockProperty(int, boolean, int) - Constructor for class bibliothek.gui.dock.station.flap.FlapDockProperty
Constructs a FlapDockProperty
FlapDockPropertyFactory - Class in bibliothek.gui.dock.station.flap
Creates instances of FlapDockProperty.
FlapDockPropertyFactory() - Constructor for class bibliothek.gui.dock.station.flap.FlapDockPropertyFactory
 
FlapDockStation - Class in bibliothek.gui.dock
This DockStation shows only a title for each of it's children.
If the user clicks on one of the titles, a window will popup.
FlapDockStation() - Constructor for class bibliothek.gui.dock.FlapDockStation
Defaultconstructor of a FlapDockStation
FlapDockStation(boolean) - Constructor for class bibliothek.gui.dock.FlapDockStation
Creates a new FlapDockStation.
FlapDockStation.ButtonContent - Enum in bibliothek.gui.dock
What kind of information should be displayed on the buttons.
FlapDockStation.Direction - Enum in bibliothek.gui.dock
The direction in which the window with the Dockable will popup, in respect to the location of this station.
FlapDockStationFactory - Class in bibliothek.gui.dock.station.flap
A DockFactory which can handle FlapDockStations.
FlapDockStationFactory() - Constructor for class bibliothek.gui.dock.station.flap.FlapDockStationFactory
 
FlapDockStationLayout - Class in bibliothek.gui.dock.station.flap
A layout describing the content of a FlapDockStation.
FlapDockStationLayout(int[], boolean[], int[], boolean, FlapDockStation.Direction) - Constructor for class bibliothek.gui.dock.station.flap.FlapDockStationLayout
Creates a new layout
FlapDropInfo - Class in bibliothek.gui.dock.station.flap
Information where to insert a Dockable into a FlapDockStation.
FlapDropInfo(Dockable) - Constructor for class bibliothek.gui.dock.station.flap.FlapDropInfo
Constructs a new info.
FlapLayoutManager - Interface in bibliothek.gui.dock.station.flap
A FlapLayoutManager stores properties of FlapDockStations and can influence the behavior of a FlapDockStation.
A layout manager might be interested in these methods: FlapDockStation.updateHold(Dockable) when the hold property of a Dockable needs to be changed FlapDockStation.updateWindowSize(Dockable) when the size of a Dockable needs to be updated
FlapWindow - Class in bibliothek.gui.dock.station.flap
This window pops up if the user presses one of the buttons of a FlapDockStation.
FlapWindow(FlapDockStation, ButtonPane, Frame) - Constructor for class bibliothek.gui.dock.station.flap.FlapWindow
Constructs a new window.
FlapWindow(FlapDockStation, ButtonPane, Dialog) - Constructor for class bibliothek.gui.dock.station.flap.FlapWindow
Constructs a new window.
FLAT_COLOR_SCHEME - Static variable in class bibliothek.extension.gui.dock.theme.FlatTheme
the key to set the ColorScheme of this theme
FlatBorder - Class in bibliothek.extension.gui.dock.theme.flat
A Border which paints a 3d-effect.
FlatBorder(DockableDisplayer) - Constructor for class bibliothek.extension.gui.dock.theme.flat.FlatBorder
Creates a new border.
FlatButtonTitle - Class in bibliothek.extension.gui.dock.theme.flat
This title is used by the FlatTheme to replace the default-DockTitle of the FlapDockStation.
FlatButtonTitle(Dockable, DockTitleVersion) - Constructor for class bibliothek.extension.gui.dock.theme.flat.FlatButtonTitle
Constructs a new title
FlatColorScheme - Class in bibliothek.extension.gui.dock.theme.flat
A color scheme for FlatTheme.
FlatColorScheme() - Constructor for class bibliothek.extension.gui.dock.theme.flat.FlatColorScheme
 
FlatDisplayerFactory - Class in bibliothek.extension.gui.dock.theme.flat
A factory for instances of DockableDisplayer.
FlatDisplayerFactory(boolean) - Constructor for class bibliothek.extension.gui.dock.theme.flat.FlatDisplayerFactory
Creates a new factory
FlatDockableDisplayer - Class in bibliothek.extension.gui.dock.theme.flat
A DockableDisplayer that uses a FlatBorder.
FlatDockableDisplayer(Dockable, DockTitle, DockableDisplayer.Location) - Constructor for class bibliothek.extension.gui.dock.theme.flat.FlatDockableDisplayer
 
FlatStationPaint - Class in bibliothek.extension.gui.dock.theme.flat
A paint which draws gray and white markings
FlatStationPaint() - Constructor for class bibliothek.extension.gui.dock.theme.flat.FlatStationPaint
 
FlatTab - Class in bibliothek.extension.gui.dock.theme.flat
A panel that works like a JTabbedPane, but the buttons to change between the children are smaller and "flatter" than the buttons of the JTabbedPane.
FlatTab(StackDockStation) - Constructor for class bibliothek.extension.gui.dock.theme.flat.FlatTab
Creates a new FlatTab
FlatTab.FlatButton - Class in bibliothek.extension.gui.dock.theme.flat
A small button which can be clicked by the user.
FlatTab.FlatButton(Dockable) - Constructor for class bibliothek.extension.gui.dock.theme.flat.FlatTab.FlatButton
Constructs a new button
FlatTheme - Class in bibliothek.extension.gui.dock.theme
A theme that uses very few borders.
FlatTheme() - Constructor for class bibliothek.extension.gui.dock.theme.FlatTheme
Creates a new theme
FlatTitleFactory - Class in bibliothek.extension.gui.dock.theme.flat
A factory that creates instances of BasicDockTitle, but changes their active and inactive right color to the Dockables background.
FlatTitleFactory() - Constructor for class bibliothek.extension.gui.dock.theme.flat.FlatTitleFactory
 
FocusController - Class in bibliothek.gui.dock.control
A listener to the DockRegister, ensuring that always the newest or a visible Dockable has the focus.
FocusController(DockController) - Constructor for class bibliothek.gui.dock.control.FocusController
Creates a new focus-controller.
FocusVetoListener - Interface in bibliothek.gui.dock.event
This listener is added to the MouseFocusObserver and allows to interrupt a change of the focus.
font() - Method in class bibliothek.gui.dock.util.font.AbstractDockFont
Gets the FontModifier which is currently represented by this DockFont.
font(Font) - Method in class bibliothek.gui.dock.util.font.AbstractDockFont
Gets a modified version of font
FontBridge - Interface in bibliothek.gui.dock.util.font
A font bridge is a layer between a DockFont and the FontManager, it can modify the FontModifier that is transfered from manager to DockFont.
fontFocused - Variable in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.BaseTabComponent
 
FontManager - Class in bibliothek.gui.dock.util.font
A FontManager contains FontModifiers, DockFonts and FontBridges.
FontManager() - Constructor for class bibliothek.gui.dock.util.font.FontManager
 
FontModifier - Interface in bibliothek.gui.dock.util.font
A font modifier changes a font, i.e.
fontSelected - Variable in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.BaseTabComponent
 
fontUnselected - Variable in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.BaseTabComponent
 
FontUpdater - Class in bibliothek.gui.dock.util.swing
A FontUpdater wraps around a JComponent and changes the font of the component using a FontModifier.
Components that use this updater must call FontUpdater.enterUpdateUI() end FontUpdater.leaveUpdateUI() before and after JComponent.updateUI() is called.
Components should create an instance of this updater before they are added to any other component.
FontUpdater(JComponent) - Constructor for class bibliothek.gui.dock.util.swing.FontUpdater
Creates a new updater
forget() - Method in class bibliothek.gui.dock.FlapDockStation
 
forget() - Method in class bibliothek.gui.dock.ScreenDockStation
 
forget() - Method in class bibliothek.gui.dock.SplitDockStation
 
forget() - Method in class bibliothek.gui.dock.StackDockStation
 
forget() - Method in interface bibliothek.gui.DockStation
Tells this station that a possible drop or move on this station was canceled.
FREE - Static variable in interface bibliothek.gui.dock.station.screen.BoundaryRestriction
A restriction that allows all boundaries.
FRONT - Static variable in class bibliothek.gui.dock.station.stack.StackDockProperty
The first location on a StackDockStation
FrontendEntry - Interface in bibliothek.gui.dock.frontend
A bag of information about a Dockable that might be registered at a DockFrontend.
fuller(Color, double) - Static method in class bibliothek.util.Colors
 
fullScreenDockableChanged(SplitDockStation, Dockable, Dockable) - Method in interface bibliothek.gui.dock.event.SplitDockListener
Invoked when a new Dockable was made fullscreen, or no Dockable at all is fullscreen.

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