|
UML Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPaletteContent
Interface class for palette content. Palette content should allow palette itmes to check on the diagram type, nature of project, as well as whether the content is from a profile resource.
| Method Summary | |
|---|---|
Diagram |
getDiagram()
Get the diagram type for the content. |
IProjectNature |
getNature(String nature)
Gets a particular org.eclipse.core.resources.IProjectNature if it
exists. |
boolean |
isProfileResource()
|
| Method Detail |
|---|
IProjectNature getNature(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 nullDiagram getDiagram()
boolean isProfileResource()
|
UML Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||