org.eclipse.cdt.ui.dialogs
Class CygwinPEBinaryParserPage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.cdt.ui.dialogs.AbstractCOptionPage
          extended by org.eclipse.cdt.ui.dialogs.CygwinPEBinaryParserPage
All Implemented Interfaces:
ICOptionPage, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider

public class CygwinPEBinaryParserPage
extends AbstractCOptionPage


Field Summary
static java.lang.String PREF_ADDR2LINE_PATH
           
static java.lang.String PREF_CPPFILT_PATH
           
static java.lang.String PREF_CYGPATH_PATH
           
static java.lang.String PREF_NM_PATH
           
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
CygwinPEBinaryParserPage()
           
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite composite)
           
 void performApply(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void performDefaults()
           
 
Methods inherited from class org.eclipse.cdt.ui.dialogs.AbstractCOptionPage
isValid, setContainer
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getMessageType, getShell, getTitle, performHelp, setDescription, setErrorMessage, setImageDescriptor, setMessage, setMessage, setTitle, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Field Detail

PREF_ADDR2LINE_PATH

public static final java.lang.String PREF_ADDR2LINE_PATH
See Also:
Constant Field Values

PREF_CPPFILT_PATH

public static final java.lang.String PREF_CPPFILT_PATH
See Also:
Constant Field Values

PREF_CYGPATH_PATH

public static final java.lang.String PREF_CYGPATH_PATH
See Also:
Constant Field Values

PREF_NM_PATH

public static final java.lang.String PREF_NM_PATH
See Also:
Constant Field Values
Constructor Detail

CygwinPEBinaryParserPage

public CygwinPEBinaryParserPage()
Method Detail

performApply

public void performApply(org.eclipse.core.runtime.IProgressMonitor monitor)
                  throws org.eclipse.core.runtime.CoreException
Specified by:
performApply in interface ICOptionPage
Specified by:
performApply in class AbstractCOptionPage
Throws:
org.eclipse.core.runtime.CoreException

performDefaults

public void performDefaults()
Specified by:
performDefaults in interface ICOptionPage
Specified by:
performDefaults in class AbstractCOptionPage

createControl

public void createControl(org.eclipse.swt.widgets.Composite composite)
Specified by:
createControl in interface org.eclipse.jface.dialogs.IDialogPage
Specified by:
createControl in class AbstractCOptionPage