public interface MaterialList extends PropFeatureList<Material>, IListMove
| Modifier and Type | Method and Description |
|---|---|
Material |
create(java.lang.String tag)
Creates material in current component.
|
Material |
create(java.lang.String tag,
java.lang.String type)
Creates material of specified type in current component.
|
Material |
create(java.lang.String tag,
java.lang.String type,
java.lang.String component)
Creates material of specified type in the specified component.
|
clear, 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, getDisplayStringMaterial create(java.lang.String tag)
tag - Material tag.Material create(java.lang.String tag, java.lang.String type)
create in interface PropFeatureList<Material>tag - Material tag.type - Material type.Material create(java.lang.String tag, java.lang.String type, java.lang.String component)
tag - Material tag.type - Material type.component - Component, empty string to create a global material.