Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package uic.output.builder

Package that contains classes for the convertion from the QtDesigner files to usable user interfaces.

See:
          Description

Class Summary
ArrayRepresenter A Representer for an Array.
Callable This represents anything with a Constructor.
Callable.Argument  
CodeSnippet This represents a piece of code that only the JavaFileWriter will write out.
CodeSnippet.Argument  
ContainerRepresenter This represens a set of widgets that are going to be grouped with a layout manager.
ContainerRepresenter.SubWidget  
FieldRepresenter A field of a Class.
MethodRepresenter Any method on a class.
ObjectRepresenter Any class that has a constructor.
ObjectRepresenter.Assignment  
Representer Baseclass, probably useless by itself.
TestBuilder  
UICBuilder The builder that combines all widgets and can be passed to the instanciator or the fileWriter
ValueRepresenter Any value, or better said; instance of a class/basetype.
WidgetRepresenter Any widget that has a constructor, and can be added to a container.
WidgetRepresenter.EventRepresenter  
 

Package uic.output.builder Description

Package that contains classes for the convertion from the QtDesigner files to usable user interfaces. This includes base classes for the plugins which are seperated in subpackages.