to.etc.domui.themes
Class CssPropertySet
java.lang.Object
to.etc.domui.themes.CssPropertySet
public class CssPropertySet
- extends java.lang.Object
A completed set of properties for either theme properties,
icon properties or colorset properties.
- Author:
- Frits Jalvingh
Created on Jan 7, 2011
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getMap
public java.util.Map<java.lang.String,java.lang.Object> getMap()
getInheritanceStack
public java.util.List<java.lang.String> getInheritanceStack()
getResourceDependencyList
public ResourceDependencyList getResourceDependencyList()
internalInherit
public void internalInherit(java.lang.String scheme)
throws java.lang.Exception
- Implements the root-level "inherit" command.
- Parameters:
scheme
-
- Throws:
java.lang.Exception
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object