Uses of Class
net.sourceforge.jsh3modtool.gui.imagetable.ImageCell

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

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

Methods in net.sourceforge.jsh3modtool.gui.imagetable that return ImageCell
 ImageCell ImageTable.getActiveCell()
          Returns the cell that is active for editing.
 ImageCell ImageTable.getActiveImage()
          Returns the selected cell
 

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

Methods in net.sourceforge.jsh3modtool.gui.imagetable.cache with parameters of type ImageCell
 java.awt.image.BufferedImage ImageCache.getImage(ImageCell imageCell)
          Returns the cached image for the specified image, can be null.
 boolean ImageCache.isCached(ImageCell imageCell)
          Returns if the tableimage is cached or not.
 void ImageCache.reloadCachedImage(ImageCell imageCell)
          Tells the cache to reload the cached image.
 void ImageCache.removeCachedImage(ImageCell imageCell)
          Clears the cached image from the cache.
 



Copyright © 2005 sourceforge.net. All Rights Reserved.