org.eclipse.cdt.ui.newui
Class IncludeDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.eclipse.cdt.ui.newui.AbstractPropertyDialog
org.eclipse.cdt.ui.newui.IncludeDialog
public class IncludeDialog
- extends AbstractPropertyDialog
Field Summary |
java.lang.String |
sdata
|
org.eclipse.swt.widgets.Text |
text
|
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.swt.widgets.Dialog |
getParent, getStyle, getText, setText |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sdata
public java.lang.String sdata
text
public org.eclipse.swt.widgets.Text text
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)
buttonPressed
public void buttonPressed(org.eclipse.swt.events.SelectionEvent e)
- Specified by:
buttonPressed
in class AbstractPropertyDialog