public class PanelMapHelper extends Object
| Constructor and Description |
|---|
PanelMapHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<Element>> |
addElementsToPanelMap(RoundEnvironment roundEnv)
get initialized map, And fill in elements list with panel elements
|
static Map<String,List<Element>> |
getPanelMap(RoundEnvironment roundEnv)
maps the module with the panels containing the Panel annotation
|
static Map<String,List<Element>> |
initializePanelMap(RoundEnvironment roundEnv)
creates a map of modules, But does not add the elements
key: module
value: classes with Panel annotation
|
public static Map<String,List<Element>> getPanelMap(RoundEnvironment roundEnv)
roundEnv - public static Map<String,List<Element>> addElementsToPanelMap(RoundEnvironment roundEnv)
roundEnv - public static Map<String,List<Element>> initializePanelMap(RoundEnvironment roundEnv)
roundEnv - Copyright © 2019. All rights reserved.