Package org.nuiton.jaxx.runtime.init
Class UIInitializerResult
- java.lang.Object
-
- org.nuiton.jaxx.runtime.init.UIInitializerResult
-
public class UIInitializerResult extends Object
Result of init.Created on 10/12/2020.
- Since:
- 3.0
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description UIInitializerResult(UIInitializerContext<?> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
UIInitializerResult
public UIInitializerResult(UIInitializerContext<?> context)
-
-
Method Detail
-
getDependencies
public com.google.common.collect.ImmutableList<Object> getDependencies()
-
getFocusComponents
public com.google.common.collect.ArrayListMultimap<String,JComponent> getFocusComponents()
-
-