Uses of Interface
com.sibvisions.util.type.IResourceArchive

Packages that use IResourceArchive
com.sibvisions.util.type Contains utility classes for special types/classes. 
 

Uses of IResourceArchive in com.sibvisions.util.type
 

Methods in com.sibvisions.util.type that return types with arguments of type IResourceArchive
static List<IResourceArchive> ResourceUtil.getResourceArchives()
          Gets the current list of known resource archives.
 

Methods in com.sibvisions.util.type with parameters of type IResourceArchive
static void ResourceUtil.addResourceArchive(int pIndex, IResourceArchive pArchive)
          Adds a resource archive to the given position in the list of known archives.
static void ResourceUtil.addResourceArchive(IResourceArchive pArchive)
          Adds a resource archive to the list of known archives.
static void ResourceUtil.removeResourceArchive(IResourceArchive pArchive)
          Removes a resource archive from the list of known archives.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.