Searched defs:ResourceManager (Results 1 - 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
H A DResourceManager.java58 * The ResourceManager tracks resources for all opened projects.
64 * The ResourceManager automatically tracks file changes to update its internal representation
74 public final class ResourceManager { class
77 private final static ResourceManager sThis = new ResourceManager();
90 * @see ResourceManager#addListener(IResourceListener)
91 * @see ResourceManager#removeListener(IResourceListener)
126 public static ResourceManager getInstance() {
363 * do not appear in the public API of {@link ResourceManager}.
403 * do not appear in the public API of {@link ResourceManager}
559 private ResourceManager() { method in class:ResourceManager
[all...]

Completed in 3 milliseconds