Package org.openhab.core.ui.icon
Class IconSet
java.lang.Object
org.openhab.core.ui.icon.IconSet
This is a bean that provides some meta-information about available icon sets.
- Author:
 - Kai Kreuzer - Initial contribution
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
IconSet
Construct a new pojo.- Parameters:
 id- the icon set idlabel- a short label textdescription- a description textformats- a set of formats that are supported
 
 - 
 - 
Method Details
- 
getId
Returns the id of the icon set.- Returns:
 - id of the icon set
 
 - 
getLabel
Returns a label for the icon set.- Returns:
 - a short label text
 
 - 
getDescription
Returns a description for the icon set.- Returns:
 - a description text
 
 - 
getFormats
Provides information about supported file formats of this set.- Returns:
 - a set of formats
 
 
 -