uic.output.builder
Class ObjectRepresenter
java.lang.Object
uic.output.builder.Representer
uic.output.builder.Callable
uic.output.builder.ObjectRepresenter
- Direct Known Subclasses:
- WidgetRepresenter
- public class ObjectRepresenter
- extends Callable
Any class that has a constructor.
Methods inherited from class uic.output.builder.Callable |
addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addNullArgument, getArguments |
export
protected boolean export
fieldAssignments
protected Vector fieldAssignments
ObjectRepresenter
public ObjectRepresenter(Representer parent,
boolean export)
ObjectRepresenter
public ObjectRepresenter(String fullClassName)
- Is created for something like: 'panel.setLayout(new GridLayout())'
The new GridLayout() is the ObjectRepresenter in this case.
field
public FieldRepresenter field(String fieldName)
setField
public void setField(String fieldName,
Representer value)
getFields
public Vector getFields()
toString
public String toString()
- Overrides:
toString
in class Representer
export
public boolean export()
- Returns wheather the object should become a member variable in the resulting class.
Only objects that are exported will be accessable from extending classes.
- Returns:
- wheather the object should become a member variable in the resulting class.
Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence