org.eclipse.cdt.internal.ui.dialogs.cpaths
Interface IContainerDescriptor

All Known Implementing Classes:
CPathContainerDescriptor, ProjectContainerDescriptor

public interface IContainerDescriptor


Method Summary
 boolean canEdit(org.eclipse.cdt.core.model.IPathEntry entry)
           
 IPathEntryContainerPage createPage()
           
 org.eclipse.swt.graphics.Image getImage()
           
 java.lang.String getName()
           
 

Method Detail

createPage

IPathEntryContainerPage createPage()
                                   throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException

getName

java.lang.String getName()

getImage

org.eclipse.swt.graphics.Image getImage()

canEdit

boolean canEdit(org.eclipse.cdt.core.model.IPathEntry entry)