public class TimeSupportSwingLocator extends AbstractLocator
TimeSupportSwingManagerLocator| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SWING_MANAGER_NAME
SwingInstallerManager name used by the locator to access the instance
|
| Constructor and Description |
|---|
TimeSupportSwingLocator() |
| Modifier and Type | Method and Description |
|---|---|
static TimeSupportSwingLocator |
getInstance() |
java.lang.String |
getLocatorName()
Returns the name of the Locator, for registration, logging, and other
uses.
|
static TimeSupportSwingManager |
getSwingManager()
Return a reference to
TimeSupportSwingManager. |
static void |
registerTimeSupportSwingManager(java.lang.Class clazz)
Registers the Class implementing the
TimeSupportSwingManager interface. |
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toStringpublic static final java.lang.String SWING_MANAGER_NAME
public static TimeSupportSwingLocator getInstance()
public java.lang.String getLocatorName()
Locatorpublic static void registerTimeSupportSwingManager(java.lang.Class clazz)
TimeSupportSwingManager interface.clazz - implementing the SwingManager interfacepublic static TimeSupportSwingManager getSwingManager() throws LocatorException
TimeSupportSwingManager.LocatorException - if there is no access to the class or the class cannot be
instantiatedLocator.get(String)