Uses of Class
ca.cgjennings.apps.arkham.plugins.InstalledTheme
-
Packages that use InstalledTheme Package Description ca.cgjennings.apps.arkham.plugins -
-
Uses of InstalledTheme in ca.cgjennings.apps.arkham.plugins
Methods in ca.cgjennings.apps.arkham.plugins that return InstalledTheme Modifier and Type Method Description static InstalledTheme
BundleInstaller. getInstalledThemeForClassName(java.lang.String className)
Returns theInstalledTheme
whoseTheme
class has the name className, ornull
if no such theme is available.static InstalledTheme[]
BundleInstaller. getInstalledThemes()
Returns an array of the availableInstalledTheme
s.
-