blob: 1e72f2312602d426907dbbcd98d05882b5d4460b [file] [log] [blame]
/*
* Created on Jan 30, 2004
*
* To change the template for this generated file go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
package org.eclipse.ui.forms;
/**
* @author dejan
*
* To change the template for this generated type comment go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
public interface IDetailsPageProvider {
Object getPageKey(Object object);
IDetailsPage getPage(Object objectClass);
}