JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.alee.utils.swing
Interface StateProvider<T>
Type Parameters:
T
- type of value used to provide state
public interface
StateProvider<T>
This interface provides a single method for boolean state request for data of any type.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
provide
(
T
value)
Returns state for the specified value.
Method Detail
provide
boolean provide(
T
value)
Returns state for the specified value.
Parameters:
value
- value to process
Returns:
state for the specified value
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method