Package | Description |
---|---|
xdev.ui |
Modifier and Type | Class and Description |
---|---|
protected static class |
EnabledState.DisableVisitor
EnabledState.DisableVisitor is a implementation of
ComponentTreeVisitor that disables all Component s it
visits. |
protected static class |
EnabledState.RestoreStateVisitor
EnabledState.RestoreStateVisitor is a implementation of
ComponentTreeVisitor that restores the memorized state (enabled
or disabled) of all Component s it visits (and it has a state
for). |
protected static class |
EnabledState.SaveStateVisitor
EnabledState.SaveStateVisitor is a implementation of
ComponentTreeVisitor that memorizes the state (enabled or
disabled) of all Component s it visits. |
Modifier and Type | Method and Description |
---|---|
static <T,C extends Component> |
UIUtils.lookupComponentTree(Container parent,
ComponentTreeVisitor<T,C> visitor)
Shortcut for
lookupComponentTree(parent,visitor,null) . |
static <T,C extends Component> |
UIUtils.lookupComponentTree(Container parent,
ComponentTreeVisitor<T,C> visitor,
Class<C> type)
Walks through the
parent 's component tree hierarchy. |
Copyright © 2003–2021 XDEV Software. All rights reserved.