Uses of Class
uic.output.builder.Representer

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

Uses of Representer in uic.output
 

Methods in uic.output that return Representer
 Representer DummyTranslator.getButtonText(Object in)
           
 Representer TranslatorInterface.getButtonText(Object in)
          In modern GUIs the '&' in front of a character represents a mnemonic; but should not be visible on buttons; this method returns the string sans the '&'.
 Representer UICTranslator.getButtonText(Object in)
           
 Representer DummyTranslator.getMnemonic(Object in)
           
 Representer TranslatorInterface.getMnemonic(Object in)
          In modern GUIs the '&' in front of a character represents a mnemonic; but should not be visible on buttons; this method returns the first character that follows the first '& char.
 Representer UICTranslator.getMnemonic(Object in)
           
 Representer DummyTranslator.i18n(Object in)
           
 Representer TranslatorInterface.i18n(Object in)
          The usage of this method (in implementing classes) would be to translate text from the user-interface input file to the output.
 Representer UICTranslator.i18n(Object in)
           
 

Methods in uic.output with parameters of type Representer
protected  String JavaFileWriter.build(Representer representer, boolean isRootNode)
           
protected  String JavaFileWriter.build(Representer representer, boolean isRootNode, boolean rootWidget)
           
protected  String JavaFileWriter.getImport(Representer rep)
           
protected  void JavaFileWriter.getImports(Vector done, HashMap packages, Representer rep)
           
 

Uses of Representer in uic.output.builder
 

Subclasses of Representer in uic.output.builder
 class ArrayRepresenter
          A Representer for an Array.
 class Callable
          This represents anything with a Constructor.
 class CodeSnippet
          This represents a piece of code that only the JavaFileWriter will write out.
 class ContainerRepresenter
          This represens a set of widgets that are going to be grouped with a layout manager.
 class DelayedWidgetRepresenter
           
 class FieldRepresenter
          A field of a Class.
 class MethodRepresenter
          Any method on a class.
 class ObjectRepresenter
          Any class that has a constructor.
 class ValueRepresenter
          Any value, or better said; instance of a class/basetype.
 class WidgetRepresenter
          Any widget that has a constructor, and can be added to a container.
 

Fields in uic.output.builder declared as Representer
protected  Representer Representer.parent
           
 

Methods in uic.output.builder that return Representer
 Representer Callable.Argument.getArgument()
           
 Representer DelayedWidgetRepresenter.getParent()
           
 Representer Representer.getParent()
           
 Representer ObjectRepresenter.Assignment.getRight()
           
 

Methods in uic.output.builder with parameters of type Representer
 Callable Callable.addArgument(Representer arg)
           
 Callable Callable.addArgument(String returnType, Representer arg)
           
 void ContainerRepresenter.addChild(Representer child, String option)
           
 void ObjectRepresenter.setField(String fieldName, Representer value)
           
 

Constructors in uic.output.builder with parameters of type Representer
Callable.Argument(Representer arg)
           
Callable.Argument(String returnType, Representer arg)
           
FieldRepresenter(Representer parent, String name)
           
MethodRepresenter(Representer parent, String name)
           
ObjectRepresenter.Assignment(FieldRepresenter left, Representer right)
           
ObjectRepresenter(Representer parent, boolean export)
           
 



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