org.eclipse.cdt.ui.dialogs
Class GNUElfBinaryParserPage

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.AbstractGNUBinaryParserPage
              extended by org.eclipse.cdt.ui.dialogs.GNUElfBinaryParserPage
All Implemented Interfaces:
ICOptionPage, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider

public class GNUElfBinaryParserPage
extends AbstractGNUBinaryParserPage

Reusing AbstractGNUBinaryParserPage. New class is required for the algorithm in method performApply. Must implement getRealBinaryParserPage method.

Author:
vhirsl

Field Summary
 
Fields inherited from class org.eclipse.cdt.ui.dialogs.AbstractGNUBinaryParserPage
PREF_ADDR2LINE_PATH, PREF_CPPFILT_PATH
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
GNUElfBinaryParserPage()
           
 
Method Summary
 
Methods inherited from class org.eclipse.cdt.ui.dialogs.AbstractGNUBinaryParserPage
createControl, performApply, 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
 

Constructor Detail

GNUElfBinaryParserPage

public GNUElfBinaryParserPage()