com.inline.feature.example
Class FieldListActionFactory

java.lang.Object
  |
  +--com.inline.feature.common.AbstractFeatureActionFactory
        |
        +--com.inline.feature.example.FieldListActionFactory

public class FieldListActionFactory
extends AbstractFeatureActionFactory


Constructor Summary
FieldListActionFactory()
           
 
Method Summary
 com.sun.java.util.collections.Set allocateFeatureActions(Feature parent)
          Returns a set of FeatureActions objects which can operate on the supplied feature.
 com.sun.java.util.collections.Set getSupportedFeatureTypes(FeatureModel model)
          A factory is associated with one or more feature types within the scope of every feature model.
 
Methods inherited from class com.inline.feature.common.AbstractFeatureActionFactory
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldListActionFactory

public FieldListActionFactory()
Method Detail

getSupportedFeatureTypes

public com.sun.java.util.collections.Set getSupportedFeatureTypes(FeatureModel model)
Description copied from interface: FeatureActionFactory
A factory is associated with one or more feature types within the scope of every feature model. If the factory returns null, it will be allowed to provide actions for all features in the model.

allocateFeatureActions

public com.sun.java.util.collections.Set allocateFeatureActions(Feature parent)
Description copied from interface: FeatureActionFactory
Returns a set of FeatureActions objects which can operate on the supplied feature. Note that the overall list of actions is composed of sets returned by all relevant factories.