|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
deleteSourcePath(Object modelElement)
Delete the source path settings of the model element. |
Collection |
getAllModelElementsWithSourcePath()
Retrieve a collection of all model elements that have source path settings. |
File |
getSourcePath(Object modelElement)
From a model element retrieve its source path or null if it does not have a direct one (if that happens, you must use recursively its parent or the parent's parent) |
SourcePathTableModel |
getSourcePathSettings()
Provide the complete list of existing source path settings for a model on request. |
void |
setSourcePath(Object modelElement,
File sourcePath)
Set the source path for a specific model element (package or classifier) based on a given File object |
void |
setSourcePath(SourcePathTableModel srcPaths)
Set the source path of the model from the specified settings. |
Method Detail |
public File getSourcePath(Object modelElement)
modelElement
- model element
public SourcePathTableModel getSourcePathSettings()
public void setSourcePath(Object modelElement, File sourcePath)
modelElement
- the model elementsourcePath
- its source pathpublic void setSourcePath(SourcePathTableModel srcPaths)
srcPaths
- the source path settings to be set in the model. Note,
these are used in a resetting way, use the object retrieved withgetSourcePathSettings!
public void deleteSourcePath(Object modelElement)
modelElement
- the model element for which the source path settings
are going to be removedpublic Collection getAllModelElementsWithSourcePath()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |