Module is.codion.plugin.flatlaf
Class FlatLafValidIndicatorFactory
java.lang.Object
is.codion.plugin.flatlaf.indicator.FlatLafValidIndicatorFactory
- All Implemented Interfaces:
ValidIndicatorFactory
-
Field Summary
Fields inherited from interface is.codion.swing.common.ui.component.indicator.ValidIndicatorFactory
FACTORY_CLASS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidenable(JComponent component, ObservableState valid) Enables the valid indicator for the given component, based on the given valid state
-
Constructor Details
-
FlatLafValidIndicatorFactory
public FlatLafValidIndicatorFactory()
-
-
Method Details
-
enable
Description copied from interface:ValidIndicatorFactoryEnables the valid indicator for the given component, based on the given valid state- Specified by:
enablein interfaceValidIndicatorFactory- Parameters:
component- the componentvalid- the valid state observer
-