public static interface JideSwingUtilities.ConditionHandler extends JideSwingUtilities.Handler
if ( condition() ) {
action();
}
postAction();
.| Modifier and Type | Method and Description |
|---|---|
boolean |
stopCondition(Component c)
If this method returns true, the recursive call will stop at the component and will not call to its
children.
|
action, condition, postActionboolean stopCondition(Component c)
c - the componentCopyright © 2017. All rights reserved.