Package pl.edu.agh.cast.resource

Provides utilities for managing visual resources such as icons associated with localized messages.

See:
          Description

Interface Summary
IResourceRegistry The registry which holds all visual resources in the application.
IVisualResource An interface representing single visual resource which contains of: unique string identifier (not null and not empty), localized label (not null), localized description (not null), images (icons).
IVisualResourcesProvider A class responsible for providing visual resources to the resource registry.
 

Class Summary
AbstractVisualResourcesProvider Abstract implementation of IVisualResourcesProvider which introduce helper methods for creating new providers.
CoreVisualResourcesProvider Visual resource provider for core plugin.
ImageVariants Just a simple holder for visual resource variants constants.
ResourceRegistry Default implementation of IResourceRegistry.
VisualResource Default implementation of IVisualResource.
VisualResourceEntry A class which holds all data needed to create a visual resource.
 

Enum Summary
ImageSize Enumeration which defines available image size.
 

Exception Summary
ResourceException An exception for all errors associated with resources.
 

Package pl.edu.agh.cast.resource Description

Provides utilities for managing visual resources such as icons associated with localized messages.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.