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
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.TypedActionGuard
 
react(Dockable) - Method in class bibliothek.gui.DockFrontend.Hider
 
read(DataInputStream) - Method in class bibliothek.gui.dock.dockable.DefaultDockableFactory
 
read(XElement) - Method in class bibliothek.gui.dock.dockable.DefaultDockableFactory
 
read(DataInputStream) - Method in interface bibliothek.gui.dock.DockFactory
Reads a layout from a stream.
read(XElement) - Method in interface bibliothek.gui.dock.DockFactory
Reads a layout from an xml-element.
read(DockFrontend, String) - Method in class bibliothek.gui.dock.event.DockFrontendAdapter
 
read(DockFrontend, String) - Method in interface bibliothek.gui.dock.event.DockFrontendListener
Called when a setting was read.
read(DataInputStream) - Method in class bibliothek.gui.dock.frontend.RegisteringDockFactory
 
read(XElement) - Method in class bibliothek.gui.dock.frontend.RegisteringDockFactory
 
read(DockSituation, PropertyTransformer, boolean, DataInputStream) - Method in class bibliothek.gui.dock.frontend.Setting
Reads the properties of this setting.
read(byte[]) - Method in class bibliothek.gui.dock.layout.DockSituation
Reads data as stream and returns the roots of the DockElements which were found.
read(DataInputStream) - Method in class bibliothek.gui.dock.layout.DockSituation
Reads in and returns the roots of the DockElements which were found.
read(DataInputStream) - Method in class bibliothek.gui.dock.layout.PropertyTransformer
Reads a property which was earlier stored.
read(DataInputStream) - Method in class bibliothek.gui.dock.station.flap.FlapDockStationFactory
 
read(XElement) - Method in class bibliothek.gui.dock.station.flap.FlapDockStationFactory
 
read(DataInputStream) - Method in class bibliothek.gui.dock.station.screen.ScreenDockStationFactory
 
read(XElement) - Method in class bibliothek.gui.dock.station.screen.ScreenDockStationFactory
 
read(DataInputStream) - Method in class bibliothek.gui.dock.station.split.SplitDockStationFactory
 
read(XElement) - Method in class bibliothek.gui.dock.station.split.SplitDockStationFactory
 
read(DataInputStream) - Method in class bibliothek.gui.dock.station.stack.StackDockStationFactory
 
read(XElement) - Method in class bibliothek.gui.dock.station.stack.StackDockStationFactory
 
read(DataInputStream) - Method in class bibliothek.gui.DockFrontend
Reads the settings of this frontend from in.
read(boolean, DataInputStream) - Method in class bibliothek.gui.DockFrontend
Calls first DockFrontend.createSetting() and then Setting.read(DockSituation, PropertyTransformer, boolean, DataInputStream).
read(DataInputStream) - Static method in class bibliothek.util.Version
Reads a version that was stored earlier.
read(InputStream, String) - Static method in class bibliothek.util.xml.XIO
Reads a xml file provided from in using encoding as encoding.
read(CharSequence) - Static method in class bibliothek.util.xml.XIO
Interprets text as a xml-file and reads it.
read(InputSource) - Static method in class bibliothek.util.xml.XIO
Reads a xml-file from source.
read(Reader) - Static method in class bibliothek.util.xml.XIO
Reads a xml file provided from reader.
readComposition(DataInputStream) - Method in class bibliothek.gui.dock.layout.DockSituation
Reads one DockLayoutComposition and all its children.
readCompositionXML(XElement) - Method in class bibliothek.gui.dock.layout.DockSituation
Reads a DockLayoutComposition from an xml element.
readUTF(InputStream) - Static method in class bibliothek.util.xml.XIO
Reads a xml file provided from in using UTF-8 as encoding.
readXML(DockSituation, PropertyTransformer, boolean, XElement) - Method in class bibliothek.gui.dock.frontend.Setting
Reads the properties of this setting.
readXML(XElement) - Method in class bibliothek.gui.dock.layout.DockSituation
Reads a set of DockStations that were stored earlier.
readXML(XElement) - Method in class bibliothek.gui.dock.layout.PropertyTransformer
Reads a DockableProperty and its successors from an xml element.
readXML(XElement) - Method in class bibliothek.gui.DockFrontend
Reads the contents of this frontend from an xml element.
readXML(boolean, XElement) - Method in class bibliothek.gui.DockFrontend
Calls DockFrontend.createSetting() and then Setting.readXML(DockSituation, PropertyTransformer, boolean, XElement).
RectEclipseBorder - Class in bibliothek.extension.gui.dock.theme.eclipse
This border paints a thin line.
RectEclipseBorder(boolean) - Constructor for class bibliothek.extension.gui.dock.theme.eclipse.RectEclipseBorder
Creates a new border.
RectGradientPainter - Class in bibliothek.extension.gui.dock.theme.eclipse.rex.tab
 
RectGradientPainter(RexTabbedComponent, DockController, StackDockStation, Dockable, int) - Constructor for class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.RectGradientPainter
 
ReducedBubbleTitleFactory - Class in bibliothek.extension.gui.dock.theme.bubble
A factory creating instances of BubbleDockTitle.
ReducedBubbleTitleFactory() - Constructor for class bibliothek.extension.gui.dock.theme.bubble.ReducedBubbleTitleFactory
 
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.ScreenDockStation
Invoked after a new ScreenDockDialog has been created.
register(String, DockTitleFactory, Priority) - Method in class bibliothek.gui.dock.title.DockTitleManager
Registers a factory for the given key
registerBackupFactory(DockFactory<? extends Dockable, ?>) - Method in class bibliothek.gui.DockFrontend
Register a backup factory.
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(DockFactory<? extends Dockable, ?>, boolean) - 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.
RegisteringDockFactory<D extends Dockable,L> - Class in bibliothek.gui.dock.frontend
A DockFactory that wrapps around another factory and adds all elements that are read through RegisteringDockFactory.layout(BackupFactoryData) or RegisteringDockFactory.layout(BackupFactoryData, Map) to a DockFrontend.
RegisteringDockFactory(DockFrontend, DockFactory<D, L>) - Constructor for class bibliothek.gui.dock.frontend.RegisteringDockFactory
Creates a new factory
registerTheme(String, DockTitleFactory) - Method in class bibliothek.gui.dock.title.DockTitleManager
Registers a factory with theme-priority
registerTheme(Class<T>, ResourceBundle) - Method in class bibliothek.gui.DockUI
Registers a factory for theme.
registerTheme(ThemeFactory) - Method in class bibliothek.gui.DockUI
Stores a new theme.
reinitializeTabs() - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.RexTabbedComponent
 
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.
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.
remove(int) - Method in class bibliothek.extension.gui.dock.theme.eclipse.EclipseStackDockComponent
 
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(Dockable) - Method in class bibliothek.gui.dock.FlapDockStation
Removes dockable from this station
remove(int) - Method in class bibliothek.gui.dock.FlapDockStation
Removes the child with the given index from this station.
remove(int) - Method in class bibliothek.gui.dock.StackDockStation
Removes the child of location index.
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(DockColor) - Method in class bibliothek.gui.dock.util.color.ColorManager
Uninstalls an observer
remove(String, D) - Method in interface bibliothek.gui.dock.util.color.ColorProvider
Removes a listener for some type of color from this provider.
remove(String, D) - Method in class bibliothek.gui.dock.util.color.MultiColorProvider
 
remove(String, IconManagerListener) - Method in class bibliothek.gui.dock.util.IconManager
Removes a listener from this manager.
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.
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.extension.gui.dock.theme.eclipse.EclipseStackDockComponent
 
removeAll() - Method in class bibliothek.gui.dock.action.DefaultDockActionSource
Removes all actions stored in this source.
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
removeAllDockables() - Method in class bibliothek.gui.dock.SplitDockStation
Removes all children from this station.
removeAllTabs() - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.RexTabbedComponent
 
removeBackup(String) - Method in class bibliothek.gui.dock.layout.PredefinedDockSituation
Removes the backup factory with the name id.
removeChangeListener(ChangeListener) - Method in class bibliothek.extension.gui.dock.theme.eclipse.EclipseStackDockComponent
 
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.
removeColor(AbstractDockColor) - Method in class bibliothek.gui.dock.title.AbstractDockTitle
Removes a color from this title
removed(DockController, List<Component>) - Method in interface bibliothek.gui.dock.event.ComponentHierarchyObserverListener
Called when some Components have left the realm of controller.
removed(DockFrontend, Dockable) - Method in class bibliothek.gui.dock.event.DockFrontendAdapter
 
removed(DockFrontend, Dockable) - Method in interface bibliothek.gui.dock.event.DockFrontendListener
Informs this listener that dockable has been removed from the list of known Dockables of frontend.
removeDisplayer(DockableDisplayer, boolean) - Method in interface bibliothek.gui.dock.station.split.SplitDockAccess
Removes a DockableDisplayer from the station.
removeDockable(Component) - Method in class bibliothek.extension.gui.dock.theme.bubble.BubbleDisplayer
 
removeDockable(Dockable) - Method in class bibliothek.gui.dock.ScreenDockStation
Removes the dockable from this station.
removeDockable(int) - Method in class bibliothek.gui.dock.ScreenDockStation
Removes the index'th Dockable of this station.
removeDockable(Dockable) - Method in class bibliothek.gui.dock.SplitDockStation
Removes dockable from this station.
removeDockable(Component) - Method in class bibliothek.gui.dock.themes.basic.BasicDockableDisplayer
Removes the Component which represents the current dockable.
removeDockableFocusListener(DockableFocusListener) - Method in class bibliothek.gui.DockController
Removes a listener from this controller.
removeDockableListener(DockableListener) - Method in class bibliothek.gui.dock.dockable.AbstractDockable
 
removeDockableListener(DockableListener) - Method in class bibliothek.gui.dock.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.FilteredDockActionSource
 
removeDockActionSourceListener(DockActionSourceListener) - Method in class bibliothek.gui.dock.action.HierarchyDockActionSource
 
removeDockActionSourceListener(DockActionSourceListener) - Method in class bibliothek.gui.dock.action.MultiDockActionSource
 
removeDockHierarchyListener(DockHierarchyListener) - Method in class bibliothek.gui.dock.dockable.AbstractDockable
 
removeDockHierarchyListener(DockHierarchyListener) - Method in class bibliothek.gui.dock.dockable.DockHierarchyObserver
Removes an earlier stored listener.
removeDockHierarchyListener(DockHierarchyListener) - Method in class bibliothek.gui.dock.SplitDockStation
 
removeDockHierarchyListener(DockHierarchyListener) - Method in interface bibliothek.gui.Dockable
Removes a hierarchy-listener from this Dockable.
Note: when using a DockHierarchyObserver, forward the call directly to DockHierarchyObserver.removeDockHierarchyListener(DockHierarchyListener)
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.SplitDockStation
 
removeDockStationListener(DockStationListener) - Method in class bibliothek.gui.dock.station.AbstractDockableStation
 
removeDockStationListener(DockStationListener) - Method in class bibliothek.gui.dock.station.AbstractDockStation
 
removeDockStationListener(DockStationListener) - Method in interface bibliothek.gui.DockStation
Removes a listener from this station.
removeDockTitleBindingListener(DockTitleBindingListener) - Method in class bibliothek.gui.DockController
Removes the observer listener from this controller.
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.
removeEmpty(String) - Method in class bibliothek.gui.DockFrontend
Removes the properties of a non existing Dockable and/or changes the flag to store information about the non existing Dockablename to false.
removeFlapDockStationListener(FlapDockListener) - Method in class bibliothek.gui.dock.FlapDockStation
Removes an earlier added listener from this station.
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).
removeLayoutComponent(Component) - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.TabStripLayoutManager
 
removeListener(ComponentHierarchyObserverListener) - Method in class bibliothek.gui.dock.control.ComponentHierarchyObserver
Removes a listener from this observer.
removeListener(DoubleClickListener) - Method in class bibliothek.gui.dock.control.DoubleClickController
Removes a listener from this controller.
removeListener(KeyboardListener) - Method in class bibliothek.gui.dock.control.KeyboardController
Removes a listener from this controller.
removeListener(L) - Method in class bibliothek.gui.dock.event.LocatedListenerList
Removes a list of the list of listeners.
removeListener(DockStationListener) - Method in class bibliothek.gui.dock.station.support.DockStationListenerManager
Removes an earlier added listener.
removeListener(PropertyKey<A>, DockPropertyListener<A>) - Method in class bibliothek.gui.dock.util.DockProperties
Removes an earlier added listener.
removeMode(DockRelocatorMode) - Method in class bibliothek.gui.dock.control.DockRelocator
Removes a mode that has earlier been added to this relocator.
removeMouseInputListener(MouseInputListener) - Method in class bibliothek.gui.dock.dockable.AbstractDockable
 
removeMouseInputListener(MouseInputListener) - Method in class bibliothek.gui.dock.SplitDockStation
 
removeMouseInputListener(MouseInputListener) - Method in class bibliothek.gui.dock.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.
removeMouseListener(MouseListener) - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.DockTitleTab
 
removeMouseListener(MouseListener) - Method in interface bibliothek.extension.gui.dock.theme.eclipse.rex.tab.TabComponent
 
removeMouseMotionListener(MouseMotionListener) - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.DockTitleTab
 
removeMouseMotionListener(MouseMotionListener) - Method in interface bibliothek.extension.gui.dock.theme.eclipse.rex.tab.TabComponent
 
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.SplitDockStation
Removes an earlier added listener.
removeTab(Dockable) - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.RexTabbedComponent
 
removeTabListener(TabListener) - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.RexTabbedComponent
 
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.themes.basic.BasicDockableDisplayer
Removes the Component which represents the current title.
removeUIListener(UIListener) - Method in class bibliothek.gui.DockController
Removes a listener from this controller.
removeVetoListener(FocusVetoListener) - Method in class bibliothek.gui.dock.control.MouseFocusObserver
Removes a listener from this controller
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.FlapDockStation
 
replace(Dockable, Dockable) - Method in class bibliothek.gui.dock.ScreenDockStation
 
replace(Dockable, Dockable) - Method in class bibliothek.gui.dock.SplitDockStation
 
replace(Dockable, Dockable) - Method in class bibliothek.gui.dock.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.
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. 
RexSystemColor - Class in bibliothek.extension.gui.dock.theme.eclipse.rex
 
RexTabbedComponent - Class in bibliothek.extension.gui.dock.theme.eclipse.rex
 
RexTabbedComponent(EclipseTheme, DockStation) - Constructor for class bibliothek.extension.gui.dock.theme.eclipse.rex.RexTabbedComponent
Creates a new tabbed component.
RexTabbedComponent.TabEntry - Class in bibliothek.extension.gui.dock.theme.eclipse.rex
 
RexTabbedComponent.TabEntry() - Constructor for class bibliothek.extension.gui.dock.theme.eclipse.rex.RexTabbedComponent.TabEntry
 
RexTabStrip - Class in bibliothek.extension.gui.dock.theme.eclipse.rex
 
RexTabStrip(RexTabbedComponent) - Constructor for class bibliothek.extension.gui.dock.theme.eclipse.rex.RexTabStrip
 
RIGHT - Static variable in class bibliothek.extension.gui.dock.theme.eclipse.rex.RexTabbedComponent
 
RIGHT - Static variable in class bibliothek.gui.dock.action.LocationHint
Used to indicate that this hint likes to stay right of the middle
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(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(SplitDockTree.Key) - Method in class bibliothek.gui.dock.station.split.SplitDockTreeFactory
 
root(N) - Method in interface bibliothek.gui.dock.station.split.SplitTreeFactory
Informs about the node that is the root.
RoundButton - Class in bibliothek.extension.gui.dock.theme.bubble
A round button is a button that has a oval form.
RoundButton(BasicTrigger, Dockable, DockAction) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.RoundButton
Creates a new round button.
RoundButtonConnectable - Interface in bibliothek.extension.gui.dock.theme.bubble
An element which can use a DockController.
RoundButtonViewItem - Class in bibliothek.extension.gui.dock.theme.bubble
A BasicTitleViewItem that connects a RoundButton with the DockController when bound and when a controller is available.
RoundButtonViewItem(Dockable, BasicTitleViewItem<JComponent>, RoundButtonConnectable) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.RoundButtonViewItem
Creates a new view item.
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(BasicDropDownButtonHandler, Dockable, DockAction) - Constructor for class bibliothek.extension.gui.dock.theme.bubble.RoundDropDownButton
Creates a new button
RoundRectButton - Class in bibliothek.extension.gui.dock.theme.eclipse
A button that has a round rect shape.
RoundRectButton(BasicTrigger) - Constructor for class bibliothek.extension.gui.dock.theme.eclipse.RoundRectButton
Creates a new roundrect button.
RoundRectDropDownButton - Class in bibliothek.extension.gui.dock.theme.eclipse
A button with a shape of a roundrect, displaying a DropDownAction.
RoundRectDropDownButton(BasicDropDownButtonHandler) - Constructor for class bibliothek.extension.gui.dock.theme.eclipse.RoundRectDropDownButton
Creates a new button
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