1 11 package org.eclipse.debug.internal.ui.viewers.model.provisional; 12 13 import org.eclipse.debug.core.IRequest; 14 import org.eclipse.jface.viewers.TreePath; 15 16 23 public interface IViewerUpdate extends IRequest { 24 25 30 public IPresentationContext getPresentationContext(); 31 32 37 public Object getElement(); 38 39 45 public TreePath getElementPath(); 46 } 47 | Popular Tags |