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 TypeMethodDescriptionvoid
enable
(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:ValidIndicatorFactory
Enables the valid indicator for the given component, based on the given valid state- Specified by:
enable
in interfaceValidIndicatorFactory
- Parameters:
component
- the componentvalid
- the valid state observer
-