org.eclipse.cdt.ui.newui
Interface INewCfgDialog

All Known Implementing Classes:
NewCfgDialog, NewConfigurationDialog

public interface INewCfgDialog

Represents class which is able to display "New configuration" dialog instead of standard one and, if user pressed OK, create new configuration on a basis of its internal data used by extension point: "org.eclipse.cdt.ui.newCfgDialog"


Method Summary
 int open()
           
 void setProject(org.eclipse.cdt.core.settings.model.ICProjectDescription prj)
           
 void setShell(org.eclipse.swt.widgets.Shell shell)
           
 void setTitle(java.lang.String title)
           
 

Method Detail

setProject

void setProject(org.eclipse.cdt.core.settings.model.ICProjectDescription prj)

setTitle

void setTitle(java.lang.String title)

setShell

void setShell(org.eclipse.swt.widgets.Shell shell)

open

int open()