uic.output.builder
Class ContainerRepresenter

java.lang.Object
  extended byuic.output.builder.Representer
      extended byuic.output.builder.Callable
          extended byuic.output.builder.ObjectRepresenter
              extended byuic.output.builder.WidgetRepresenter
                  extended byuic.output.builder.ContainerRepresenter

public class ContainerRepresenter
extends WidgetRepresenter

This represens a set of widgets that are going to be grouped with a layout manager.


Nested Class Summary
static class ContainerRepresenter.SubWidget
           
 
Nested classes inherited from class uic.output.builder.WidgetRepresenter
WidgetRepresenter.EventRepresenter
 
Nested classes inherited from class uic.output.builder.ObjectRepresenter
ObjectRepresenter.Assignment
 
Nested classes inherited from class uic.output.builder.Callable
Callable.Argument
 
Field Summary
protected  Vector children
           
 
Fields inherited from class uic.output.builder.WidgetRepresenter
dependencies, events, methods
 
Fields inherited from class uic.output.builder.ObjectRepresenter
export, fieldAssignments
 
Fields inherited from class uic.output.builder.Callable
arguments
 
Fields inherited from class uic.output.builder.Representer
name, parent, staticParent
 
Constructor Summary
protected ContainerRepresenter(String name, String fullClassName, boolean export)
           
 
Method Summary
 void addChild(Representer child, String option)
           
 Iterator getChildWidgets()
           
 
Methods inherited from class uic.output.builder.WidgetRepresenter
addAction, addDependency, call, call, clearDependencies, deepCall, getActions, getDependencies, getField, getMethod, getMethods
 
Methods inherited from class uic.output.builder.ObjectRepresenter
export, field, getFields, setField, toString
 
Methods inherited from class uic.output.builder.Callable
addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addNullArgument, getArguments
 
Methods inherited from class uic.output.builder.Representer
getName, getParent, getStaticParent, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

children

protected Vector children
Constructor Detail

ContainerRepresenter

protected ContainerRepresenter(String name,
                               String fullClassName,
                               boolean export)
Method Detail

addChild

public void addChild(Representer child,
                     String option)

getChildWidgets

public Iterator getChildWidgets()


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