|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceLocation | |
---|---|
com.alee.utils.xml |
Uses of ResourceLocation in com.alee.utils.xml |
---|
Methods in com.alee.utils.xml that return ResourceLocation | |
---|---|
ResourceLocation |
ResourceFile.getLocation()
|
static ResourceLocation |
ResourceLocation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ResourceLocation[] |
ResourceLocation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.alee.utils.xml with parameters of type ResourceLocation | |
---|---|
void |
ResourceFile.setLocation(ResourceLocation location)
|
Constructors in com.alee.utils.xml with parameters of type ResourceLocation | |
---|---|
ResourceFile(ResourceLocation location,
java.lang.String source)
|
|
ResourceFile(ResourceLocation location,
java.lang.String source,
java.lang.Class nearClass)
|
|
ResourceFile(ResourceLocation location,
java.lang.String source,
java.lang.String className)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |