Class 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
    Version:
    $Revision: 17926 $ $Date: 2015-11-12 16:26:36 -0200 (Thu, 12 Nov 2015) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.