public interface AppFeature extends PropFeature
| Modifier and Type | Method and Description |
|---|---|
AppFeature |
create(java.lang.String tag,
java.lang.String oper)
Create an application feature.
|
AppFeatureList |
feature()
Get the list of application features.
|
AppFeature |
feature(java.lang.String tag)
Returns an application feature.
|
void |
run(java.lang.String action)
Performs a run operation on this application feature.
|
getAllowedPropertyValues, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanMatrix, getDouble, getDouble, getDouble, getDoubleArray, getDoubleMatrix, getEntryKeyIndex, getEntryKeys, getInt, getInt, getInt, getIntArray, getIntMatrix, getReferenceArray, getString, getString, getString, getString, getStringArray, getStringMatrix, getType, getValueType, hasProperty, hasSelection, move, move, properties, remove, remove, selection, set, set, set, set, set, set, set, set, set, set, set, set, setEntry, setEntry, setEntry, setEntry, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndexselectionactive, 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, getDisplayStringAppFeature create(java.lang.String tag, java.lang.String oper)
tag - Feature tag.oper - Type of feature.AppFeatureList feature()
AppFeature feature(java.lang.String tag)
tag - Application feature tag.void run(java.lang.String action)
action - Action tag.