public interface ComponentMaterialList extends MaterialList
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[][] |
insert(java.lang.String filename,
java.lang.String[] materials,
java.lang.String... password)
Insert materials from an mph file into the material list of this
component and returns the result of the operation as a double string
array of length 3.
The first array contains the messages from insert, the second array contains paths to the inserted objects, and the third array contains paths to the inserted references. |
create, create, create, getString, getStringArray, getStringMatrix, set, set, setclear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetagactive, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, versiongetContainer, getDisplayStringjava.lang.String[][] insert(java.lang.String filename,
java.lang.String[] materials,
java.lang.String... password)
insert in interface MaterialListfilename - The file name.materials - The tags of the materials to insert.password - Optional password for opening the file.