|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 Lumis Portal 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 Lumis Portal will consider all skin devices stored there.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Properties getSkin(String name)
name
- name of the device.
Set<String> getSkinNames()
List<String> getSkinList(String name)
name
- name of the skin list.
Set<String> getSkinListNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |