public abstract class AbstractProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected WidgetCreator<?> |
widgetCreator |
| Constructor and Description |
|---|
AbstractProcessor(WidgetCreator<?> widgetCreator) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getLoggerVariable() |
protected String |
getViewVariable() |
protected WidgetCreator<?> |
getWidgetCreator() |
protected void |
printlnPostProcessing(String s) |
protected final WidgetCreator<?> widgetCreator
public AbstractProcessor(WidgetCreator<?> widgetCreator)
widgetCreator - protected void printlnPostProcessing(String s)
s - protected WidgetCreator<?> getWidgetCreator()
protected String getLoggerVariable()
protected String getViewVariable()
Copyright © 2015. All rights reserved.