Uses of Class
fable.imageviewer.component.ImageComponent

Packages that use ImageComponent
fable.imageviewer.actions   
fable.imageviewer.component   
fable.imageviewer.editor   
fable.imageviewer.internal   
fable.imageviewer.views   
 

Uses of ImageComponent in fable.imageviewer.actions
 

Methods in fable.imageviewer.actions with parameters of type ImageComponent
 void AbstractImageComponentAction.set(ImageComponent iv)
           
 

Constructors in fable.imageviewer.actions with parameters of type ImageComponent
ImageViewActions(ImageComponent ivIn, ImageComponentUI controlsIn, ImageComponentImage imageIn)
           
 

Uses of ImageComponent in fable.imageviewer.component
 

Methods in fable.imageviewer.component with parameters of type ImageComponent
static void ImagePlay.setView(ImageComponent view)
          Set the view to which the play controls will apply (usually the main image view)
 void ImageComponent.transferSelectedSettings(ImageComponent src)
          Transfer some of settings from another instance to this one.
 

Constructors in fable.imageviewer.component with parameters of type ImageComponent
ImageComponentImage(ImageComponent iv, ImageComponentUI controls)
          Constructor.
ImageComponentUI(ImageComponent imageView)
          Constructor.
 

Uses of ImageComponent in fable.imageviewer.editor
 

Methods in fable.imageviewer.editor that return ImageComponent
 ImageComponent ImageEditor.getImageComponent()
           
 

Uses of ImageComponent in fable.imageviewer.internal
 

Methods in fable.imageviewer.internal that return ImageComponent
static ImageComponent ImageUtils.getComponentFromPartSelected()
           
 

Uses of ImageComponent in fable.imageviewer.views
 

Methods in fable.imageviewer.views that return ImageComponent
 ImageComponent ImageView.getImageComponent()
           
 

Methods in fable.imageviewer.views with parameters of type ImageComponent
 void ImageView.transferSelectedSettings(ImageComponent iv)