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.dock.facile.action.ReplaceActionGuard
 
react(Dockable) - Method in class bibliothek.gui.dock.support.action.ModeTransitionManager
 
react(Dockable) - Method in class bibliothek.gui.DockFrontend.Hider
 
read(File) - Method in class bibliothek.gui.dock.common.CControl
Reads the current and other known layouts from file.
This is the same as calling getResources().readFile( file ).
read(DataInputStream) - Method in class bibliothek.gui.dock.common.CControl
Reads the current and other known layouts from in.
This is the same as calling getResources().readStream( out ).
read(MultipleCDockableLayout) - Method in class bibliothek.gui.dock.common.EmptyMultipleCDockableFactory
 
read(DataInputStream) - Method in class bibliothek.gui.dock.common.intern.CommonMultipleDockableFactory
 
read(XElement) - Method in class bibliothek.gui.dock.common.intern.CommonMultipleDockableFactory
 
read(DataInputStream) - Method in class bibliothek.gui.dock.common.intern.CommonSingleDockableFactory
 
read(XElement) - Method in class bibliothek.gui.dock.common.intern.CommonSingleDockableFactory
 
read(DockSituation, PropertyTransformer, boolean, DataInputStream) - Method in class bibliothek.gui.dock.common.intern.CSetting
 
read(L) - Method in interface bibliothek.gui.dock.common.MultipleCDockableFactory
Creates a MultipleCDockable that gets its layout from layout.
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.facile.action.StateManager.StateManagerSetting
 
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(ModeTransitionConverter<A, B>, DataInputStream) - Method in class bibliothek.gui.dock.support.action.ModeTransitionManager
Reads the properties of this manager.
read(DataInputStream) - Method in class bibliothek.gui.dock.support.action.ModeTransitionSetting
Clears all properties of this setting and then reads new properties from in.
read(DataInputStream) - Method in class bibliothek.gui.dock.support.lookandfeel.LookAndFeelList
Reads which LookAndFeel was used earlier and calls setLookAndFeel to set the old LookAndFeel.
read(DataInputStream) - Method in interface bibliothek.gui.dock.support.util.ApplicationResource
Reads the content of this resource from a stream of bytes.
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.
readArray(byte[]) - Method in class bibliothek.gui.dock.support.util.ApplicationResourceManager
Reads the contents of this manager from an array of bytes.
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.
readFile(File) - Method in class bibliothek.gui.dock.support.util.ApplicationResourceManager
Reads the contents of this manager from file.
readPreferences() - Method in class bibliothek.gui.dock.support.util.ApplicationResourceManager
Reads the content of this manager from the Preferences that represent the package of ApplicationResourceManager.
readProperty(DataInputStream) - Method in class bibliothek.gui.dock.facile.action.StateManager.LocationConverter
 
readProperty(DataInputStream) - Method in interface bibliothek.gui.dock.support.action.ModeTransitionConverter
Reads a single property.
readPropertyXML(XElement) - Method in class bibliothek.gui.dock.facile.action.StateManager.LocationConverter
 
readPropertyXML(XElement) - Method in interface bibliothek.gui.dock.support.action.ModeTransitionConverter
Reads a single property.
readStream(DataInputStream) - Method in interface bibliothek.gui.dock.common.MultipleCDockableLayout
Reads the content of this layout from out.
readStream(DataInputStream) - Method in class bibliothek.gui.dock.support.util.ApplicationResourceManager
Lets all ApplicationResources read from in.
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.common.intern.CSetting
 
readXML(XElement) - Method in interface bibliothek.gui.dock.common.MultipleCDockableLayout
Reads the content of this layout from element.
readXML(XElement) - Method in class bibliothek.gui.dock.facile.action.StateManager.StateManagerSetting
 
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.dock.support.action.ModeTransitionSetting
Clears all properties of this setting and then reads new properties from element.
readXML(XElement) - Method in class bibliothek.gui.dock.support.lookandfeel.LookAndFeelList
Reads which LookAndFeel was used earlier and calls setLookAndFeel to set the old LookAndFeel.
readXML(XElement) - Method in interface bibliothek.gui.dock.support.util.ApplicationResource
Reads the contents of this resource from a xml element.
readXML(XElement) - Method in class bibliothek.gui.dock.support.util.ApplicationResourceManager
Reads the contents of this manager from a 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).
rebuild(Dockable) - Method in class bibliothek.gui.dock.common.intern.CStateManager
 
rebuild(Dockable) - Method in class bibliothek.gui.dock.support.action.ModeTransitionManager
Called when the list of actions for dockable has to be rebuild.
rebuildAll() - Method in class bibliothek.gui.dock.support.action.ModeTransitionManager
Called when the list of actions has to be rebuilt for each Dockable.
rectangle(double, double, double, double) - Method in class bibliothek.gui.dock.common.location.CSplitLocation
Creates a location which occupies a sub-rectangle of the SplitDockStation which is described by this location.
RectEclipseBorder - Class in bibliothek.extension.gui.dock.theme.eclipse
This border paints a thin line.
RectEclipseBorder(DockController, 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
 
reduceToEmpty(Dockable) - Method in class bibliothek.gui.dock.support.action.ModeTransitionManager
Removes dockable itself, put the properties of dockable remain in the system.
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
registerColors(String, LookAndFeelColors) - Method in class bibliothek.gui.DockUI
Registeres a new LookAndFeelColors.
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(int) - Method in class bibliothek.gui.dock.common.action.CDropDownButton
Removes the action at location index.
remove(CAction) - Method in class bibliothek.gui.dock.common.action.CDropDownButton
Removes an action from this menu
remove(int) - Method in class bibliothek.gui.dock.common.action.CMenu
Removes the action at location index.
remove(CAction) - Method in class bibliothek.gui.dock.common.action.CMenu
Removes an action from this menu
remove(CRadioButton) - Method in class bibliothek.gui.dock.common.action.CRadioGroup
Removes a button from this group
remove(CStation) - Method in class bibliothek.gui.dock.common.CControl
Removes a CStation from this control.
remove(SingleCDockable) - Method in class bibliothek.gui.dock.common.CControl
Removes a dockable from this control.
remove(MultipleCDockable) - Method in class bibliothek.gui.dock.common.CControl
Removes a dockable from this control.
remove(String, D) - Method in class bibliothek.gui.dock.common.intern.color.ColorTransmitter
 
remove(String) - Method in class bibliothek.gui.dock.common.intern.CommonSingleDockableFactory
Removes a factory from this.
remove(Component) - Method in class bibliothek.gui.dock.control.ComponentHierarchyObserver
Removes component and all its children from the set of known Components.
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(String) - Method in class bibliothek.gui.dock.facile.action.StateManager
Removes the DockStation name from this manager.
remove(int) - Method in class bibliothek.gui.dock.facile.menu.FreeMenuPiece
 
remove(Component) - Method in class bibliothek.gui.dock.facile.menu.FreeMenuPiece
 
remove(MenuPiece) - Method in class bibliothek.gui.dock.facile.menu.NodeMenuPiece
Removes a child from this piece.
remove(int) - Method in class bibliothek.gui.dock.facile.menu.NodeMenuPiece
Removes a child from this piece.
remove(ThemeFactory) - Method in class bibliothek.gui.dock.facile.menu.ThemeMenuPiece
Removes the item of factory.
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, Dockable) - Method in class bibliothek.gui.dock.focus.AbstractDockableSelection
Called when a dockable is no longer selectable.
remove(int, Dockable) - Method in class bibliothek.gui.dock.focus.DefaultDockableSelection
 
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(Dockable) - Method in class bibliothek.gui.dock.support.action.ModeTransitionManager
Removes the properties that belong to dockable.
remove(LookAndFeelList.Info) - Method in class bibliothek.gui.dock.support.lookandfeel.LookAndFeelList
Removes the LookAndFeel at location index from this list.
remove(int) - Method in class bibliothek.gui.dock.support.lookandfeel.LookAndFeelList
Removes a LookAndFeel from this list.
remove(Component) - Method in class bibliothek.gui.dock.support.menu.BaseMenuPiece
Removes item from the menu.
remove(int) - Method in class bibliothek.gui.dock.support.menu.BaseMenuPiece
Removes the index'th item of this piece.
remove(MenuPiece, int, int) - Method in interface bibliothek.gui.dock.support.menu.MenuPieceListener
Removes an item from the menu.
remove(String) - Method in class bibliothek.gui.dock.support.util.ApplicationResourceManager
Removes a resources that was earlier added to this manager.
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.
removeAction(int) - Method in class bibliothek.gui.dock.common.intern.DefaultCDockable
Removes an action from this dockable
removeAction(CAction) - Method in class bibliothek.gui.dock.common.intern.DefaultCDockable
Removes an action from this dockable.
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
removeAll() - Method in class bibliothek.gui.dock.support.menu.BaseMenuPiece
Removes all items of this piece.
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.
removeCDockablePropertyListener(CDockablePropertyListener) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
 
removeCDockablePropertyListener(CDockablePropertyListener) - Method in interface bibliothek.gui.dock.common.intern.CDockable
Removes a property listener from this dockable.
removeCDockablePropertyListener(CDockablePropertyListener) - Method in class bibliothek.gui.dock.common.intern.CListenerCollection
Removes a listener from this collection.
removeCDockableStateListener(CDockableStateListener) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
 
removeCDockableStateListener(CDockableStateListener) - Method in interface bibliothek.gui.dock.common.intern.CDockable
Removes a state listener from this dockable.
removeCDockableStateListener(CDockableStateListener) - Method in class bibliothek.gui.dock.common.intern.CListenerCollection
Removes a listener from this collection
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
removeComponentCollector(ComponentCollector) - Method in class bibliothek.gui.dock.support.lookandfeel.LookAndFeelList
Removes an earlier added set of roots.
removeContentArea(CContentArea) - Method in class bibliothek.gui.dock.common.CControl
Removes content from the list of known contentareas.
removeControlListener(CControlListener) - Method in class bibliothek.gui.dock.common.CControl
Removes a listener from this control.
removed(CControl, CDockable) - Method in interface bibliothek.gui.dock.common.event.CControlListener
Called when dockable has been removed.
removed(Dockable) - Method in class bibliothek.gui.dock.common.intern.CStateManager
 
removed(ComponentHierarchyObserverEvent) - 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.
removed(Dockable) - Method in class bibliothek.gui.dock.support.action.ModeTransitionManager
Called after a Dockable was removed from this managar.
removeDestroyHook(DestroyHook) - Method in class bibliothek.gui.dock.common.CControl
Removes a destroy-hook from this CControl.
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.
removeDockableSelectionListener(DockableSelectionListener) - Method in class bibliothek.gui.dock.focus.AbstractDockableSelection
 
removeDockableSelectionListener(DockableSelectionListener) - Method in interface bibliothek.gui.dock.focus.DockableSelection
Removes a listener that gets informed when the state of this selection changes.
removeDockableSelectionListener(DockableSelectionListener) - Method in class bibliothek.gui.DockController
Removes a listener from this controller.
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.
removeDoubleClickListener(CDoubleClickListener) - Method in class bibliothek.gui.dock.common.CControl
Removes a listener from this control.
removeDoubleClickListener(CDoubleClickListener) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
 
removeDoubleClickListener(CDoubleClickListener) - Method in interface bibliothek.gui.dock.common.intern.CDockable
Removes a listener from this dockable.
removeDoubleClickListener(CDoubleClickListener) - Method in class bibliothek.gui.dock.common.intern.CListenerCollection
Removes a listener from this collection.
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.dock.support.action.ModeTransitionManager
Removes the entry for name but only if the entry is not associated with any Dockable.
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.
removeFocusListener(CFocusListener) - Method in class bibliothek.gui.dock.common.CControl
Removes a listener from this control.
removeFocusListener(CFocusListener) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
 
removeFocusListener(CFocusListener) - Method in interface bibliothek.gui.dock.common.intern.CDockable
Removes a focus listener from this dockable.
removeFocusListener(CFocusListener) - Method in class bibliothek.gui.dock.common.intern.CListenerCollection
Removes a listener from this collection.
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.
removeGlobalKeyListener(KeyListener) - Method in class bibliothek.gui.dock.common.CControl
Removes a global KeyListener from this control.
removeGlobalListener(KeyListener) - Method in class bibliothek.gui.dock.control.KeyboardController
Removes a listener from this controller.
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).
removeKeybaordListener(CKeyboardListener) - Method in class bibliothek.gui.dock.common.CControl
Removes a listener from this control.
removeKeyboardListener(CKeyboardListener) - Method in class bibliothek.gui.dock.common.intern.AbstractCDockable
 
removeKeyboardListener(CKeyboardListener) - Method in interface bibliothek.gui.dock.common.intern.CDockable
Removes a listener from this dockable.
removeKeyboardListener(CKeyboardListener) - Method in class bibliothek.gui.dock.common.intern.CListenerCollection
Removes a listener from this collection.
removeLayoutComponent(Component) - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.tab.TabStripLayoutManager
 
removeListener(ColorMapListener) - Method in class bibliothek.gui.dock.common.ColorMap
Removes a listener from this map.
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(MenuPieceListener) - Method in class bibliothek.gui.dock.support.menu.MenuPiece
Removes a listener to this piece.
removeListener(PropertyKey<A>, DockPropertyListener<A>) - Method in class bibliothek.gui.dock.util.DockProperties
Removes an earlier added listener.
removeListener(LookAndFeelColorsListener) - Method in class bibliothek.gui.dock.util.laf.AbstractLookAndFeelColors
 
removeListener(LookAndFeelColorsListener) - Method in interface bibliothek.gui.dock.util.laf.LookAndFeelColors
Removes a listener from this object.
removeLookAndFeelColorsListener(LookAndFeelColorsListener) - Method in class bibliothek.gui.DockUI
Removes a listener from this DockUI.
removeLookAndFeelListener(LookAndFeelListener) - Method in class bibliothek.gui.dock.support.lookandfeel.LookAndFeelList
Removes a listener from this list.
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
 
removePropertyListener(CDockablePropertyListener) - Method in class bibliothek.gui.dock.common.CControl
Removes a global listener from this control.
removeResizeRequestListener(ResizeRequestListener) - Method in class bibliothek.gui.dock.common.CControl
Removes a ResizeRequestListener from this CControl.
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.
removeSingleBackupFactory(String) - Method in class bibliothek.gui.dock.common.CControl
Removes a backup factory from this control.
removeSplitDockStationListener(SplitDockListener) - Method in class bibliothek.gui.dock.SplitDockStation
Removes an earlier added listener.
removeStateListener(CDockableStateListener) - Method in class bibliothek.gui.dock.common.CControl
Removes a global state listener.
removeTab(int) - Method in class bibliothek.extension.gui.dock.theme.eclipse.rex.RexTabbedComponent
 
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
rename(Dockable, String) - Method in class bibliothek.gui.dock.facile.action.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.facile.action.RenameAction.RenameDefaultDockable
 
rename(Dockable, String) - Method in class bibliothek.gui.dock.facile.action.RenameAction.RenameFlapDockStation
 
rename(Dockable, String) - Method in class bibliothek.gui.dock.facile.action.RenameAction.RenameSplitDockStation
 
rename(Dockable, String) - Method in class bibliothek.gui.dock.facile.action.RenameAction.RenameStackDockStation
 
RenameAction - Class in bibliothek.gui.dock.facile.action
This DockAction can change the title-text of a Dockable.
RenameAction(DockController) - Constructor for class bibliothek.gui.dock.facile.action.RenameAction
Constructs a new action
RenameAction.RenameDefaultDockable - Class in bibliothek.gui.dock.facile.action
An implementation of RenameAction that can handle DefaultDockables.
RenameAction.RenameDefaultDockable(DockController) - Constructor for class bibliothek.gui.dock.facile.action.RenameAction.RenameDefaultDockable
Creates a new action
RenameAction.RenameFlapDockStation - Class in bibliothek.gui.dock.facile.action
An implementation of RenameAction that can handle FlapDockStations.
RenameAction.RenameFlapDockStation(DockController) - Constructor for class bibliothek.gui.dock.facile.action.RenameAction.RenameFlapDockStation
Creates a new action
RenameAction.RenameSplitDockStation - Class in bibliothek.gui.dock.facile.action
An implementation of RenameAction that can handle SplitDockStations.
RenameAction.RenameSplitDockStation(DockController) - Constructor for class bibliothek.gui.dock.facile.action.RenameAction.RenameSplitDockStation
Creates a new action
RenameAction.RenameStackDockStation - Class in bibliothek.gui.dock.facile.action
An implementation of RenameAction that can handle StackDockStations.
RenameAction.RenameStackDockStation(DockController) - Constructor for class bibliothek.gui.dock.facile.action.RenameAction.RenameStackDockStation
Creates a new action
RenameActionFactory - Class in bibliothek.gui.dock.facile.action
A factory creating RenameActions for a DockController.
RenameActionFactory(DockController) - Constructor for class bibliothek.gui.dock.facile.action.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.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.
ReplaceAction - Class in bibliothek.gui.dock.facile.action
A DockAction that can replace a DockStation by it's only child.
ReplaceAction(DockController) - Constructor for class bibliothek.gui.dock.facile.action.ReplaceAction
Sets up this action.
ReplaceActionGuard - Class in bibliothek.gui.dock.facile.action
An ActionGuard that adds a ReplaceAction to all elements that are Dockable and DockStation.
ReplaceActionGuard(DockController) - Constructor for class bibliothek.gui.dock.facile.action.ReplaceActionGuard
Creates a new guard
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. 
resizeLockedChanged(CDockable) - Method in class bibliothek.gui.dock.common.event.CDockableAdapter
 
resizeLockedChanged(CDockable) - Method in interface bibliothek.gui.dock.common.event.CDockablePropertyListener
Called when the CDockable.isResizeLocked()-property has changed.
ResizeRequestListener - Interface in bibliothek.gui.dock.common.event
A listener added to a CControl.
Resources - Class in bibliothek.gui.dock.support.util
A set of resources available through the whole framework
Resources() - Constructor for class bibliothek.gui.dock.support.util.Resources
 
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.
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 - Variable in class bibliothek.gui.dock.focus.AbstractDockableSelection
Action called when the right arrow key was pressed.
right() - Method in class bibliothek.gui.dock.focus.AbstractDockableSelection
Called when a right arrow key was pressed.
right() - Method in class bibliothek.gui.dock.focus.DefaultDockableSelection
 
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.
RootMenuPiece - Class in bibliothek.gui.dock.facile.menu
The root of a tree of MenuPieces.
RootMenuPiece() - Constructor for class bibliothek.gui.dock.facile.menu.RootMenuPiece
Creates a new root-piece, using a normal JMenu to inserts its content.
RootMenuPiece(String, boolean, MenuPiece...) - Constructor for class bibliothek.gui.dock.facile.menu.RootMenuPiece
Creates a new root-piece, using a normal JMenu.
RootMenuPiece(JMenu) - Constructor for class bibliothek.gui.dock.facile.menu.RootMenuPiece
Creates a new root-piece.
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