public abstract class AwtVisitor extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
level |
protected boolean |
noDescend
Set by "action()" to prevent the descending on THIS component.
|
Constructor and Description |
---|
AwtVisitor() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
action(Component x) |
protected void |
descend(Component x) |
void |
match(Component x) |
void |
match(Iterable<Component> i) |
see also the complete user documentation .