org.eclipse.xtext.ui.shared.internal
Class AbstractComposite<T>

java.lang.Object
  extended by org.eclipse.xtext.ui.shared.internal.AbstractComposite<T>
Direct Known Subclasses:
ComposedResourceChangeListener

public class AbstractComposite<T>
extends java.lang.Object


Constructor Summary
AbstractComposite(java.lang.Class<T> clazz, com.google.inject.Injector injector)
           
 
Method Summary
protected  java.util.List<T> getElements()
           
protected  void handle(java.lang.RuntimeException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractComposite

@Inject
public AbstractComposite(java.lang.Class<T> clazz,
                                com.google.inject.Injector injector)
Method Detail

handle

protected void handle(java.lang.RuntimeException e)

getElements

protected java.util.List<T> getElements()