lumis.portal.device
Class DeviceSkinManager

Package class diagram package DeviceSkinManager
java.lang.Object
  extended by lumis.portal.device.DeviceSkinManager
All Implemented Interfaces:
IDeviceSkinManager

public class DeviceSkinManager
extends java.lang.Object
implements IDeviceSkinManager

Managers of Devices Skins. This manager is a implementation of IDeviceSkinManager.

Since:
6.0.1

Constructor Summary
DeviceSkinManager()
           
 
Method Summary
 java.util.Properties getSkin(java.lang.String name)
          Returns the Skin properties of a given device name.
 java.util.List<java.lang.String> getSkinList(java.lang.String name)
          Returns the Skin List with the given name.
 java.util.Set<java.lang.String> getSkinListNames()
          Returns the list of all Skin List Names.
 java.util.Set<java.lang.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

DeviceSkinManager

public DeviceSkinManager()
Method Detail

getSkin

public java.util.Properties getSkin(java.lang.String name)
Description copied from interface: IDeviceSkinManager
Returns the Skin properties of a given device name.

Specified by:
getSkin in interface IDeviceSkinManager
Parameters:
name - name of the device.
Returns:
the Skin properties of a given device name.

getSkinNames

public java.util.Set<java.lang.String> getSkinNames()
Description copied from interface: IDeviceSkinManager
Returns the list of all Skin Names.

Specified by:
getSkinNames in interface IDeviceSkinManager
Returns:
a Set of all Skin Names.

getSkinList

public java.util.List<java.lang.String> getSkinList(java.lang.String name)
Description copied from interface: IDeviceSkinManager
Returns the Skin List with the given name.

Specified by:
getSkinList in interface IDeviceSkinManager
Parameters:
name - name of the skin list.
Returns:
the Skin List.

getSkinListNames

public java.util.Set<java.lang.String> getSkinListNames()
Description copied from interface: IDeviceSkinManager
Returns the list of all Skin List Names.

Specified by:
getSkinListNames in interface IDeviceSkinManager
Returns:
a Set of all Skin List Names.


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.