public interface SelectionList extends PropFeatureList<SelectionFeature>, SelectionContainer, IListMove
Modifier and Type | Method and Description |
---|---|
SelectionFeature |
create(java.lang.String tag)
Creates an explicit selection.
|
SelectionFeature |
create(java.lang.String tag,
java.lang.String featureType)
Creates a named selection feature.
|
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
active, 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, version
getContainer, getDisplayString
SelectionFeature create(java.lang.String tag)
tag
- Explicit selection tag.SelectionFeature create(java.lang.String tag, java.lang.String featureType)
create
in interface PropFeatureList<SelectionFeature>
tag
- The named selection tag.featureType
- The selection type.