Uses of Interface
com.googlecode.lanterna.graphics.ThemeDefinition
-
Packages that use ThemeDefinition Package Description com.googlecode.lanterna.graphics com.googlecode.lanterna.gui2 -
-
Uses of ThemeDefinition in com.googlecode.lanterna.graphics
Classes in com.googlecode.lanterna.graphics that implement ThemeDefinition Modifier and Type Class Description private classAbstractTheme.DefinitionImplclassDelegatingThemeDefinitionAllows you to more easily wrap an existing theme definion and alter the behaviour in some special cases.static classSimpleTheme.DefinitionInternal class insideSimpleThemeused to allow basic editing of the default style and the optional overrides.Fields in com.googlecode.lanterna.graphics declared as ThemeDefinition Modifier and Type Field Description private ThemeDefinitionDelegatingThemeDefinition. themeDefinitionMethods in com.googlecode.lanterna.graphics that return ThemeDefinition Modifier and Type Method Description ThemeDefinitionAbstractTheme. getDefaultDefinition()ThemeDefinitionDelegatingTheme. getDefaultDefinition()ThemeDefinitionTheme. getDefaultDefinition()Returns what this theme considers to be the default definitionThemeDefinitionAbstractTheme. getDefinition(java.lang.Class<?> clazz)ThemeDefinitionDelegatingTheme. getDefinition(java.lang.Class<?> clazz)ThemeDefinitionTheme. getDefinition(java.lang.Class<?> clazz)Returns the theme definition associated with this class.Constructors in com.googlecode.lanterna.graphics with parameters of type ThemeDefinition Constructor Description DelegatingThemeDefinition(ThemeDefinition themeDefinition)Creates a newDelegatingThemeDefinitionwith a default implementation that will forward all calls to theThemeDefinitionthat is passed in. -
Uses of ThemeDefinition in com.googlecode.lanterna.gui2
Methods in com.googlecode.lanterna.gui2 that return ThemeDefinition Modifier and Type Method Description ThemeDefinitionAbstractComponent. getThemeDefinition()ThemeDefinitionComponent. getThemeDefinition()Returns theThemeDefinitiondefined in the currentThemefor this component class.
-