net.refractions.udig.project
Interface UDIGAdaptableDecorator

All Known Implementing Classes:
AdaptableFeature

public interface UDIGAdaptableDecorator

The interface for all classes that decorate non-eclipse classes. This allows access to the "Real" object if necessary.

Since:
0.3
Author:
jeichar

Method Summary
 java.lang.Object getObject()
          Get the "real" object.
 

Method Detail

getObject

java.lang.Object getObject()
Get the "real" object.

Returns:
the "real object