org.androidtransfuse.gen.componentBuilder
Class LayoutHandlerBuilder

Package class diagram package LayoutHandlerBuilder
java.lang.Object
  extended by org.androidtransfuse.gen.componentBuilder.LayoutHandlerBuilder
All Implemented Interfaces:
LayoutBuilder

public class LayoutHandlerBuilder
extends Object
implements LayoutBuilder

Author:
John Ericksen

Constructor Summary
LayoutHandlerBuilder(InjectionFragmentGenerator injectionFragmentGenerator, InjectionNode layoutHandlerInjectionNode, Logger logger)
           
 
Method Summary
 void buildLayoutCall(com.sun.codemodel.JDefinedClass definedClass, com.sun.codemodel.JBlock block)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutHandlerBuilder

@Inject
public LayoutHandlerBuilder(InjectionFragmentGenerator injectionFragmentGenerator,
                                   InjectionNode layoutHandlerInjectionNode,
                                   Logger logger)
Method Detail

buildLayoutCall

public void buildLayoutCall(com.sun.codemodel.JDefinedClass definedClass,
                            com.sun.codemodel.JBlock block)
Specified by:
buildLayoutCall in interface LayoutBuilder


Copyright © 2012. All Rights Reserved.