public interface ThemeManager
Modifier and Type | Method and Description |
---|---|
Theme |
getTheme(String name,
Theme.Type type)
Returns the specified theme for the specified type.
|
Theme |
getTheme(Theme.Type type)
Returns the theme for the specified type.
|
Set<String> |
nameSet(Theme.Type type)
Returns a set of all theme names for the specified type.
|
Theme getTheme(Theme.Type type) throws IOException
type
- IOException
Theme getTheme(String name, Theme.Type type) throws IOException
name
- type
- IOException
Set<String> nameSet(Theme.Type type)
type
- Copyright © 2019 JBoss by Red Hat. All rights reserved.