public abstract class ThemeFactoryText extends TextValue
ThemeFactory
to present itself.Modifier and Type | Field and Description |
---|---|
static Path |
KIND_THEME_FACTORY
the kind of
UIValue this is |
Constructor and Description |
---|
ThemeFactoryText(String id,
ThemeFactory factory)
Creates a new
TextValue . |
Modifier and Type | Method and Description |
---|---|
ThemeFactory |
getFactory()
Gets the factory for which text is required
|
me, setController
public ThemeFactoryText(String id, ThemeFactory factory)
TextValue
.id
- the unique identifier of the text to readfactory
- the factory which is reading the textpublic ThemeFactory getFactory()