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

K

KEY_BASIC_THEME - Static variable in class bibliothek.gui.dock.common.theme.ThemeMap
standard key for the CBasicTheme
KEY_BUBBLE_THEME - Static variable in class bibliothek.gui.dock.common.theme.ThemeMap
standard key for the CBubbleTheme
KEY_CLOSE - Static variable in class bibliothek.gui.dock.common.CControl
KeyStroke used to close a CDockable.
KEY_ECLIPSE_THEME - Static variable in class bibliothek.gui.dock.common.theme.ThemeMap
standard key for the CEclipseTheme
KEY_FLAT_THEME - Static variable in class bibliothek.gui.dock.common.theme.ThemeMap
standard key for the CFlatTheme
KEY_GOTO_EXTERNALIZED - Static variable in class bibliothek.gui.dock.common.CControl
KeyStroke used to change a CDockable into externalized-state.
KEY_GOTO_MAXIMIZED - Static variable in class bibliothek.gui.dock.common.CControl
KeyStroke used to change a CDockable into maximized-state.
KEY_GOTO_MINIMIZED - Static variable in class bibliothek.gui.dock.common.CControl
KeyStroke used to change a CDockable into minimized-state.
KEY_GOTO_NORMALIZED - Static variable in class bibliothek.gui.dock.common.CControl
KeyStroke used to change a CDockable into normalized-state.
KEY_ICON - Static variable in class bibliothek.gui.dock.facile.action.RenameAction
the key uses for the IconManager to get the Icon of this action
KEY_ICON - Static variable in class bibliothek.gui.dock.facile.action.ReplaceAction
the key uses for the IconManager to get the Icon of this action
KEY_MASK - Static variable in class bibliothek.gui.dock.control.ModifierMask
all the masks for which a ModifierMask looks out
KEY_MAXIMIZE_CHANGE - Static variable in class bibliothek.gui.dock.common.CControl
KeyStroke used to change a CDockable into maximized-state, or to go out of maximized-state when needed.
KEY_SMOOTH_THEME - Static variable in class bibliothek.gui.dock.common.theme.ThemeMap
standard key for the CSmoothTheme
KeyboardController - Class in bibliothek.gui.dock.control
An observer of all KeyEvents, forwarding them to registered listeners.
KeyboardController(DockController) - Constructor for class bibliothek.gui.dock.control.KeyboardController
Creates a new KeyboardController.
KeyboardListener - Interface in bibliothek.gui.dock.event
A listener added to the KeyboardController, this listener receives a notification whenever a keyevent is dispatched in a DockElement below the location of this listener.
KeyedActionSource - Class in bibliothek.gui.dock.facile.action
An action source using CDockable.getAction(String) to determine which action to use.
KeyedActionSource(CDockable, String) - Constructor for class bibliothek.gui.dock.facile.action.KeyedActionSource
Creates a new action source
KeyedLocationModeActionProvider - Class in bibliothek.gui.dock.common.mode
This LocationModeActionProvider returns a KeyedActionSource for each CDockable it encounters.
KeyedLocationModeActionProvider(String) - Constructor for class bibliothek.gui.dock.common.mode.KeyedLocationModeActionProvider
Creates a new provider.
KeyedLocationModeActionProvider(String, CAction) - Constructor for class bibliothek.gui.dock.common.mode.KeyedLocationModeActionProvider
Creates a new provider.
KeyedLocationModeActionProvider(String, DockAction) - Constructor for class bibliothek.gui.dock.common.mode.KeyedLocationModeActionProvider
Creates a new provider.
keyPressed(CDockable, KeyEvent) - Method in interface bibliothek.gui.dock.common.event.CKeyboardListener
Called when a key was pressed on a child or on source.
keyPressed(DockElement, KeyEvent) - Method in interface bibliothek.gui.dock.event.KeyboardListener
Called when a key has been pressed.
keyReleased(CDockable, KeyEvent) - Method in interface bibliothek.gui.dock.common.event.CKeyboardListener
Called when a key was released on a child or on source.
keyReleased(DockElement, KeyEvent) - Method in interface bibliothek.gui.dock.event.KeyboardListener
Called when a key has been released.
keys() - Method in class bibliothek.gui.dock.station.support.PlaceholderMetaMap
Gets the keys of all the data that is stored.
KeyStrokeClosePreference - Class in bibliothek.gui.dock.common.preference
KeyStroke for closing a CDockable.
KeyStrokeClosePreference(DockProperties) - Constructor for class bibliothek.gui.dock.common.preference.KeyStrokeClosePreference
Creates a new preference
KeyStrokeEditor - Class in bibliothek.extension.gui.dock.preference.editor
An editor for KeyStrokes.
KeyStrokeEditor() - Constructor for class bibliothek.extension.gui.dock.preference.editor.KeyStrokeEditor
Creates a new editor
KeyStrokeExternalizePreference - Class in bibliothek.gui.dock.common.preference
KeyStroke that will externalize a CDockable
KeyStrokeExternalizePreference(DockProperties) - Constructor for class bibliothek.gui.dock.common.preference.KeyStrokeExternalizePreference
Creates a new preference
KeyStrokeHidePreference - Class in bibliothek.extension.gui.dock.preference.preferences
Preference for the shortcut used by the DockFrontend to hide Dockables.
KeyStrokeHidePreference(DockProperties) - Constructor for class bibliothek.extension.gui.dock.preference.preferences.KeyStrokeHidePreference
Creates a new preference
KeyStrokeInitSelectorPreference - Class in bibliothek.extension.gui.dock.preference.preferences
Preference for the shortcut that allows selecting a new Dockable with the keyboard.
KeyStrokeInitSelectorPreference(DockProperties) - Constructor for class bibliothek.extension.gui.dock.preference.preferences.KeyStrokeInitSelectorPreference
Creates a new preference
KeyStrokeMaximizeChangePreference - Class in bibliothek.gui.dock.common.preference
Preference setting the keystroke for maximizing/unmaximizing a Dockable.
KeyStrokeMaximizeChangePreference(DockProperties) - Constructor for class bibliothek.gui.dock.common.preference.KeyStrokeMaximizeChangePreference
Creates a new preference
KeyStrokeMaximizePreference - Class in bibliothek.extension.gui.dock.preference.preferences
Preference for the shortcut used by the SplitDockStation to maximize its children.
KeyStrokeMaximizePreference(DockProperties) - Constructor for class bibliothek.extension.gui.dock.preference.preferences.KeyStrokeMaximizePreference
Creates a new preference
KeyStrokeMaximizePreference - Class in bibliothek.gui.dock.common.preference
Preference to set the keystroke that maximizes a Dockable.
KeyStrokeMaximizePreference(DockProperties) - Constructor for class bibliothek.gui.dock.common.preference.KeyStrokeMaximizePreference
Creates a new preference
KeyStrokeMinimizePreference - Class in bibliothek.gui.dock.common.preference
KeyStroke that will minimize a CDockable.
KeyStrokeMinimizePreference(DockProperties) - Constructor for class bibliothek.gui.dock.common.preference.KeyStrokeMinimizePreference
Creates a new preference
KeyStrokeNormalizePreference - Class in bibliothek.gui.dock.common.preference
KeyStroke that will normalize a CDockable.
KeyStrokeNormalizePreference(DockProperties) - Constructor for class bibliothek.gui.dock.common.preference.KeyStrokeNormalizePreference
Creates a new preference
KeyStrokePreferenceModel - Class in bibliothek.extension.gui.dock.preference.model
A model that lists the keystrokes which are used in the framework.
KeyStrokePreferenceModel(DockProperties) - Constructor for class bibliothek.extension.gui.dock.preference.model.KeyStrokePreferenceModel
Creates a new model.
KeyStrokeValidator - Interface in bibliothek.extension.gui.dock.preference.preferences
Information for Path.TYPE_KEYSTROKE_PATH about how a keystroke has to be chosen.
keyTyped(CDockable, KeyEvent) - Method in interface bibliothek.gui.dock.common.event.CKeyboardListener
Called when a key was typed on a child or on source.
keyTyped(DockElement, KeyEvent) - Method in interface bibliothek.gui.dock.event.KeyboardListener
Called when a key has been types.
kick() - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleColorAnimation
Immediately puts all colors to their final state and stops the animation.
kill() - Method in class bibliothek.gui.dock.control.DefaultKeyboardController
 
kill() - Method in class bibliothek.gui.dock.control.DefaultMouseFocusObserver
 
kill() - Method in class bibliothek.gui.dock.control.DockRegister
Removes all registerListeners and connections to the stations and dockables known to this register.
kill() - Method in class bibliothek.gui.dock.control.KeyboardController
Stops this controller.
kill() - Method in class bibliothek.gui.dock.control.MouseFocusObserver
Stops this FocusController.
kill() - Method in class bibliothek.gui.dock.security.SecureKeyboardController
 
kill() - Method in class bibliothek.gui.dock.security.SecureMouseFocusObserver
 
kill() - Method in class bibliothek.gui.dock.support.lookandfeel.LookAndFeelList.Info
Informs this Info that its LookAndFeel will be removed soon.
kill() - Method in class bibliothek.gui.dock.util.extension.ExtensionManager
Stops and removes all extensions.
kill() - Method in class bibliothek.gui.DockController
Removes listeners and frees resources.
kill() - Method in class bibliothek.gui.DockFrontend
Destroys this DockFrontend, it will no longer be useful but can be removed by the garbage collector.
KIND_ACTION_COLOR - Static variable in class bibliothek.gui.dock.themes.color.ActionColor
the path describing this kind of color
KIND_DISPLAYER_COLOR - Static variable in class bibliothek.gui.dock.themes.color.DisplayerColor
the kind of color DisplayerColor is
KIND_DOCK_COLOR - Static variable in interface bibliothek.gui.dock.util.color.DockColor
 
KIND_DOCK_FONT - Static variable in interface bibliothek.gui.dock.util.font.DockFont
the default kind of fonts
KIND_DOCKABLE_SELECTION_COLOR - Static variable in class bibliothek.gui.dock.themes.color.DockableSelectionColor
the kind of color DockableSelectionColor is
KIND_FLAP_BUTTON_COLOR - Static variable in class bibliothek.gui.dock.themes.color.TitleColor
special kind of color for buttons on the FlapDockStation
KIND_FLAP_BUTTON_FONT - Static variable in class bibliothek.gui.dock.themes.font.TitleFont
this kind describes a font that is used on a button title of a FlapDockStation
KIND_MENU_COLOR - Static variable in class bibliothek.gui.dock.themes.color.MenuColor
the kind of color TabColor is
KIND_STATION_PAINT_COLOR - Static variable in class bibliothek.gui.dock.themes.color.StationPaintColor
the kind of color StationPaintColor is
KIND_TAB_COLOR - Static variable in class bibliothek.gui.dock.themes.color.TabColor
the kind of color TabColor is
KIND_TAB_FONT - Static variable in class bibliothek.gui.dock.themes.font.TabFont
the identifier of this kind of font
KIND_TAB_TITLE_FONT - Static variable in class bibliothek.gui.dock.themes.font.TitleFont
this kind describes a font that is used for a title which then is used as tab
KIND_TITLE_COLOR - Static variable in class bibliothek.gui.dock.themes.color.TitleColor
the kind of color TitleColor is
KIND_TITLE_FONT - Static variable in class bibliothek.gui.dock.themes.font.TitleFont
this kind describes a font that is used on a title

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