Package com.jidesoft.swing
Interface JideSwingUtilities.ConditionHandler
-
- All Superinterfaces:
JideSwingUtilities.Handler
- Enclosing class:
- JideSwingUtilities
public static interface JideSwingUtilities.ConditionHandler extends JideSwingUtilities.Handler
A simple handler used by setRecursively.if ( condition() ) { action(); } postAction();
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
stopCondition(java.awt.Component c)
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
-
-