public class AwtDisableAll extends AwtVisitor
level, noDescend| Constructor and Description |
|---|
AwtDisableAll() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
action(Component x) |
AwtVisitor |
disableAll(Container c) |
AwtVisitor |
disableAll(Iterable<Component> i) |
descend, match, matchprotected void action(Component x)
action in class AwtVisitorpublic AwtVisitor disableAll(Container c)
public AwtVisitor disableAll(Iterable<Component> i)
see also the complete user documentation .