|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JideSwingUtilities.Handler
A simple handler used by setRecursively.
if ( condition() ) { action(); } postAction();.
Method Summary | |
---|---|
void |
action(Component c)
The action you want to perform on this component. |
boolean |
condition(Component c)
If true, it will call action(java.awt.Component) on this component. |
void |
postAction(Component c)
The action you want to perform to any components. |
Method Detail |
---|
boolean condition(Component c)
action(java.awt.Component)
on this component.
c
- the component
void action(Component c)
condition(java.awt.Component)
returns true.
c
- the componentvoid postAction(Component c)
c
- the component.
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |