Uses of Interface
to.etc.domui.util.resources.IIsModified

Packages that use IIsModified
to.etc.domui.themes   
to.etc.domui.util.resources   
 

Uses of IIsModified in to.etc.domui.themes
 

Classes in to.etc.domui.themes that implement IIsModified
 class ThemeModifyableResource
          This implements IIsModified to make a theme part of a dependency list.
 

Uses of IIsModified in to.etc.domui.util.resources
 

Classes in to.etc.domui.util.resources that implement IIsModified
 class ByteArrayResourceRef
           
 class FakeModifyableResource
          This can be added to a ResourceDependencyList, and can be marked as "changed" by some event, causing all dependent resources to reload in debug mode.
 class ResourceDependencies
          The immutable dependencies of a resource.
 class ResourceTimestamp
          Holds the last-modified timestamp for some source "file" used in some production at the time it was used; plus a reference to that file so it's /original/ change time can be determined.
 

Methods in to.etc.domui.util.resources with parameters of type IIsModified
 void IResourceDependencyList.add(IIsModified m)
          Add a IIsModified instance.
 void ResourceDependencyList.add(IIsModified m)
           
 

Constructors in to.etc.domui.util.resources with parameters of type IIsModified
ResourceDependencies(IIsModified[] deplist)
           
 

Constructor parameters in to.etc.domui.util.resources with type arguments of type IIsModified
ResourceDependencies(java.util.List<IIsModified> deplist)