public interface MethodCallFeatureList extends PropFeatureList<MethodCallFeature>, IListMove
Modifier and Type | Method and Description |
---|---|
MethodCallFeature |
create(java.lang.String tag,
java.lang.String method)
Create a method call feature.
|
java.lang.String[] |
methods()
Get names of all methods.
|
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
MethodCallFeature create(java.lang.String tag, java.lang.String method)
create
in interface PropFeatureList<MethodCallFeature>
tag
- Feature tag.method
- Method called.java.lang.String[] methods()