Module is.codion.swing.common.ui
Interface ModifiedIndicatorFactory
- All Known Implementing Classes:
UnderlineModifiedIndicatorFactory
public interface ModifiedIndicatorFactory
Provides a modified indicator for a component.
-
Method Summary
Modifier and TypeMethodDescriptionvoidenable(JComponent component, ObservableState modified) Enables the modified indicator for the given component, based on the given modified state
-
Method Details
-
enable
Enables the modified indicator for the given component, based on the given modified state- Parameters:
component- the componentmodified- the modified state observer
-