org.eclipse.cdt.internal.ui.dialogs.cpaths
Class CPathContainerDescriptor

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathContainerDescriptor
All Implemented Interfaces:
IContainerDescriptor

public class CPathContainerDescriptor
extends java.lang.Object
implements IContainerDescriptor


Nested Class Summary
static class CPathContainerDescriptor.PathEntryContainerPageAdapter
          Deprecated.  
 
Constructor Summary
CPathContainerDescriptor(org.eclipse.core.runtime.IConfigurationElement configElement)
           
 
Method Summary
 boolean canEdit(org.eclipse.cdt.core.model.IPathEntry entry)
           
 IPathEntryContainerPage createPage()
           
static IContainerDescriptor[] getDescriptors()
           
 org.eclipse.swt.graphics.Image getImage()
           
 org.eclipse.swt.graphics.Image getImageFromPlugin(java.lang.String plugin, java.lang.String subdirectoryAndFilename)
           
 org.eclipse.swt.graphics.Image getImageFromURL(java.net.URL installURL, java.lang.String subdirectoryAndFilename)
           
 java.lang.String getName()
           
 java.lang.String getPageClass()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPathContainerDescriptor

public CPathContainerDescriptor(org.eclipse.core.runtime.IConfigurationElement configElement)
                         throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException
Method Detail

createPage

public IPathEntryContainerPage createPage()
                                   throws org.eclipse.core.runtime.CoreException
Specified by:
createPage in interface IContainerDescriptor
Throws:
org.eclipse.core.runtime.CoreException

getName

public java.lang.String getName()
Specified by:
getName in interface IContainerDescriptor

getImage

public org.eclipse.swt.graphics.Image getImage()
Specified by:
getImage in interface IContainerDescriptor

getImageFromPlugin

public org.eclipse.swt.graphics.Image getImageFromPlugin(java.lang.String plugin,
                                                         java.lang.String subdirectoryAndFilename)

getImageFromURL

public org.eclipse.swt.graphics.Image getImageFromURL(java.net.URL installURL,
                                                      java.lang.String subdirectoryAndFilename)

getPageClass

public java.lang.String getPageClass()

canEdit

public boolean canEdit(org.eclipse.cdt.core.model.IPathEntry entry)
Specified by:
canEdit in interface IContainerDescriptor

getDescriptors

public static IContainerDescriptor[] getDescriptors()