| Package | Description |
|---|---|
| to.etc.domui.themes | |
| to.etc.domui.util.resources |
| Modifier and Type | Class and Description |
|---|---|
class |
ThemeModifyableResource
This implements IIsModified to make a theme part of a dependency list.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IResourceDependencyList.add(IIsModified m)
Add a IIsModified instance.
|
void |
ResourceDependencyList.add(IIsModified m) |
| Constructor and Description |
|---|
ResourceDependencies(IIsModified[] deplist) |
| Constructor and Description |
|---|
ResourceDependencies(List<IIsModified> deplist) |
Copyright © 2017 etc.to. All rights reserved.