Package | Description |
---|---|
com.vektorsoft.demux.android.core.resources |
Contains classes for handling resources on Android platform.
|
com.vektorsoft.demux.core.resources |
Contains classes related to internationalization and localization.
|
com.vektorsoft.demux.core.resources.impl |
Contains default implementations of interfaces for managing resources.
|
Modifier and Type | Method and Description |
---|---|
DMXAndroidResourceHandler |
DMXAndroidResourceManager.getResourceHandler(ResourceHandlerType type) |
Modifier and Type | Method and Description |
---|---|
static ResourceHandlerType |
ResourceHandlerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceHandlerType[] |
ResourceHandlerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T extends DMXResourceHandler> |
DMXResourceManager.getResourceHandler(ResourceHandlerType type)
Returns resource handler implementation associated with this instance of resource manager.
|
Modifier and Type | Method and Description |
---|---|
DefaultResourceHandler |
DefaultResourceManager.getResourceHandler(ResourceHandlerType type)
Returns resource handler used for loading resources.
|
Copyright © 2012-2014 Vektor Software. All Rights Reserved.