|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.core.CContentTypes
public class CContentTypes
Handles the access to the content types of the platform.
Constructor Summary | |
---|---|
CContentTypes()
|
Method Summary | |
---|---|
static org.eclipse.core.runtime.content.IContentType |
getContentType(org.eclipse.core.resources.IProject project,
java.lang.String filename)
Implementation for CCorePlugin.getContentType(IProject, String) . |
static void |
setUseProjectSpecificContentTypes(org.eclipse.core.resources.IProject project,
boolean val)
Implementation for CCorePlugin.setUseProjectSpecificContentTypes(IProject, boolean) . |
static boolean |
usesProjectSpecificContentTypes(org.eclipse.core.resources.IProject project)
This method is copied from the resources plugin and figures out whether project specific settings are enabled or not. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CContentTypes()
Method Detail |
---|
public static org.eclipse.core.runtime.content.IContentType getContentType(org.eclipse.core.resources.IProject project, java.lang.String filename)
CCorePlugin.getContentType(IProject, String)
.
public static boolean usesProjectSpecificContentTypes(org.eclipse.core.resources.IProject project)
CCorePlugin.usesProjectSpecificContentTypes(IProject)
.
public static void setUseProjectSpecificContentTypes(org.eclipse.core.resources.IProject project, boolean val)
CCorePlugin.setUseProjectSpecificContentTypes(IProject, boolean)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |