com.inline.feature.common
Class AbstractFeatureActionFactory

java.lang.Object
  |
  +--com.inline.feature.common.AbstractFeatureActionFactory
Direct Known Subclasses:
FieldListActionFactory

public abstract class AbstractFeatureActionFactory
extends java.lang.Object
implements FeatureActionFactory

Recommended superclass for FeatureActionFactories.


Fields inherited from interface com.inline.feature.FeatureActionFactory
TYPE
 
Constructor Summary
AbstractFeatureActionFactory()
           
 
Method Summary
 boolean isEnabled(Feature feature)
          This implementation of the method calls isFeatureActionFactoryEnabled() on FeatureModel and returns false if FeatureModel returns false.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFeatureActionFactory

public AbstractFeatureActionFactory()
Method Detail

isEnabled

public boolean isEnabled(Feature feature)
This implementation of the method calls isFeatureActionFactoryEnabled() on FeatureModel and returns false if FeatureModel returns false.
Specified by:
isEnabled in interface FeatureActionFactory
See Also:
FeatureModel.isFeatureActionFactoryEnabled(Feature, FeatureActionFactory)