public interface IFileObjectContainer extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_DESCRIPTION_WIDTH |
static java.lang.String |
PROP_FILE_OBJECTS |
static java.lang.String |
PROP_FILENAME_WIDTH |
static java.lang.String |
PROP_FILEPATH_WIDTH |
static java.lang.String |
PROP_ICON_WIDTH |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
void |
addFileObject(IFileObject fileObject) |
int |
fileObjectCount() |
java.util.Iterator |
fileObjectIterator()
Returns an iterator over the model elements
IFileObject . |
int |
getDescriptionWidth() |
int |
getFilenameWidth() |
IFileObject |
getFileObjectByIndex(int index) |
int |
getFilepathWidth() |
int |
getIconWidth() |
void |
removeFileObject(IFileObject fileObject) |
void |
removeFileObjectByIndex(int index) |
void |
setDescriptionWidth(int descriptionWidth) |
void |
setFilenameWidth(int filenameWidth) |
void |
setFilepathWidth(int filepathWidth) |
void |
setIconWidth(int iconWidth) |
IFileObject[] |
toFileObjectArray() |
addChild, addPropertyChangeListener, addStereotype, addStereotype, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, fromRelationshipCount, fromRelationshipEndCount, fromRelationshipEndIterator, fromRelationshipIterator, getAddress, getChildById, getChildByIndex, getChildByIndex, getChildByName, getChildByName, getDescription, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, getHTMLDescription, getHTMLDescription, getHTMLDescriptionWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDocumentation, getHTMLDocumentation, getHTMLDocumentationWithReferenceModels, getHTMLDocumentationWithReferenceModels, getId, getMasterView, getMirrorSource, getModelPropertyByName, getModelQualityDetails, getModelType, getName, getNickDescription, getNickDescriptionWithReferenceModels, getNickDocumentation, getNickDocumentationWithReferenceModels, getNickHTMLDescription, getNickHTMLDescription, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDocumentation, getNickHTMLDocumentation, getNickHTMLDocumentationWithReferenceModels, getNickHTMLDocumentationWithReferenceModels, getNickname, getNickPropertyValue, getParent, getProject, getQualityReason, getQualityScore, getReferencedBys, getReferencingModels, getSubDiagramAt, getTaggedValues, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDescription, setDocumentation, setHTMLDescription, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, setTaggedValues, stereotypeCount, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArray
static final java.lang.String PROP_FILE_OBJECTS
static final java.lang.String PROP_FILENAME_WIDTH
static final java.lang.String PROP_ICON_WIDTH
static final java.lang.String PROP_FILEPATH_WIDTH
static final java.lang.String PROP_DESCRIPTION_WIDTH
void addFileObject(IFileObject fileObject)
void removeFileObject(IFileObject fileObject)
IFileObject getFileObjectByIndex(int index)
void removeFileObjectByIndex(int index)
int fileObjectCount()
java.util.Iterator fileObjectIterator()
IFileObject
.IFileObject[] toFileObjectArray()
void setFilenameWidth(int filenameWidth)
int getFilenameWidth()
void setIconWidth(int iconWidth)
int getIconWidth()
void setFilepathWidth(int filepathWidth)
int getFilepathWidth()
void setDescriptionWidth(int descriptionWidth)
int getDescriptionWidth()