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 class
AbstractTheme.DefinitionImpl
class
DelegatingThemeDefinition
Allows you to more easily wrap an existing theme definion and alter the behaviour in some special cases.static class
SimpleTheme.Definition
Internal class insideSimpleTheme
used 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 ThemeDefinition
DelegatingThemeDefinition. themeDefinition
Methods in com.googlecode.lanterna.graphics that return ThemeDefinition Modifier and Type Method Description ThemeDefinition
AbstractTheme. getDefaultDefinition()
ThemeDefinition
DelegatingTheme. getDefaultDefinition()
ThemeDefinition
Theme. getDefaultDefinition()
Returns what this theme considers to be the default definitionThemeDefinition
AbstractTheme. getDefinition(java.lang.Class<?> clazz)
ThemeDefinition
DelegatingTheme. getDefinition(java.lang.Class<?> clazz)
ThemeDefinition
Theme. 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 newDelegatingThemeDefinition
with a default implementation that will forward all calls to theThemeDefinition
that 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 ThemeDefinition
AbstractComponent. getThemeDefinition()
ThemeDefinition
Component. getThemeDefinition()
Returns theThemeDefinition
defined in the currentTheme
for this component class.
-