com.inline.feature.ui
Interface DisplayPropertyFactory

All Known Implementing Classes:
AbstractDisplayPropertyFactory

public interface DisplayPropertyFactory

See Also:
FeatureService.getDisplayPropertyFactories()

Field Summary
static java.lang.String TYPE
          Resource type for instances of DisplayPropertyFactory
 
Method Summary
 DisplayProperties getDisplayProperties(Displayable displayable)
          Returns a display properties object for the supplied object.
 com.sun.java.util.collections.Set getSupportedDisplayTypes(FeatureModel model)
          A factory is associated with one or more display types within the scope of every feature model.
 

Field Detail

TYPE

public static final java.lang.String TYPE
Resource type for instances of DisplayPropertyFactory
Method Detail

getSupportedDisplayTypes

public com.sun.java.util.collections.Set getSupportedDisplayTypes(FeatureModel model)
A factory is associated with one or more display types within the scope of every feature model.

getDisplayProperties

public DisplayProperties getDisplayProperties(Displayable displayable)
Returns a display properties object for the supplied object.