org.cruxframework.crux.core.rebind.screen.widget
Class AbstractProcessor

java.lang.Object
  extended by org.cruxframework.crux.core.rebind.screen.widget.AbstractProcessor
Direct Known Subclasses:
AttributeProcessor, EvtProcessor

public abstract class AbstractProcessor
extends Object

Author:
Thiago da Rosa de Bustamante

Field Summary
protected  WidgetCreator<?> widgetCreator
           
 
Constructor Summary
AbstractProcessor(WidgetCreator<?> widgetCreator)
           
 
Method Summary
protected  String getLoggerVariable()
           
protected  String getViewVariable()
           
protected  WidgetCreator<?> getWidgetCreator()
           
protected  void printlnPostProcessing(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

widgetCreator

protected final WidgetCreator<?> widgetCreator
Constructor Detail

AbstractProcessor

public AbstractProcessor(WidgetCreator<?> widgetCreator)
Parameters:
widgetCreator -
Method Detail

printlnPostProcessing

protected void printlnPostProcessing(String s)
Parameters:
s -

getWidgetCreator

protected WidgetCreator<?> getWidgetCreator()
Returns:

getLoggerVariable

protected String getLoggerVariable()

getViewVariable

protected String getViewVariable()


Copyright © 2014. All rights reserved.