g-Eclipse
Release 1.0.0

eu.geclipse.core.model
Interface IWrappedElement

All Superinterfaces:
IGridElement

public interface IWrappedElement
extends IGridElement

Wrapped elements are elements that wrap other elements. This is used in the grid model to show up elements at certain locations that are located elsewhere in the model.


Method Summary
 IGridElement getWrappedElement()
          Get the wrapped, i.e. the original element.
 
Methods inherited from interface eu.geclipse.core.model.IGridElement
dispose, getFileStore, getName, getParent, getPath, getProject, getResource, isHidden, isLocal, isVirtual
 

Method Detail

getWrappedElement

IGridElement getWrappedElement()
Get the wrapped, i.e. the original element.

Returns:
The wrapped element.

g-Eclipse
Release 1.0.0