|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.inline.feature.ui.AbstractDisplayable | +--com.inline.feature.common.AbstractFeatureAction
Recommended superclass for FeatureActions.
Field Summary | |
protected Feature |
feature
|
Fields inherited from class com.inline.feature.ui.AbstractDisplayable |
displayProperties,
featureModel |
Fields inherited from interface com.inline.feature.FeatureAction |
DISPLAY_TYPE_PREFIX |
Constructor Summary | |
AbstractFeatureAction(Feature feature)
|
Method Summary | |
Feature |
getFeature()
|
boolean |
isEnabled()
Calls featureModel.isFeatureActionEnabled(feature, this) to allow
the feature model to participat in the management of FeatureActions. |
java.lang.String |
toString()
|
Methods inherited from class com.inline.feature.ui.AbstractDisplayable |
getDisplayProperties,
getDisplayType,
getFeatureModel |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected Feature feature
Constructor Detail |
public AbstractFeatureAction(Feature feature)
Method Detail |
public Feature getFeature()
public boolean isEnabled()
featureModel.isFeatureActionEnabled(feature, this)
to allow
the feature model to participat in the management of FeatureActions.FeatureModel.isFeatureActionEnabled(Feature,FeatureAction)
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |