Uses of Interface
io.github.mmm.ui.fx.icon.FxIconGlyph
-
Packages that use FxIconGlyph Package Description io.github.mmm.ui.fx.icon -
-
Uses of FxIconGlyph in io.github.mmm.ui.fx.icon
Classes in io.github.mmm.ui.fx.icon that implement FxIconGlyph Modifier and Type Class Description class
AbstractFxIconGlyph
Abstract base Implementation ofFxIconGlyph
.class
FxIconGlyphBean
Implementation ofFxIconGlyph
as mutable Java bean.class
FxIconGlyphType
Implementation ofFxIconGlyph
as immutable type.Methods in io.github.mmm.ui.fx.icon that return FxIconGlyph Modifier and Type Method Description FxIconGlyph
FxIconGlyphFactory. getGlyph(String iconId)
Constructors in io.github.mmm.ui.fx.icon with parameters of type FxIconGlyph Constructor Description FxIconGlyphBean(FxIconGlyph template)
The constructor.FxIconGlyphType(FxIconGlyph template)
The constructor.
-