Uses of Interface
bibliothek.gui.dock.dockable.DockableMovingImageFactory

Packages that use DockableMovingImageFactory
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.common.theme Classes related to the DockThemes. 
bibliothek.gui.dock.dockable Some classes related to Dockable
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
 

Uses of DockableMovingImageFactory in bibliothek.extension.gui.dock.theme.bubble
 

Classes in bibliothek.extension.gui.dock.theme.bubble that implement DockableMovingImageFactory
 class BubbleMovingImageFactory
          A factory that creates images using the ReducedBubbleTitleFactory.
 

Uses of DockableMovingImageFactory in bibliothek.gui
 

Fields in bibliothek.gui with type parameters of type DockableMovingImageFactory
static PropertyKey<DockableMovingImageFactory> DockTheme.DOCKABLE_MOVING_IMAGE_FACTORY
          Identifier for the DockableMovingImageFactory that is used to show an image during drag and drop operations.
 

Methods in bibliothek.gui that return DockableMovingImageFactory
 DockableMovingImageFactory DockTheme.getMovingImageFactory(DockController controller)
          Gets a factory for images which are moved around by the user.
This method should not be invoked directly, instead the property key DockTheme.DOCKABLE_MOVING_IMAGE_FACTORY should be used.
 

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

Methods in bibliothek.gui.dock.common.theme that return DockableMovingImageFactory
 DockableMovingImageFactory CDockTheme.getMovingImageFactory(DockController controller)
           
 

Uses of DockableMovingImageFactory in bibliothek.gui.dock.dockable
 

Classes in bibliothek.gui.dock.dockable that implement DockableMovingImageFactory
 class AncestorMovingImageFactory
          This factory tries to find a common anchestor of DockTitle and of Dockable and shows a screenshot of this component.
 class DefaultDockableMovingImageFactory
          The default implementation of DockableMovingImageFactory usually behaves exactly like ThemeDockableMovingImageFactory, but also offers an ExtensionName for adding additional factories.
 class ScreencaptureMovingImageFactory
          A factory that makes a snapshot of the Dockable which will be represented by its MovingImage.
 

Constructors in bibliothek.gui.dock.dockable with parameters of type DockableMovingImageFactory
DefaultDockableMovingImageFactory(DockController controller, DockableMovingImageFactory delegate)
          Creates a new factory using controller to load extensions.
 

Uses of DockableMovingImageFactory in bibliothek.gui.dock.themes
 

Classes in bibliothek.gui.dock.themes that implement DockableMovingImageFactory
 class ThemeDockableMovingImageFactory
          This DockableMovingImageFactory forwards any call to the DockTheme of the DockController that called.
 

Methods in bibliothek.gui.dock.themes that return DockableMovingImageFactory
 DockableMovingImageFactory BasicTheme.getMovingImageFactory(DockController controller)
           
 DockableMovingImageFactory NoStackTheme.getMovingImageFactory(DockController controller)
           
 

Methods in bibliothek.gui.dock.themes with parameters of type DockableMovingImageFactory
 void BasicTheme.setMovingImageFactory(DockableMovingImageFactory movingImage)
          Sets the movingImage-property.
 void BasicTheme.setMovingImageFactory(DockableMovingImageFactory movingImage, Priority priority)
          Sets the movingImage-property.
 

Uses of DockableMovingImageFactory in bibliothek.gui.dock.themes.basic
 

Classes in bibliothek.gui.dock.themes.basic that implement DockableMovingImageFactory
 class BasicMovingImageFactory
          A factory whose MovingImages display a DockTitle.