org.eclipse.cdt.internal.ui.language
Class ProjectContentTypeMappingDialog

java.lang.Object
  extended by org.eclipse.jface.window.Window
      extended by org.eclipse.jface.dialogs.Dialog
          extended by org.eclipse.cdt.internal.ui.language.ContentTypeMappingDialog
              extended by org.eclipse.cdt.internal.ui.language.ProjectContentTypeMappingDialog
All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider

public class ProjectContentTypeMappingDialog
extends ContentTypeMappingDialog


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jface.window.Window
org.eclipse.jface.window.Window.IExceptionHandler
 
Field Summary
 
Fields inherited from class org.eclipse.jface.dialogs.Dialog
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS
 
Fields inherited from class org.eclipse.jface.window.Window
CANCEL, OK
 
Constructor Summary
ProjectContentTypeMappingDialog(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.cdt.core.settings.model.ICConfigurationDescription[] configurations)
           
 
Method Summary
 java.lang.String getConfigurationID()
           
 void setContentTypeFilter(java.util.Set contentTypeFilter)
           
 
Methods inherited from class org.eclipse.cdt.internal.ui.language.ContentTypeMappingDialog
getContentTypeID, getLanguageID, getSelectedContentTypeName, getSelectedLanguageName
 
Methods inherited from class org.eclipse.jface.dialogs.Dialog
applyDialogFont, close, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, create, getBlockedHandler, getImage, setBlockedHandler, shortenText
 
Methods inherited from class org.eclipse.jface.window.Window
getDefaultImage, getDefaultImages, getDefaultOrientation, getReturnCode, getShell, getWindowManager, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setWindowManager
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectContentTypeMappingDialog

public ProjectContentTypeMappingDialog(org.eclipse.swt.widgets.Shell parentShell,
                                       org.eclipse.cdt.core.settings.model.ICConfigurationDescription[] configurations)
Method Detail

setContentTypeFilter

public void setContentTypeFilter(java.util.Set contentTypeFilter)

getConfigurationID

public java.lang.String getConfigurationID()