On 08/02/2011 06:37 PM, Greg Brown wrote:
public TreeView(List<?>  treeData) {...}

If it's your IDE that's preventing you from writing this, make sure you are giving it a org.apache.pivot.collections.List, or wrap it in a ListAdapter, if you tried to supply a java.util.List :)

-- Edvin

Reply via email to