1 11 package org.eclipse.team.ui.synchronize; 12 13 import org.eclipse.jface.resource.ImageDescriptor; 14 15 26 public interface ISynchronizeParticipantDescriptor { 27 32 public String getName(); 33 34 39 public String getDescription(); 40 41 46 public String getId(); 47 48 53 public ImageDescriptor getImageDescriptor(); 54 55 61 public boolean isPersistent(); 62 } 63 | Popular Tags |