1 11 package org.eclipse.team.ui.history; 12 13 import org.eclipse.team.core.history.IFileHistory; 14 15 26 public interface IHistoryView { 27 28 32 public static final String VIEW_ID = "org.eclipse.team.ui.GenericHistoryView"; 34 40 public IHistoryPage getHistoryPage(); 41 42 51 public IHistoryPage showHistoryFor(Object object); 52 53 66 public IHistoryPage showHistoryFor(Object object, boolean force); 67 68 } 69 | Popular Tags |