Uses of Class
uic.output.builder.CodeSnippet

Packages that use CodeSnippet
uic.output.builder   
 

Uses of CodeSnippet in uic.output.builder
 

Methods in uic.output.builder that return CodeSnippet
 CodeSnippet CodeSnippet.addArgument(String className, String name)
           
 CodeSnippet CodeSnippet.addText(String txt)
           
 CodeSnippet WidgetRepresenter.EventRepresenter.getHandlingSection()
           
 CodeSnippet CodeSnippet.printDocumentationLine(String txt)
           
 CodeSnippet CodeSnippet.println(String txt)
           
 

Methods in uic.output.builder with parameters of type CodeSnippet
 void WidgetRepresenter.addAction(MethodRepresenter initAction, CodeSnippet handlingSection)
          A widget can have a series of actions connected to it and code to handle the action at hand.
 void WidgetRepresenter.addAction(WidgetRepresenter uicAction, CodeSnippet handlingSection)
           
 void WidgetRepresenter.addCodeSnippet(CodeSnippet snippet)
           
 

Constructors in uic.output.builder with parameters of type CodeSnippet
WidgetRepresenter.EventRepresenter(MethodRepresenter initAction, CodeSnippet handlingSection)
           
WidgetRepresenter.EventRepresenter(WidgetRepresenter uicAction, CodeSnippet handlingSection)
           
 



Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence