public interface IPaletteContent
Modifier and Type | Method and Description |
---|---|
org.eclipse.gmf.runtime.notation.Diagram |
getDiagram()
Get the diagram type for the content.
|
org.eclipse.core.resources.IProjectNature |
getNature(java.lang.String nature)
Gets a particular
org.eclipse.core.resources.IProjectNature if it
exists. |
boolean |
isProfileResource() |
org.eclipse.core.resources.IProjectNature getNature(java.lang.String nature)
org.eclipse.core.resources.IProjectNature
if it
exists.nature
- Project Nature to be retrieved from the project.IProjectNature
from the project if it exists, else null
org.eclipse.gmf.runtime.notation.Diagram getDiagram()
boolean isProfileResource()