Uses of Interface
net.sourceforge.jsh3modtool.gui.imagetable.ImageModel

Packages that use ImageModel
net.sourceforge.jsh3modtool.gui   
net.sourceforge.jsh3modtool.gui.imagetable   
net.sourceforge.jsh3modtool.gui.imagetable.cache   
 

Uses of ImageModel in net.sourceforge.jsh3modtool.gui
 

Classes in net.sourceforge.jsh3modtool.gui that implement ImageModel
 class TestModel
           
 

Uses of ImageModel in net.sourceforge.jsh3modtool.gui.imagetable
 

Methods in net.sourceforge.jsh3modtool.gui.imagetable that return ImageModel
 ImageModel ImageCell.getImageModel()
           
 

Methods in net.sourceforge.jsh3modtool.gui.imagetable with parameters of type ImageModel
 void ImageTableModel.addImageModel(ImageModel imageModel)
           
 

Constructors in net.sourceforge.jsh3modtool.gui.imagetable with parameters of type ImageModel
ImageCell(ImageModel image)
          Creates a new instance of ImageCell
 

Uses of ImageModel in net.sourceforge.jsh3modtool.gui.imagetable.cache
 

Methods in net.sourceforge.jsh3modtool.gui.imagetable.cache that return ImageModel
 ImageModel ThumbnailLoader.ThumbnailQueueItem.getImageModel()
          Returns the image properties for this queueitem.
 

Methods in net.sourceforge.jsh3modtool.gui.imagetable.cache with parameters of type ImageModel
 void ThumbnailLoader.add(ImageModel imageProps, ThumbnailViewer viewer)
          Add an ImageProperties and a ThumbnailViewer to the queue.
 void ThumbnailLoader.addFirst(ImageModel imageProps, ThumbnailViewer viewer)
          Add an ImageProperties and a ThumbnailViewer to the the begining of the queue.
 boolean ThumbnailLoader.contains(ImageModel imageProps)
          Returns true if the queue contains the specified object.
 void ThumbnailLoader.increasePriority(ImageModel imageProps)
          Increase the priority of the specified item.
 void ThumbnailLoader.remove(ImageModel imageProps)
          Removes the specified object from the queue.
 void ThumbnailViewer.setImage(ImageModel imageProps, java.awt.Image image)
          Notifies the thumbnail viewer that the supplied image has been updated.
 void ImageCache.setImage(ImageModel imageModel, java.awt.Image image)
          Notifies the thumbnail viewer that the supplied image has been updated.
 void ThumbnailViewer.setMessage(ImageModel imageProps, java.lang.String msg)
          Notifies the thumbnail viewer that the image couldnt be loaded.
 void ImageCache.setMessage(ImageModel imageModel, java.lang.String msg)
          Notifies the thumbnail viewer that the image couldnt be loaded.
 

Constructors in net.sourceforge.jsh3modtool.gui.imagetable.cache with parameters of type ImageModel
ThumbnailLoader.ThumbnailQueueItem(ImageModel imageProps, ThumbnailViewer viewer)
          Creates a queue item.
 



Copyright © 2005 sourceforge.net. All Rights Reserved.