Uses of Class
com.arsdigita.cms.ImageAssetCollection

Packages that use ImageAssetCollection
com.arsdigita.cms Contains the core classes for the Red Hat Content Management System (CMS), classes that persist the fundamental objects for CMS such as content items, templates, content sections, and content types
com.arsdigita.cms.ui Provides a set of UI components and tools for the Content Management System. 
 

Uses of ImageAssetCollection in com.arsdigita.cms
 

Subclasses of ImageAssetCollection in com.arsdigita.cms
 class ArticleImageAssnCollection
          This class contains contains a collection of ArticleImageAssociations, each of which points to an image, and each of which has a caption.
 

Methods in com.arsdigita.cms that return ImageAssetCollection
static ImageAssetCollection ReusableImageAsset.getAllReusableImages()
          Retrieve all images in the database.
static ImageAssetCollection ReusableImageAsset.getReusableImagesByKeyword(String keyword, String context)
          Find all images whose name matches the specified keyword
static ImageAssetCollection ReusableImageAsset.getReusableImagesByKeyword(String keyword)
          Find all images whose name matches the specified keyword
static ImageAssetCollection ImageAsset.getAllImages()
          Retrieve all images in the database.
static ImageAssetCollection ImageAsset.getImagesByKeyword(String keyword, String context)
          Find all images whose name matches the specified keyword
static ImageAssetCollection ImageAsset.getImagesByKeyword(String keyword)
          Find all images whose name matches the specified keyword
 ImageAssetCollection Article.getImages()
          Get the images for this article
 

Uses of ImageAssetCollection in com.arsdigita.cms.ui
 

Constructors in com.arsdigita.cms.ui with parameters of type ImageAssetCollection
DefaultImageBrowserModel(ImageAssetCollection images)
          Construct a new DefaultImageBrowserModel
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2352 UTC