|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.device.DeviceSkinManager
public class DeviceSkinManager
Managers of Devices Skins. This manager is a implementation of
IDeviceSkinManager
.
Constructor Summary | |
---|---|
DeviceSkinManager()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeviceSkinManager()
Method Detail |
---|
public Properties getSkin(String name)
IDeviceSkinManager
getSkin
in interface IDeviceSkinManager
name
- name of the device.
public Set<String> getSkinNames()
IDeviceSkinManager
getSkinNames
in interface IDeviceSkinManager
public List<String> getSkinList(String name)
IDeviceSkinManager
getSkinList
in interface IDeviceSkinManager
name
- name of the skin list.
public Set<String> getSkinListNames()
IDeviceSkinManager
getSkinListNames
in interface IDeviceSkinManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |