public interface ExportFeatureList extends PropFeatureList<ExportFeature>, IListMove
Modifier and Type | Method and Description |
---|---|
ExportFeature |
create(java.lang.String tag,
java.lang.String oper)
Create an export feature.
|
ExportFeature |
create(java.lang.String tag,
java.lang.String plotGroupTag,
java.lang.String exportType)
Create an export feature from a plot group.
|
ExportFeature |
create(java.lang.String tag,
java.lang.String plotGroupTag,
java.lang.String plotName,
java.lang.String exportType)
Create a plot data export feature.
|
void |
run()
Execute all export features.
|
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
ExportFeature create(java.lang.String tag, java.lang.String oper)
create
in interface PropFeatureList<ExportFeature>
tag
- Feature tag.oper
- Type of feature.ExportFeature create(java.lang.String tag, java.lang.String plotGroupTag, java.lang.String exportType)
tag
- Tag of created export feature.plotGroupTag
- Tag of plot group.exportType
- Type of export.ExportFeature create(java.lang.String tag, java.lang.String plotGroupTag, java.lang.String plotName, java.lang.String exportType)
tag
- Tag of created export feature.plotGroupTag
- Tag of plot group.plotName
- Name of plot.exportType
- Type of export.void run()