org.eclipse.cdt.managedbuilder.ui.properties
Class NewCfgDialog

java.lang.Object
  extended by org.eclipse.cdt.managedbuilder.ui.properties.NewCfgDialog
All Implemented Interfaces:
INewCfgDialog

public class NewCfgDialog
extends java.lang.Object
implements INewCfgDialog


Constructor Summary
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewCfgDialog

public NewCfgDialog()
Method Detail

open

public int open()
Specified by:
open in interface INewCfgDialog

setShell

public void setShell(org.eclipse.swt.widgets.Shell shell)
Specified by:
setShell in interface INewCfgDialog

setProject

public void setProject(org.eclipse.cdt.core.settings.model.ICProjectDescription prj)
Specified by:
setProject in interface INewCfgDialog

setTitle

public void setTitle(java.lang.String _title)
Specified by:
setTitle in interface INewCfgDialog