1 11 package org.eclipse.ui.internal.components.framework; 12 13 import java.util.Collection ; 14 15 40 public abstract class ServiceFactory { 41 58 public abstract ComponentHandle createHandle(Object key, IServiceProvider services) throws ComponentException; 59 60 68 public abstract boolean hasService(Object componentKey); 69 70 78 public abstract Collection getMissingDependencies(); 79 80 } 81 | Popular Tags |