public interface IDeviceSkinManager
Manages the Device Skins. This manager will stores all skins available on the
lumidata/config/devices/previewskins
.
The pattern name of the file that will store the information about the device
is [deviceName].properties
The LumisXP has a set of devices default:
The informations about the skin devices available are:
Developers can plug other devices that will be supported on his solutions. For this, it's necessary put the file on the path as mentioned before. After this, the LumisXP will consider all skin devices stored there.
Modifier and Type | Method and Description |
---|---|
Properties |
getSkin(String name)
Returns the Skin properties of a given device name.
|
List<String> |
getSkinList(String name)
Returns the Skin List with the given name.
|
Set<String> |
getSkinListNames()
Returns the list of all Skin List Names.
|
Set<String> |
getSkinNames()
Returns the list of all Skin Names.
|
Properties getSkin(String name)
name
- name of the device.Set<String> getSkinNames()
List<String> getSkinList(String name)
name
- name of the skin list.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.