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