Uses of Class
uic.output.builder.MethodRepresenter

Packages that use MethodRepresenter
uic.output Package that contains classes for the convertion from the QtDesigner files to usable user interfaces. 
uic.output.builder   
uic.output.zaval   
 

Uses of MethodRepresenter in uic.output
 

Methods in uic.output that return MethodRepresenter
 MethodRepresenter AbstractWidget.ActionInformation.getAddHandlerMethod(WidgetRepresenter sender, WidgetRepresenter receiver, String slotAction)
          Create a MethodRepresenter that can be used to add a listener to a widget.
 

Uses of MethodRepresenter in uic.output.builder
 

Methods in uic.output.builder that return MethodRepresenter
 MethodRepresenter MethodRepresenter.call(String methodName)
          Call a method on the output of this method.
 MethodRepresenter WidgetRepresenter.call(String method)
           
 MethodRepresenter WidgetRepresenter.deepCall(String firstMethod, String secondMethod)
          Convienience method for a case like this: this.getText().size().
 MethodRepresenter ContainerRepresenter.getAddMethod()
           
 MethodRepresenter MethodRepresenter.getChildMethod()
           
 MethodRepresenter WidgetRepresenter.EventRepresenter.getInitAction()
           
 MethodRepresenter WidgetRepresenter.getMethod(String name)
           
 MethodRepresenter ContainerRepresenter.getSetLayoutMethod()
           
 

Methods in uic.output.builder with parameters of type MethodRepresenter
 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 UICBuilder.addStaticMethodCall(MethodRepresenter method)
          If you need a static method call during the construction of your container, add it here.
 void WidgetRepresenter.call(MethodRepresenter method)
           
 WidgetRepresenter UICBuilder.createWidget(String className, MethodRepresenter parent)
           
 WidgetRepresenter UICBuilder.createWidget(String className, MethodRepresenter parent, String name, boolean export)
           
 void ContainerRepresenter.setAddMethod(MethodRepresenter mr)
           
 void MethodRepresenter.setChildMethod(MethodRepresenter child)
           
 void ContainerRepresenter.setSetLayoutMethod(MethodRepresenter mr)
           
 

Constructors in uic.output.builder with parameters of type MethodRepresenter
WidgetRepresenter.EventRepresenter(MethodRepresenter initAction, CodeSnippet handlingSection)
           
WidgetRepresenter(String name, String fullClassName, MethodRepresenter parent)
           
WidgetRepresenter(String name, String fullClassName, MethodRepresenter parent, boolean export)
           
 

Uses of MethodRepresenter in uic.output.zaval
 

Methods in uic.output.zaval that return MethodRepresenter
 MethodRepresenter AbstractWidget.ZavalActionInformation.getAddHandlerMethod(WidgetRepresenter sender, WidgetRepresenter receiver, String slotAction)
           
 



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