Package com.jidesoft.swing
Interface JideSwingUtilities.ConditionHandler
- All Superinterfaces:
JideSwingUtilities.Handler
- Enclosing class:
- JideSwingUtilities
A simple handler used by setRecursively.
if ( condition() ) { action(); } postAction();.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
If this method returns true, the recursive call will stop at the component and will not call to its children.Methods inherited from interface com.jidesoft.swing.JideSwingUtilities.Handler
action, condition, postAction
-
Method Details
-
stopCondition
If this method returns true, the recursive call will stop at the component and will not call to its children.- Parameters:
c
- the component- Returns:
- true or false.
-