org.eclipse.cdt.ui.newui
Class IncludeDialog

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by org.eclipse.cdt.ui.newui.AbstractPropertyDialog
          extended by org.eclipse.cdt.ui.newui.IncludeDialog

public class IncludeDialog
extends AbstractPropertyDialog


Field Summary
 java.lang.String sdata
           
 org.eclipse.swt.widgets.Text text
           
 
Fields inherited from class org.eclipse.cdt.ui.newui.AbstractPropertyDialog
check1, check2, check3, data, result, text1, text2
 
Constructor Summary
IncludeDialog(org.eclipse.swt.widgets.Shell parent, int _mode, java.lang.String title, java.lang.String _data, org.eclipse.cdt.core.settings.model.ICConfigurationDescription _cfgd, int flags)
           
 
Method Summary
 void buttonPressed(org.eclipse.swt.events.SelectionEvent e)
           
 
Methods inherited from class org.eclipse.cdt.ui.newui.AbstractPropertyDialog
open
 
Methods inherited from class org.eclipse.swt.widgets.Dialog
getParent, getStyle, getText, setText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sdata

public java.lang.String sdata

text

public org.eclipse.swt.widgets.Text text
Constructor Detail

IncludeDialog

public IncludeDialog(org.eclipse.swt.widgets.Shell parent,
                     int _mode,
                     java.lang.String title,
                     java.lang.String _data,
                     org.eclipse.cdt.core.settings.model.ICConfigurationDescription _cfgd,
                     int flags)
Method Detail

buttonPressed

public void buttonPressed(org.eclipse.swt.events.SelectionEvent e)
Specified by:
buttonPressed in class AbstractPropertyDialog