org.escot
Class FeatureWrapper

java.lang.Object
  |
  +--org.escot.BasicFeature
        |
        +--org.escot.FeatureWrapper
All Implemented Interfaces:
EscotFeature

public class FeatureWrapper
extends BasicFeature

FeatureWrapper wraps features which don't correspond to JavaBeans properties or EscotFeature, such as an Image or a Document.


Fields inherited from class org.escot.BasicFeature
INITIAL_ATTR_CAPACITY, mAttributes, mPCSupport
 
Fields inherited from interface org.escot.EscotFeature
COLOR_ATTRIBUTE, DESCRIPTION_ATTRIBUTE, ICON16x16_ATTRIBUTE, TYPE_ATTRIBUTE
 
Constructor Summary
FeatureWrapper(Object feature)
           
 
Method Summary
 Object getFeature()
           
 
Methods inherited from class org.escot.BasicFeature
addPropertyChangeListener, duplicate, getAttribute, getName, putAttribute, removePropertyChangeListener, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureWrapper

public FeatureWrapper(Object feature)
Method Detail

getFeature

public Object getFeature()