taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/RecursiveListComponent.java [47:56]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	public RecursiveListComponent(String fieldName, List theList,
			Properties props, Map<String, Properties> fieldProps,
			Class<?> newItemClass, List<String> subFields, String parent)
			throws NoSuchMethodException, IllegalArgumentException,
			IllegalAccessException, InvocationTargetException,
			ClassNotFoundException {
		super(fieldName, theList, props, fieldProps, newItemClass, subFields,
				parent);
		// TODO Auto-generated constructor stub
	}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/WrappedListComponent.java [40:48]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	public WrappedListComponent(String fieldName, List theList,
			Properties props, Map<String, Properties> fieldProps,
			Class<?> newItemClass, List<String> subFields, String parent)
			throws NoSuchMethodException, IllegalArgumentException,
			IllegalAccessException, InvocationTargetException,
			ClassNotFoundException {
		super(fieldName, theList, props, fieldProps, newItemClass, subFields,
				parent);
	}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



