public class UIInitializerResult extends Object
Created on 10/12/2020.
| Constructor and Description |
|---|
UIInitializerResult(UIInitializerContext<?> context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ArrayListMultimap<Class<?>,Object> |
getComponents() |
<C> Stream<C> |
getComponents(Class<C> componentType) |
<C> List<C> |
getComponentsList(Class<C> componentType) |
com.google.common.collect.ImmutableList<Object> |
getDependencies() |
com.google.common.collect.ArrayListMultimap<String,JComponent> |
getFocusComponents() |
<C> Stream<C> |
getSubComponents(Class<C> componentType) |
public UIInitializerResult(UIInitializerContext<?> context)
public com.google.common.collect.ImmutableList<Object> getDependencies()
public com.google.common.collect.ArrayListMultimap<String,JComponent> getFocusComponents()
Copyright © 2008–2020 Ultreia.io. All rights reserved.