|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IVisualResource | |
---|---|
pl.edu.agh.cast.resource | Provides utilities for managing visual resources such as icons associated with localized messages. |
pl.edu.agh.cast.schema.editor.request | Contains elements factories and custom requests used by GEF. |
Uses of IVisualResource in pl.edu.agh.cast.resource |
---|
Classes in pl.edu.agh.cast.resource that implement IVisualResource | |
---|---|
class |
VisualResource
Default implementation of IVisualResource . |
Methods in pl.edu.agh.cast.resource that return IVisualResource | |
---|---|
IVisualResource |
ResourceRegistry.getResource(String id)
Looks up and returns a resource with the given id. |
IVisualResource |
IResourceRegistry.getResource(String id)
Looks up and returns a resource with the given id. |
IVisualResource |
ResourceRegistry.getResource(String id,
String defaultId)
Looks up and returns a resource with the given id. |
IVisualResource |
IResourceRegistry.getResource(String id,
String defaultId)
Looks up and returns a resource with the given id. |
Methods in pl.edu.agh.cast.resource that return types with arguments of type IVisualResource | |
---|---|
List<IVisualResource> |
ResourceRegistry.getResources(String tag)
Returns list of all resources marked with given tag. |
List<IVisualResource> |
IResourceRegistry.getResources(String tag)
Returns list of all resources marked with given tag. |
List<IVisualResource> |
IVisualResourcesProvider.getVisualResources()
Returns list of initialized visual resources which can be registered by IResourceRegistry . |
List<IVisualResource> |
AbstractVisualResourcesProvider.getVisualResources()
Returns list of initialized visual resources which can be registered by IResourceRegistry . |
Methods in pl.edu.agh.cast.resource with parameters of type IVisualResource | |
---|---|
void |
ResourceRegistry.register(IVisualResource resource)
Creates a new resource on base of the given entry and register it by given id and tags (all included in entry object). |
void |
IResourceRegistry.register(IVisualResource resource)
Creates a new resource on base of the given entry and register it by given id and tags (all included in entry object). |
Uses of IVisualResource in pl.edu.agh.cast.schema.editor.request |
---|
Constructors in pl.edu.agh.cast.schema.editor.request with parameters of type IVisualResource | |
---|---|
SchemaNodeFactory(IVisualResource resource)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |