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