uic.output.builder
Class ContainerRepresenter

java.lang.Object
  extended by uic.output.builder.Representer
      extended by uic.output.builder.Callable
          extended by uic.output.builder.ObjectRepresenter
              extended by uic.output.builder.WidgetRepresenter
                  extended by uic.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/interfaces inherited from class uic.output.builder.WidgetRepresenter
WidgetRepresenter.EventRepresenter
 
Nested classes/interfaces inherited from class uic.output.builder.ObjectRepresenter
ObjectRepresenter.Assignment
 
Nested classes/interfaces inherited from class uic.output.builder.Callable
Callable.Argument
 
Field Summary
protected  List 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)
           
 MethodRepresenter getAddMethod()
           
 Iterator getChildWidgets()
           
 MethodRepresenter getSetLayoutMethod()
           
 void setAddMethod(MethodRepresenter mr)
           
 void setSetLayoutMethod(MethodRepresenter mr)
           
 
Methods inherited from class uic.output.builder.WidgetRepresenter
addAction, addAction, addCodeSnippet, 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, clearArguments, 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 List children
Constructor Detail

ContainerRepresenter

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

addChild

public void addChild(Representer child,
                     String option)

setSetLayoutMethod

public void setSetLayoutMethod(MethodRepresenter mr)

getSetLayoutMethod

public MethodRepresenter getSetLayoutMethod()

setAddMethod

public void setAddMethod(MethodRepresenter mr)

getAddMethod

public MethodRepresenter getAddMethod()

getChildWidgets

public Iterator getChildWidgets()


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