Uses of Interface
de.nava.informa.core.ImageIF

Packages that use ImageIF
de.nava.informa.core This package contains interfaces for the news channel objects, it builds the core API for all news channel storage implementation. 
de.nava.informa.impl.basic Provides an in-memory implementation of the core news channel interfaces. 
de.nava.informa.impl.hibernate Provides an implementation of the core news channel interfaces using persistence mechanism provided by Hibernate (for more see http://www.hibernate.org
 

Uses of ImageIF in de.nava.informa.core
 

Methods in de.nava.informa.core that return ImageIF
 ImageIF ChannelBuilderIF.createImage(String title, URL location, URL link)
           
 ImageIF ChannelIF.getImage()
          Retrieves the Image associated with this feed.
 

Methods in de.nava.informa.core with parameters of type ImageIF
 void ChannelIF.setImage(ImageIF image)
          Sets the image for this feed
 

Uses of ImageIF in de.nava.informa.impl.basic
 

Classes in de.nava.informa.impl.basic that implement ImageIF
 class Image
          In-Memory implementation of the ImageIF interface.
 

Methods in de.nava.informa.impl.basic that return ImageIF
 ImageIF ChannelBuilder.createImage(String title, URL location, URL link)
           
 ImageIF Channel.getImage()
           
 

Methods in de.nava.informa.impl.basic with parameters of type ImageIF
 void Channel.setImage(ImageIF image)
           
 

Uses of ImageIF in de.nava.informa.impl.hibernate
 

Methods in de.nava.informa.impl.hibernate that return ImageIF
 ImageIF ChannelBuilder.createImage(String title, URL location, URL link)
           
 ImageIF Channel.getImage()
           
 

Methods in de.nava.informa.impl.hibernate with parameters of type ImageIF
 void Channel.setImage(ImageIF anImage)
           
 



Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.