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

R

RADIO - Static variable in class bibliothek.gui.dock.action.ActionType
The action behaves like a radiobutton: when it is triggered, it changes to the selected-state, but some other actions may change to the unselected-state
rainbow(double) - Static method in class bibliothek.util.Colors
Generiert eine Farbe aus einem Regenbogen.
react(Dockable) - Method in interface bibliothek.gui.dock.action.ActionGuard
Tests the given Dockable and tells whether this ActionGuard is interested in it and wants to add some additional actions to it, or if this guard is not made for the dockable.
react(Dockable) - Method in class bibliothek.gui.dock.action.actions.ReplaceActionGuard
 
react(Dockable) - Method in class bibliothek.gui.dock.action.TypedActionGuard
 
react(Dockable) - Method in class bibliothek.gui.DockFrontend.Hider
 
read(Map<Integer, Dockable>, boolean, DataInputStream) - Method in class bibliothek.gui.dock.DefaultDockableFactory
 
read(Map<Integer, Dockable>, boolean, DefaultDockable, DataInputStream) - Method in class bibliothek.gui.dock.DefaultDockableFactory
 
read(Map<Integer, Dockable>, boolean, DataInputStream) - Method in interface bibliothek.gui.dock.DockFactory
Reads a DockElement which was earlier stored by a DockFactoy of the same type.
read(Map<Integer, Dockable>, boolean, D, DataInputStream) - Method in interface bibliothek.gui.dock.DockFactory
Reads a DockElement which was earlier stored by a DockFactory of the same type.
read(byte[]) - Method in class bibliothek.gui.dock.DockSituation
Reads data as stream and returns the roots of the DockElements which were found.
read(DataInputStream) - Method in class bibliothek.gui.dock.DockSituation
Reads in and returns the roots of the DockElements which were found.
read(Map<Integer, Dockable>, boolean, DataInputStream) - Method in class bibliothek.gui.dock.PredefinedDockSituation.PreloadFactory
 
read(Map<Integer, Dockable>, boolean, DockElement, DataInputStream) - Method in class bibliothek.gui.dock.PredefinedDockSituation.PreloadFactory
 
read(DataInputStream) - Method in class bibliothek.gui.dock.PropertyTransformer
Reads a property which was earlier stored.
read(Map<Integer, Dockable>, boolean, DataInputStream) - Method in class bibliothek.gui.dock.station.flap.FlapDockStationFactory
 
read(Map<Integer, Dockable>, boolean, FlapDockStation, DataInputStream) - Method in class bibliothek.gui.dock.station.flap.FlapDockStationFactory
 
read(Map<Integer, Dockable>, boolean, DataInputStream) - Method in class bibliothek.gui.dock.station.screen.ScreenDockStationFactory
 
read(Map<Integer, Dockable>, boolean, ScreenDockStation, DataInputStream) - Method in class bibliothek.gui.dock.station.screen.ScreenDockStationFactory
 
read(Map<Integer, Dockable>, DataInputStream) - Method in class bibliothek.gui.dock.station.split.Leaf
 
read(Map<Integer, Dockable>, DataInputStream) - Method in class bibliothek.gui.dock.station.split.Node
 
read(Map<Integer, Dockable>, DataInputStream) - Method in class bibliothek.gui.dock.station.split.Root
 
read(Map<Integer, Dockable>, boolean, DataInputStream) - Method in class bibliothek.gui.dock.station.split.SplitDockStationFactory
 
read(Map<Integer, Dockable>, boolean, SplitDockStation, DataInputStream) - Method in class bibliothek.gui.dock.station.split.SplitDockStationFactory
 
read(Map<Integer, Dockable>, DataInputStream) - Method in class bibliothek.gui.dock.station.split.SplitNode
Reads an earlier written node from the stream in.
read(Map<Integer, Dockable>, boolean, DataInputStream) - Method in class bibliothek.gui.dock.station.SplitDockStation
Reads an earlier saved layout of this station.
read(Map<Integer, Dockable>, boolean, DataInputStream) - Method in class bibliothek.gui.dock.station.stack.StackDockStationFactory
 
read(Map<Integer, Dockable>, boolean, StackDockStation, DataInputStream) - Method in class bibliothek.gui.dock.station.stack.StackDockStationFactory
 
read(Map<Integer, Dockable>, boolean, DataInputStream) - Method in class bibliothek.gui.dock.station.StackDockStation
Removes all children from this station and then reads its new layout from in.
read(DataInputStream) - Method in class bibliothek.gui.DockFrontend
Reads the settings of this frontend from in.
readChild(Map<Integer, Dockable>, DataInputStream) - Method in class bibliothek.gui.dock.station.split.SplitNode
Reads a single node which was earlier written.
readDockables(DataInputStream) - Method in class bibliothek.gui.dock.DockSituation
Reads the next list of Dockables.
readElement(DataInputStream) - Method in class bibliothek.gui.dock.DockSituation
Reads the contents of one DockElement.
rebindTitles(Dockable, Set<DockTitle>) - Method in class bibliothek.gui.DockController
Checks all titles of dockable and its children.
reduced - Variable in class bibliothek.extension.gui.dock.theme.bubble.BubbleMovingTitleGetter
 
ReducedBubbleTitleFactory - Class in bibliothek.extension.gui.dock.theme.bubble
A factory creating instances of BubbleDockTitle.
ReducedBubbleTitleFactory(BubbleTheme) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.ReducedBubbleTitleFactory
Creates a new factory.
ReducedBubbleTitleFactory.Title - Class in bibliothek.extension.gui.dock.theme.bubble
A BubbleDockTitle whose edges are always round.
ReducedBubbleTitleFactory.Title(BubbleTheme, Dockable, DockTitleVersion) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.ReducedBubbleTitleFactory.Title
Creates a new title.
register(Dockable) - Method in class bibliothek.gui.dock.control.DockRegister
Registers dockable, the associated controller will know the titles of dockable to allow drag and drop operations.
Clients and subclasses should not call this method.
register(DockStation) - Method in class bibliothek.gui.dock.control.DockRegister
Registers station, the associated controller will support drag and drop for station.
Clients and subclasses should not call this method.
register(ScreenDockDialog) - Method in class bibliothek.gui.dock.station.ScreenDockStation
Invoked after a new ScreenDockDialog has been created.
register(String, DockTitleFactory, Priority) - Method in class bibliothek.gui.dock.title.DockTitleManager
Registers a factory at the given key
register - Variable in class bibliothek.gui.DockController
the known dockables and DockStations
registerClient(String, DockTitleFactory) - Method in class bibliothek.gui.dock.title.DockTitleManager
Registers a factory with client-priority
registerDefault(String, DockTitleFactory) - Method in class bibliothek.gui.dock.title.DockTitleManager
Registers a factory with default-priority
registerFactory(DockFactory<? extends DockElement>) - Method in class bibliothek.gui.DockFrontend
Registers a factory to write and read Dockables and DockStations
registerFactory(DockablePropertyFactory) - Method in class bibliothek.gui.DockFrontend
Registers a factory to write and read properties.
registerTheme(String, DockTitleFactory) - Method in class bibliothek.gui.dock.title.DockTitleManager
Registers a factory with theme-priority
registerTheme(Class<? extends DockTheme>, ResourceBundle) - Method in class bibliothek.gui.DockUI
Registers a factory for theme.
registerTheme(ThemeFactory) - Method in class bibliothek.gui.DockUI
Stores a new theme.
registerThemes() - Method in class bibliothek.gui.DockUI
 
relativeSidePut(double, double) - Method in class bibliothek.gui.dock.station.split.SplitNode
Calculates on which side of the node the point kx/ky lies.
release(DockableDisplayer) - Method in class bibliothek.gui.dock.station.DisplayerCollection
Releases a displayer that was created by this collection.
relocator - Variable in class bibliothek.extension.gui.dock.theme.bubble.BubbleStackDockComponent.Tab
the remote device to do drag & drop
relocator - Variable in class bibliothek.extension.gui.dock.theme.flat.FlatTab.FlatButton
the currently used remote to do drag&drop operations
relocator - Variable in class bibliothek.gui.dock.station.stack.DefaultStackDockComponent
the currently used remote
relocator - Variable in class bibliothek.gui.DockController
a manager handling drag and drop
RemoteRelocator - Interface in bibliothek.gui.dock.control
A remote relocator can be used to perform a drag & drop operation of a Dockable without the need to know more than the Dockable.
The methods of this interface correspond to methods which are used in MouseListener and MouseMotionListener: RemoteRelocator.init(int, int, int, int, int) MouseListener.mousePressed(MouseEvent) RemoteRelocator.drag(int, int, int) MouseMotionListener.mouseDragged(MouseEvent) RemoteRelocator.drop(int, int, int) MouseListener.mouseReleased(MouseEvent)
The names of these three methods correspond to their normal reaction, when only the left mouse button is pressed (or released).
RemoteRelocator.Reaction - Enum in bibliothek.gui.dock.control
Tells a caller of a method whether the RemoteRelocator has finished the drag & drop operation or not.
RemoteRelocator.Reaction() - Constructor for enum bibliothek.gui.dock.control.RemoteRelocator.Reaction
 
remove(DockAcceptance) - Method in class bibliothek.gui.dock.accept.MultiDockAcceptance
Removes a DockAcceptance which was earlier added to this MultiDockAcceptance.
remove(int) - Method in class bibliothek.gui.dock.action.actions.SimpleDropDownAction
Removes an action from the menu.
remove(DockAction) - Method in class bibliothek.gui.dock.action.actions.SimpleDropDownAction
Removes action from the menu.
remove(DockAction) - Method in class bibliothek.gui.dock.action.DefaultDockActionSource
Removes the given action from this source.
remove(int) - Method in class bibliothek.gui.dock.action.DefaultDockActionSource
Removes the action at index from this source.
remove(int, int) - Method in class bibliothek.gui.dock.action.DefaultDockActionSource
Removes all actions between index (incl.) and index+length (excl.).
remove(DockStation) - Method in class bibliothek.gui.dock.control.DockRegister
Removes a station which was managed by this register.
remove(Component) - Method in class bibliothek.gui.dock.DefaultDockable
Removes component from the content pane.
remove(IconManagerListener) - Method in class bibliothek.gui.dock.IconManager.Entry
Removes a listener from this entry
remove(String, IconManagerListener) - Method in class bibliothek.gui.dock.IconManager
Removes a listener from this manager.
remove(Dockable) - Method in class bibliothek.gui.dock.station.FlapDockStation
Removes dockable from this station
remove(int) - Method in class bibliothek.gui.dock.station.FlapDockStation
Removes the child with the given index from this station.
remove(Dockable) - Method in class bibliothek.gui.dock.station.split.FullScreenClickableListener
Removes the listener which was added earlier to dockable.
remove(int) - Method in class bibliothek.gui.dock.station.stack.CombinedStackDockComponent
 
remove(int) - Method in class bibliothek.gui.dock.station.stack.DefaultStackDockComponent
 
remove(int) - Method in interface bibliothek.gui.dock.station.stack.StackDockComponent
Removes the child at location index.
remove(int) - Method in class bibliothek.gui.dock.station.StackDockStation
Removes the child of location index.
remove(int, boolean) - Method in class bibliothek.gui.dock.station.StackDockStation
Removes the child of location index.
remove(int) - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler
Removes an action from the list of all known actions.
remove(DockStation) - Method in class bibliothek.gui.DockController
Removes a station which was managed by this controller.
remove(Dockable) - Method in class bibliothek.gui.DockFrontend
Removes a Dockable which was earlier added to this frontend.
removeable() - Method in class bibliothek.gui.dock.util.DockProperties.Entry
Tells whether this entry is needed any longer or not.
removeAcceptance(DockAcceptance) - Method in class bibliothek.gui.DockController
Removes a that decided which station could have which children.
removeAction(SelectableDockAction) - Method in class bibliothek.gui.dock.action.actions.SelectableDockActionGroup
Removes an action.
removeActionGuard(ActionGuard) - Method in class bibliothek.gui.DockController
Removes guard from this controller.
removeActionListener(ActionListener) - Method in class bibliothek.gui.dock.action.actions.SimpleButtonAction
Removes a listener from this action.
removeActionListener(ActionListener) - Method in class bibliothek.gui.dock.themes.basic.action.BasicSeparatorHandler
 
removeActionListener(ActionListener) - Method in class bibliothek.gui.dock.themes.basic.action.dropdown.AbstractDropDownHandler
 
removeActionListener(ActionListener) - Method in class bibliothek.gui.dock.themes.basic.action.dropdown.SubDropDownHandler
 
removeActionListener(ActionListener) - Method in class bibliothek.gui.dock.themes.basic.action.menu.ButtonMenuHandler
 
removeActionListener(ActionListener) - Method in class bibliothek.gui.dock.themes.basic.action.menu.DropDownMenuHandler
 
removeActionListener(ActionListener) - Method in class bibliothek.gui.dock.themes.basic.action.menu.MenuMenuHandler
 
removeActionListener(ActionListener) - Method in interface bibliothek.gui.dock.themes.basic.action.menu.MenuViewItem
Removes a listener from this view.
removeActionListener(ActionListener) - Method in class bibliothek.gui.dock.themes.basic.action.menu.SelectableMenuHandler
 
removeActionOffer(ActionOffer) - Method in class bibliothek.gui.DockController
Removes an earlier added offer.
removeAll() - Method in class bibliothek.gui.dock.station.stack.CombinedStackDockComponent
 
removeAll() - Method in class bibliothek.gui.dock.station.stack.DefaultStackDockComponent
 
removeAll() - Method in interface bibliothek.gui.dock.station.stack.StackDockComponent
Removes all children from this component
removeAll() - Method in class bibliothek.gui.dock.themes.basic.action.menu.MenuMenuHandler.JMenuWrapper
 
removeAll() - Method in class bibliothek.gui.dock.themes.basic.action.menu.MenuMenuHandler.JPopupMenuWrapper
 
removeAll() - Method in interface bibliothek.gui.dock.themes.basic.action.menu.MenuMenuHandler.Menu
Remove all elements from this menu
removeAllDockables() - Method in class bibliothek.gui.dock.station.SplitDockStation
Removes all children from this station.
removeChangeListener(ChangeListener) - Method in class bibliothek.gui.dock.station.stack.CombinedStackDockComponent
 
removeChangeListener(ChangeListener) - Method in interface bibliothek.gui.dock.station.stack.StackDockComponent
Removes a ChangeListener which was added earlier.
removeDockable(Component) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleDisplayer
 
removeDockable(Dockable) - Method in class bibliothek.gui.dock.control.DockRegister.StationListener
Removes a Dockable either as station or as pure Dockable from this controller.
removeDockable(Component) - Method in class bibliothek.gui.dock.DockableDisplayer
Removes the Component which represents the current dockable.
removeDockable(Dockable) - Method in class bibliothek.gui.dock.station.ScreenDockStation
Removes the dockable from this station.
removeDockable(int) - Method in class bibliothek.gui.dock.station.ScreenDockStation
Removes the index'th Dockable of this station.
removeDockable(Dockable) - Method in class bibliothek.gui.dock.station.SplitDockStation
Removes dockable from this station.
removeDockable(int) - Method in class bibliothek.gui.dock.station.SplitDockStation
Removes the child with the specified index from this station.
removeDockable(int, boolean) - Method in class bibliothek.gui.dock.station.SplitDockStation
Removes the child with the specified index from this station.
removeDockableListener(DockableListener) - Method in class bibliothek.gui.dock.AbstractDockable
 
removeDockableListener(DockableListener) - Method in class bibliothek.gui.dock.station.SplitDockStation
 
removeDockableListener(DockableListener) - Method in interface bibliothek.gui.Dockable
Removes a listener from this Dockable.
removeDockActionListener(StandardDockActionListener) - Method in class bibliothek.gui.dock.action.actions.AbstractStandardDockAction
 
removeDockActionListener(StandardDockActionListener) - Method in interface bibliothek.gui.dock.action.StandardDockAction
Removes a listener from this DockStation.
removeDockActionSourceListener(DockActionSourceListener) - Method in class bibliothek.gui.dock.action.AbstractDockActionSource
 
removeDockActionSourceListener(DockActionSourceListener) - Method in interface bibliothek.gui.dock.action.DockActionSource
Removes an earlier added listener.
removeDockActionSourceListener(DockActionSourceListener) - Method in class bibliothek.gui.dock.action.MultiDockActionSource
 
removeDockControllerListener(DockControllerListener) - Method in class bibliothek.gui.DockController
Removes an observer from this controller.
removeDockRegisterListener(DockRegisterListener) - Method in class bibliothek.gui.dock.control.DockRegister
Removes a listener from this register.
removeDockRelocatorListener(DockRelocatorListener) - Method in class bibliothek.gui.dock.control.DockRelocator
Removes a listener from this manager.
removeDockStationListener(DockStationListener) - Method in class bibliothek.gui.dock.station.AbstractDockableStation
 
removeDockStationListener(DockStationListener) - Method in class bibliothek.gui.dock.station.AbstractDockStation
 
removeDockStationListener(DockStationListener) - Method in class bibliothek.gui.dock.station.SplitDockStation
 
removeDockStationListener(DockStationListener) - Method in interface bibliothek.gui.DockStation
Removes a listener from this station.
removedOnPut - Variable in class bibliothek.gui.dock.control.DockRegister.StationListener
a set of Dockables which were removed during a drag and drop operation
removeDropDownActionListener(DropDownActionListener) - Method in class bibliothek.gui.dock.action.actions.SimpleDropDownAction
 
removeDropDownActionListener(DropDownActionListener) - Method in interface bibliothek.gui.dock.action.DropDownAction
Removes a listener from this action.
removeEmptyGroups - Variable in class bibliothek.gui.dock.action.actions.GroupedDockAction
whether empty groups should be removed automatically or not
removeFlapDockStationListener(FlapDockListener) - Method in class bibliothek.gui.dock.station.FlapDockStation
Removes an earlier added listener from this station.
removeFromList(Dockable) - Method in class bibliothek.gui.dock.station.SplitDockStation
Removes dockable from the list of children of this station, but does nothing more.
removeFromList(int) - Method in class bibliothek.gui.dock.station.SplitDockStation
Removes the child at index from this station, does not fire any events.
removeFrontendListener(DockFrontendListener) - Method in class bibliothek.gui.DockFrontend
Removes an earlier added listener from this frontend.
removeGlassPane(GlassedPane) - Method in class bibliothek.gui.dock.security.SecureMouseFocusObserver
Unregisters a previously added GlassPane.
removeGroup(Object) - Method in class bibliothek.gui.dock.action.actions.GroupedDockAction
Removes a group but only if the group is empty (no Dockables are registered in that group).
removeLeaf(Leaf) - Method in class bibliothek.gui.dock.station.SplitDockStation
Removes the specified leaf from the tree of this station, but does not remove the associated DockableDisplayer.
removeListener(DockStationListener) - Method in class bibliothek.gui.dock.station.support.DockStationListenerManager
Removes an earlier added listener.
removeListener(DockPropertyListener<A>) - Method in class bibliothek.gui.dock.util.DockProperties.Entry
Removes a listener from this entry.
removeListener(PropertyKey<A>, DockPropertyListener<A>) - Method in class bibliothek.gui.dock.util.DockProperties
Removes an earlier added listener.
removeMouseInputListener(MouseInputListener) - Method in class bibliothek.gui.dock.AbstractDockable
 
removeMouseInputListener(MouseInputListener) - Method in class bibliothek.gui.dock.station.SplitDockStation
 
removeMouseInputListener(MouseInputListener) - Method in class bibliothek.gui.dock.station.StackDockStation
 
removeMouseInputListener(MouseInputListener) - Method in class bibliothek.gui.dock.title.AbstractDockTitle
 
removeMouseInputListener(MouseInputListener) - Method in interface bibliothek.gui.dock.title.DockTitle
Removes a listener.
removeMouseInputListener(MouseInputListener) - Method in interface bibliothek.gui.Dockable
Removes a listener that was earlier added to this Dockable.
remover - Variable in class bibliothek.gui.DockController
remover of stations with none or one child
removeRoot(DockStation) - Method in class bibliothek.gui.DockFrontend
Removes a root from this frontend.
removeSelectableListener(SelectableDockActionListener) - Method in class bibliothek.gui.dock.action.actions.GroupedSelectableDockAction
 
removeSelectableListener(SelectableDockActionListener) - Method in class bibliothek.gui.dock.action.actions.SimpleSelectableAction
 
removeSelectableListener(SelectableDockActionListener) - Method in interface bibliothek.gui.dock.action.SelectableDockAction
Removes a listener from this action.
removeSplitDockStationListener(SplitDockListener) - Method in class bibliothek.gui.dock.station.SplitDockStation
Removes an earlier added listener.
removeTask(Runnable) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleColorAnimation
Removes a task which was earlier added to this animation.
removeTitle(Component) - Method in class bibliothek.gui.dock.DockableDisplayer
Removes the Component which represents the current title.
removeVetoListener(FocusVetoListener) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
Removes a listener from this controller
rename() - Method in class bibliothek.gui.dock.action.actions.RenameAction
Changes the name of the current Dockable to the text of the RenameAction.titleField.
rename(Dockable, String) - Method in class bibliothek.gui.dock.action.actions.RenameAction
Invoked when the action was triggered, and the user tipped in the new title for dockable.
rename(Dockable, String) - Method in class bibliothek.gui.dock.action.actions.RenameAction.RenameDefaultDockable
 
rename(Dockable, String) - Method in class bibliothek.gui.dock.action.actions.RenameAction.RenameFlapDockStation
 
rename(Dockable, String) - Method in class bibliothek.gui.dock.action.actions.RenameAction.RenameSplitDockStation
 
rename(Dockable, String) - Method in class bibliothek.gui.dock.action.actions.RenameAction.RenameStackDockStation
 
RenameAction - Class in bibliothek.gui.dock.action.actions
This DockAction can change the title-text of a Dockable.
RenameAction(DockController) - Constructor for class bibliothek.gui.dock.action.actions.RenameAction
Constructs a new action
RenameAction.RenameDefaultDockable - Class in bibliothek.gui.dock.action.actions
An implementation of RenameAction that can handle DefaultDockables.
RenameAction.RenameDefaultDockable(DockController) - Constructor for class bibliothek.gui.dock.action.actions.RenameAction.RenameDefaultDockable
Creates a new action
RenameAction.RenameFlapDockStation - Class in bibliothek.gui.dock.action.actions
An implementation of RenameAction that can handle FlapDockStations.
RenameAction.RenameFlapDockStation(DockController) - Constructor for class bibliothek.gui.dock.action.actions.RenameAction.RenameFlapDockStation
Creates a new action
RenameAction.RenameSplitDockStation - Class in bibliothek.gui.dock.action.actions
An implementation of RenameAction that can handle SplitDockStations.
RenameAction.RenameSplitDockStation(DockController) - Constructor for class bibliothek.gui.dock.action.actions.RenameAction.RenameSplitDockStation
Creates a new action
RenameAction.RenameStackDockStation - Class in bibliothek.gui.dock.action.actions
An implementation of RenameAction that can handle StackDockStations.
RenameAction.RenameStackDockStation(DockController) - Constructor for class bibliothek.gui.dock.action.actions.RenameAction.RenameStackDockStation
Creates a new action
RenameActionFactory - Class in bibliothek.gui.dock.action.actions
A factory creating RenameActions for a DockController.
RenameActionFactory(DockController) - Constructor for class bibliothek.gui.dock.action.actions.RenameActionFactory
Creates a new factory
repaint(int) - Method in class bibliothek.extension.gui.dock.theme.smooth.SmoothChanger
Triggered during a transition when the counter has been changed
replace(Dockable, Dockable) - Method in class bibliothek.gui.dock.station.FlapDockStation
 
replace(Dockable, Dockable) - Method in class bibliothek.gui.dock.station.ScreenDockStation
 
replace(Dockable, Dockable) - Method in class bibliothek.gui.dock.station.SplitDockStation
 
replace(Dockable, Dockable) - Method in class bibliothek.gui.dock.station.StackDockStation
 
replace(Dockable, Dockable) - Method in interface bibliothek.gui.DockStation
Replaces the child old by next which is not yet a child of this station.
ReplaceAction - Class in bibliothek.gui.dock.action.actions
A DockAction that can replace a DockStation by it's only child.
ReplaceAction(DockController) - Constructor for class bibliothek.gui.dock.action.actions.ReplaceAction
Sets up this action.
ReplaceAction.Listener - Class in bibliothek.gui.dock.action.actions
A listener changing the icon of this action
ReplaceAction.Listener() - Constructor for class bibliothek.gui.dock.action.actions.ReplaceAction.Listener
 
ReplaceActionGuard - Class in bibliothek.gui.dock.action.actions
An ActionGuard that adds a ReplaceAction to all elements that are Dockable and DockStation.
ReplaceActionGuard(DockController) - Constructor for class bibliothek.gui.dock.action.actions.ReplaceActionGuard
Creates a new guard
reput() - Method in class bibliothek.gui.dock.themes.basic.action.menu.MenuMenuHandler.Listener
Removes all items of the menu, and then adds them again.
reset() - Method in class bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonHandler
Sets all values of the BasicDropDownButtonHandler.filter to null.
resetTitles() - Method in class bibliothek.gui.dock.station.flap.ButtonPane
Ensures that all titles of the title-map, which was given to the constructor, are shown on this panel.
reshape(int, int, int, int) - Method in class bibliothek.gui.dock.themes.basic.BasicDockTitle
Deprecated. 
RIGHT - Static variable in class bibliothek.gui.dock.action.LocationHint
Used to indicate that this hint likes to stay right of the middle
right - Variable in class bibliothek.gui.dock.station.split.Node
The area of the right child is either at the right or at the bottom of the area of this node.
right - Variable in class bibliothek.gui.dock.station.StackDockStation.Insert
Whether the gap is left or right of StackDockStation.Insert.tab
RIGHT_OF_ALL - Static variable in class bibliothek.gui.dock.action.LocationHint
Used to indicate that this hint likes to stay as right as possible
Root - Class in bibliothek.gui.dock.station.split
The root of the tree that represents the internal structure of a SplitDockStation.
Root(SplitDockAccess) - Constructor for class bibliothek.gui.dock.station.split.Root
Creates a new root.
root - Variable in class bibliothek.gui.dock.station.split.SplitDockTree
the root of the tree
root(Dockable) - Method in class bibliothek.gui.dock.station.split.SplitDockTree
Sets dockable as root, and returns a key to the root.
root(SplitDockTree.Key) - Method in class bibliothek.gui.dock.station.split.SplitDockTree
Sets key as the root of the tree.
root - Variable in class bibliothek.gui.dock.station.SplitDockStation
The root of the tree which determines the structure of this station
root - Variable in class bibliothek.gui.DockFrontend.DockInfo
The name of the root on which DockFrontend.DockInfo.dockable was, when it was made invisible
roots - Variable in class bibliothek.gui.DockFrontend
The roots of this frontend
ROSYBROWN - Static variable in class bibliothek.util.Colors
 
RoundButton - Class in bibliothek.extension.gui.dock.theme.bubble
 
RoundButton(BubbleTheme, BasicTrigger) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.RoundButton
 
RoundDropDownButton - Class in bibliothek.extension.gui.dock.theme.bubble
A button which can be pressed by the user either to execute a DockAction or to show a popup-menu with a selection of DockActions.
RoundDropDownButton(BubbleTheme, BasicDropDownButtonHandler) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.RoundDropDownButton
Creates a new button
ROYALBLUE - Static variable in class bibliothek.util.Colors
 
run() - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleStackDockComponent.Tab
 

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