Uses of Class
uic.output.builder.ContainerRepresenter

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

Uses of ContainerRepresenter in uic.output
 

Methods in uic.output with parameters of type ContainerRepresenter
protected  String JavaFileWriter.buildAdds(ContainerRepresenter container)
           
 

Uses of ContainerRepresenter in uic.output.builder
 

Fields in uic.output.builder declared as ContainerRepresenter
protected  ContainerRepresenter UICBuilder.root
           
 

Methods in uic.output.builder that return ContainerRepresenter
 ContainerRepresenter UICBuilder.createContainer(String className)
          Convenience method for the next one.
 ContainerRepresenter UICBuilder.createContainer(String name, String className)
          Convenience method for the next one.
 ContainerRepresenter UICBuilder.createContainer(String name, String className, boolean export)
          Create a new container in the output.
 ContainerRepresenter UICBuilder.getRootContainer()
          Fetch the root container
 

Methods in uic.output.builder with parameters of type ContainerRepresenter
 void UICBuilder.setAsRoot(ContainerRepresenter container)
          Make a container be the root container which means it will be 'attached' to the newly made class.
 



Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence