Class Theme
- All Implemented Interfaces:
ITheme
-
Constructor Summary
Constructors
使用指定的主题名称和基础主题初始化Theme类的新实例。
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Theme
public Theme(String themeName)
使用指定的主题名称初始化Theme类的新实例。
- Parameters:
themeName
- 主题的名称。
-
Theme
使用指定的主题名称和基础主题初始化Theme类的新实例。
- Parameters:
themeName
- 主题的名称。
baseTheme
- 要从中初始化的基础主题。
-
Method Details
-
-
isBuiltIn
public final boolean isBuiltIn()
获取主题是否为内置主题。
- Specified by:
isBuiltIn
in interface ITheme
-
-