org.eclipse.cdt.ui.newui
Class SymbolDialog

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.SymbolDialog

public class SymbolDialog
extends AbstractPropertyDialog


Field Summary
 
Fields inherited from class org.eclipse.cdt.ui.newui.AbstractPropertyDialog
check1, check2, check3, data, result, text1, text2
 
Constructor Summary
SymbolDialog(org.eclipse.swt.widgets.Shell parent, boolean _newAction, java.lang.String title, java.lang.String _data1, java.lang.String _data2, org.eclipse.cdt.core.settings.model.ICResourceDescription _cfgd)
           
 
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
 

Constructor Detail

SymbolDialog

public SymbolDialog(org.eclipse.swt.widgets.Shell parent,
                    boolean _newAction,
                    java.lang.String title,
                    java.lang.String _data1,
                    java.lang.String _data2,
                    org.eclipse.cdt.core.settings.model.ICResourceDescription _cfgd)
Method Detail

buttonPressed

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