package org.simantics.g3d.property; import java.util.List; public interface PropertyTabContributorFactory { public List getContributors(Object input); }