public static interface JideSwingUtilities.ConditionHandler extends JideSwingUtilities.Handler
if ( condition() ) { action(); } postAction();.
Modifier and Type | Method and 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.
|
action, condition, postAction