Package | Description |
---|---|
com.xdev.ui.util |
Modifier and Type | Method and Description |
---|---|
static <T,C extends Component> |
UIUtils.lookupComponentTree(Component parent,
ComponentTreeVisitor<T,C> visitor,
Class<C> type)
Walks through the
parent 's component tree hierarchy. |
static <T> T |
UIUtils.lookupComponentTree(Component parent,
ComponentTreeVisitor<T,Component> visitor)
Shortcut for
lookupComponentTree(parent,visitor,null) . |