Uses of Class
bibliothek.util.FrameworkOnly

Packages that use FrameworkOnly
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.action CActions and supporting classes that are not intended for clients to be used directly. 
bibliothek.gui.dock.common.intern.layout Implementation of a LayoutChangeStrategy and supporting classes. 
bibliothek.gui.dock.common.intern.station Contains the CommonStation, various implementations of CommonStation and supporting classes. 
bibliothek.gui.dock.common.intern.ui Base-classes intended for inheritance and small strategy-classes modifying the way Core works. 
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
bibliothek.gui.dock.common.theme Classes related to the DockThemes. 
bibliothek.gui.dock.common.theme.color Introduces an extension to the color management. 
bibliothek.gui.dock.facile.action Some DockActions used by Common
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
 

Uses of FrameworkOnly in bibliothek.gui.dock.common.intern
 

Classes in bibliothek.gui.dock.common.intern with annotations of type FrameworkOnly
 interface CDockable
          A basic element representing some Component and a wrapper around a Dockable.
 class CDockFrontend
          A DockFrontend that uses CSetting instead of Setting.
 class ControlVetoClosingListener
          A converter listening for VetoableDockFrontendEvents and firing new CVetoClosingEvents.
 class ControlVetoFocusListener
          This listener observes a DockController and forwards all calls to a CVetoFocusListener.
 class CSetting
          A Setting that stores also the contents of a CLocationModeManager.
 class DefaultCDockable
          An CDockable that uses a DefaultCommonDockable to show its content.
 

Uses of FrameworkOnly in bibliothek.gui.dock.common.intern.action
 

Classes in bibliothek.gui.dock.common.intern.action with annotations of type FrameworkOnly
 class CActionOffer
          An ActionOffer that searches for CommonDockables and asks them for their sources.
 class CDropDownItem
          An action which can be child of a dropdown-menu.
 class CExtendedModeAction
          This action is intended to change the ExtendedMode of a CDockable by calling CDockable.setExtendedMode(ExtendedMode).
 class CSelectableAction
          An action which is either selected or deselected.
 

Uses of FrameworkOnly in bibliothek.gui.dock.common.intern.layout
 

Classes in bibliothek.gui.dock.common.intern.layout with annotations of type FrameworkOnly
 class CLayoutChangeStrategy
          Strategy that pays attention to MultipleCDockableFactory.match(bibliothek.gui.dock.common.MultipleCDockable, bibliothek.gui.dock.common.MultipleCDockableLayout) and that fires CVetoClosingEvents for MultipleCDockables as well.
 class ReplacementDockFactory
          This factory is only used to extract MultipleCDockables that have been inserted into a layout by the CLayoutChangeStrategy.
 

Uses of FrameworkOnly in bibliothek.gui.dock.common.intern.station
 

Classes in bibliothek.gui.dock.common.intern.station with annotations of type FrameworkOnly
 class AbstractResizeRequestHandler
          A listener to a CControl that provides useful methods for subclasses.
 class CFlapLayoutManager
          A FlapLayoutManager that uses the properties of CDockable to find and store size and hold values.
 class CLockedResizeLayoutManager
          A LockedResizeLayoutManager that looks out for CDockable.isResizeLockedVertically() and CDockable.isResizeLockedHorizontally().
 class CSplitDockStation
          An implementation of SplitDockStation that also satisfies the CommonDockable interface.
 class SecureCSplitDockStation
          The secure version of CSplitDockStation.
 

Uses of FrameworkOnly in bibliothek.gui.dock.common.intern.ui
 

Classes in bibliothek.gui.dock.common.intern.ui with annotations of type FrameworkOnly
 class ExtendedModeAcceptance
          A DockAcceptance ensuring that the extended mode property of CDockable is respected on drag and drop operations.
 class StackableAcceptance
          A DockAcceptance ensuring that the CDockable.isStackable() property is respected.
 class WorkingAreaAcceptance
          A DockAcceptance ensuring that the CDockable.getWorkingArea() property is respected.
 

Uses of FrameworkOnly in bibliothek.gui.dock.common.mode
 

Classes in bibliothek.gui.dock.common.mode with annotations of type FrameworkOnly
 class PreviousModeDoubleClickStrategy
          If the current mode is ExtendedMode.MAXIMIZED, then this strategy asks the CLocationModeManager for the last mode a Dockable was in and selects this mode.
 

Uses of FrameworkOnly in bibliothek.gui.dock.common.theme
 

Classes in bibliothek.gui.dock.common.theme with annotations of type FrameworkOnly
 class ThemeMap
          A map of ThemeFactorys.
 

Uses of FrameworkOnly in bibliothek.gui.dock.common.theme.color
 

Classes in bibliothek.gui.dock.common.theme.color with annotations of type FrameworkOnly
 class ExtendedColorBridge
          This ColorBridge uses a delegate and applies a set of CColorBridges.
 

Uses of FrameworkOnly in bibliothek.gui.dock.facile.action
 

Classes in bibliothek.gui.dock.facile.action with annotations of type FrameworkOnly
 class KeyedActionSource
          An action source using CDockable.getAction(String) to determine which action to use.
 

Uses of FrameworkOnly in bibliothek.gui.dock.facile.mode
 

Classes in bibliothek.gui.dock.facile.mode with annotations of type FrameworkOnly
 class CLocationModeSettings<B>
          This ModeSettings provides operations to load settings that were stored with version 1.0.7, no additional settings were added.
 

Uses of FrameworkOnly in bibliothek.gui.dock.station.split
 

Classes in bibliothek.gui.dock.station.split with annotations of type FrameworkOnly
 class SplitPlaceholderSet
          Keeps track of the various placeholders and Dockables of a SplitDockStation and makes sure that a placeholder is used by no more than one SplitNode.