|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDesignElement
Interface for all the design elements.
Method Summary | |
---|---|
java.lang.Object |
clone()
Generates a clone copy of this element. |
IElementDefn |
getDefn()
Returns the definition object for this element. |
DesignElementHandle |
getHandle(org.eclipse.birt.report.model.core.Module module)
Returns an API handle for this element. |
Method Detail |
---|
IElementDefn getDefn()
Part of: Meta data system.
DesignElementHandle getHandle(org.eclipse.birt.report.model.core.Module module)
module
- the module
java.lang.Object clone() throws java.lang.CloneNotSupportedException
When inserting the cloned element into the design tree, user needs to
care about the element name confliction; that is, the client needs to
call the method
to change the element names.
ModuleHandle.rename( DesignElementHandle )
java.lang.CloneNotSupportedException
- if clone is not supported.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |