|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVisualResourcesProvider
A class responsible for providing visual resources to the resource registry. Classes implementing this interface can
extend pl.edu.agh.cast.resource.provider
point to provide custom visual resources.
The programmer should not implement this interface but rather extend default abstract implementation:
AbstractVisualResourcesProvider
.
IVisualResource
,
IResourceRegistry
Method Summary | |
---|---|
List<IVisualResource> |
getVisualResources()
Returns list of initialized visual resources which can be registered by IResourceRegistry . |
Method Detail |
---|
List<IVisualResource> getVisualResources()
IResourceRegistry
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |