g-Eclipse
Release 1.0.0

eu.geclipse.core.model
Interface IExtensible


public interface IExtensible

This interface has to be implemented by each grid element that is entended to be extended. It provides a single method that returns the extension ID of the creator that was responsible for the creation of that element.


Method Summary
 java.lang.String getExtensionID()
          Get the ID of the extension of the grid element creator extension point that was responsible for the creation of this element.
 

Method Detail

getExtensionID

java.lang.String getExtensionID()
Get the ID of the extension of the grid element creator extension point that was responsible for the creation of this element.

Returns:
The creators extension ID.

g-Eclipse
Release 1.0.0