public class DownloaderSwingLocator extends AbstractLocator
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MANAGER_NAME |
Constructor and Description |
---|
DownloaderSwingLocator() |
Modifier and Type | Method and Description |
---|---|
static DownloaderSwingManager |
getDownloaderSwingManager()
Return a reference to DownloaderSwingManager.
|
static Locator |
getInstance() |
java.lang.String |
getLocatorName()
Returns the name of the Locator, for registration, logging, and other
uses.
|
static void |
registerDefaultDownloaderSwingManager(java.lang.Class clazz)
Registers the default Class implementing the DownloaderSwingManager interface
|
static void |
registerDownloaderSwingManager(java.lang.Class clazz)
Registers the Class implementing the DownloaderSwingManager interface.
|
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
public static final java.lang.String MANAGER_NAME
public static Locator getInstance()
public java.lang.String getLocatorName()
Locator
public static void registerDownloaderSwingManager(java.lang.Class clazz)
clazz
- implementing the DownloaderSwingManager interfacepublic static void registerDefaultDownloaderSwingManager(java.lang.Class clazz)
clazz
- implementing the DownloaderSwingManager interfacepublic static DownloaderSwingManager getDownloaderSwingManager() throws LocatorException
LocatorException
- if there is no access to the class or the class
cannot be instantiatedLocator.get(String)