Uses of Class
bibliothek.util.FrameworkOnly

Packages that use FrameworkOnly
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
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 CommonDockStation, various implementations of CommonDockStation 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.perspective   
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.control Classes responsible to handle some global task. 
bibliothek.gui.dock.control.focus   
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. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
bibliothek.gui.dock.util Distribution of information in a global scale and methods available from everywhere. 
 

Uses of FrameworkOnly in bibliothek.gui
 

Methods in bibliothek.gui with annotations of type FrameworkOnly
 Combiner DockTheme.getCombiner(DockStation station)
          Gets the Combiner for station.
 DisplayerFactory DockTheme.getDisplayFactory(DockStation station)
          Gets a displayer factory for station.
 DockableSelection DockTheme.getDockableSelection(DockController controller)
          Gets a selector for Dockables.
 DockableMovingImageFactory DockTheme.getMovingImageFactory(DockController controller)
          Gets a factory for images which are moved around by the user.
 StationPaint DockTheme.getPaint(DockStation station)
          Gets the paint which is used to draw things onto 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 CDockableLocationListenerManager
          Helps CDockables to keep track of their location and can automatically fire events to a CDockableLocationListener.
 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.
 

Methods in bibliothek.gui.dock.common.intern with annotations of type FrameworkOnly
 CControlAccess CDockable.getControl()
          Gets the control which is responsible for this dockable.
 

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 CommonDockStation interface.
 class SecureCSplitDockStation
          Deprecated. this class is no longer required and will be removed in a future release
 

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.perspective
 

Methods in bibliothek.gui.dock.common.perspective with annotations of type FrameworkOnly
 void CStationPerspective.setPerspective(CPerspective perspective)
          Informs this station by which perspective it is used.
 

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.control
 

Methods in bibliothek.gui.dock.control with annotations of type FrameworkOnly
 void KeyboardController.kill()
          Stops this controller.
 

Uses of FrameworkOnly in bibliothek.gui.dock.control.focus
 

Methods in bibliothek.gui.dock.control.focus with annotations of type FrameworkOnly
 void MouseFocusObserver.kill()
          Stops this FocusController.
 

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.
 

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

Methods in bibliothek.gui.dock.station.stack with annotations of type FrameworkOnly
 void CombinedStackDockComponent.Meta.setController(DockController controller)
          Sets the controller which is used to read values.
 

Uses of FrameworkOnly in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes with annotations of type FrameworkOnly
 void ThemeManager.kill()
          Destroys this manager and releases resources.
 

Uses of FrameworkOnly in bibliothek.gui.dock.util
 

Classes in bibliothek.gui.dock.util with annotations of type FrameworkOnly
 class UIPriorityValue<T>
          A PriorityValue that supports working with UISchemes.