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

Packages that use MovingImage
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
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. 
bibliothek.gui.dock.title Elements needed to paint the title of a Dockable
 

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

Methods in bibliothek.extension.gui.dock.theme.bubble that return MovingImage
 MovingImage BubbleMovingImageFactory.create(DockController controller, Dockable dockable)
           
 MovingImage BubbleMovingImageFactory.create(DockController controller, DockTitle snatched)
           
 

Uses of MovingImage in bibliothek.gui.dock.dockable
 

Classes in bibliothek.gui.dock.dockable that implement MovingImage
 class TrueMovingImage
          A MovingImage that truly uses an Image to paint its content.
 

Methods in bibliothek.gui.dock.dockable that return MovingImage
 MovingImage DockableMovingImageFactory.create(DockController controller, Dockable dockable)
          Gets an image which will be shown underneath the cursor.
 MovingImage ScreencaptureMovingImageFactory.create(DockController controller, Dockable dockable)
           
 MovingImage DockableMovingImageFactory.create(DockController controller, DockTitle snatched)
          Gets an image which will be shown underneath the cursor.
 MovingImage ScreencaptureMovingImageFactory.create(DockController controller, DockTitle snatched)
           
 

Uses of MovingImage in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes that return MovingImage
 MovingImage ThemeDockableMovingImageFactory.create(DockController controller, Dockable dockable)
           
 MovingImage ThemeDockableMovingImageFactory.create(DockController controller, DockTitle snatched)
           
 

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

Methods in bibliothek.gui.dock.themes.basic that return MovingImage
 MovingImage BasicMovingImageFactory.create(DockController controller, Dockable dockable)
           
 MovingImage BasicMovingImageFactory.create(DockController controller, DockTitle snatched)
           
 

Uses of MovingImage in bibliothek.gui.dock.title
 

Classes in bibliothek.gui.dock.title that implement MovingImage
 class TitleMovingImage
          A moving image that uses a DockTitle to paint its content.
 class UpdatingTitleMovingImage
          This MovingImage shows a DockTitle, the title can be automatically exchanged.