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, match
protected void action(Component x)
action
in class AwtVisitor
public AwtVisitor disableAll(Container c)
public AwtVisitor disableAll(Iterable<Component> i)
see also the complete user documentation .