|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.ElementDetailHandle
public abstract class ElementDetailHandle
Abstract base class for property handles, slot handles, structure handles an other handles that provide detail about a report element.
Field Summary | |
---|---|
protected DesignElementHandle |
elementHandle
The handle to the report element. |
Constructor Summary | |
---|---|
ElementDetailHandle(DesignElementHandle element)
Constructs a detail handle given a handle to a report element. |
Method Summary | |
---|---|
org.eclipse.birt.report.model.elements.ReportDesign |
getDesign()
Deprecated. |
org.eclipse.birt.report.model.core.DesignElement |
getElement()
Returns the design element. |
DesignElementHandle |
getElementHandle()
Returns a handle to the design element. |
org.eclipse.birt.report.model.core.Module |
getModule()
Returns the module |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final DesignElementHandle elementHandle
Constructor Detail |
---|
public ElementDetailHandle(DesignElementHandle element)
element
- a handle to a report elementMethod Detail |
---|
public org.eclipse.birt.report.model.elements.ReportDesign getDesign()
public org.eclipse.birt.report.model.core.Module getModule()
public org.eclipse.birt.report.model.core.DesignElement getElement()
public DesignElementHandle getElementHandle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |