Uses of Interface
is.codion.swing.common.ui.component.indicator.ModifiedIndicator
Packages that use ModifiedIndicator
Package
Description
Component builder related classes.
Package configuration values:
UnderlineModifiedIndicator.UNDERLINE_STYLE
-
Uses of ModifiedIndicator in is.codion.swing.common.ui.component.builder
Methods in is.codion.swing.common.ui.component.builder with parameters of type ModifiedIndicatorModifier and TypeMethodDescriptionprotected voidAbstractComponentBuilder.enable(ModifiedIndicator modifiedIndicator, C component, ObservableState modified) Enables a modified indicator on the given component, based on the given modified state instance using the givenModifiedIndicator, override for composite components or special handling.final BAbstractComponentValueBuilder.modifiedIndicator(@Nullable ModifiedIndicator modifiedIndicator) ComponentValueBuilder.modifiedIndicator(@Nullable ModifiedIndicator modifiedIndicator) -
Uses of ModifiedIndicator in is.codion.swing.common.ui.component.indicator
Classes in is.codion.swing.common.ui.component.indicator that implement ModifiedIndicatorModifier and TypeClassDescriptionfinal classIndicates modification by swapping the colors of the assocated label text.final classIndicates modification by underlining the assocated label text.Methods in is.codion.swing.common.ui.component.indicator that return types with arguments of type ModifiedIndicatorModifier and TypeMethodDescriptionstatic Optional<ModifiedIndicator> ModifiedIndicator.instance()Returns an instance from theServiceLoader, of the type specified byINDICATOR_CLASSstatic Optional<ModifiedIndicator> Returns an instance from theServiceLoader, of the type specified byfactoryClassName