|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDesignElement | |
org.eclipse.birt.report.model.api | Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") |
org.eclipse.birt.report.model.api.command | Provides events when some command operations modify the state of the Design Engine. |
org.eclipse.birt.report.model.api.elements.table |
Uses of IDesignElement in org.eclipse.birt.report.model.api |
Methods in org.eclipse.birt.report.model.api that return IDesignElement | |
IDesignElement |
DesignElementHandle.copy()
Deeply clones the current design element which is wrapped by the handle. |
Methods in org.eclipse.birt.report.model.api with parameters of type IDesignElement | |
java.util.List |
SlotHandle.paste(IDesignElement content)
Pastes a report item to the slot. |
java.util.List |
SlotHandle.paste(IDesignElement content,
int newPos)
Pastes a report item to the slot. |
Uses of IDesignElement in org.eclipse.birt.report.model.api.command |
Methods in org.eclipse.birt.report.model.api.command that return IDesignElement | |
IDesignElement |
TemplateTransformEvent.getFrom()
Returns the element which this event transforms from. |
IDesignElement |
TemplateTransformEvent.getTo()
Returns the element which this event transforms to. |
IDesignElement |
ContentReplaceEvent.getOldElement()
Returns the old element causing this event. |
IDesignElement |
ContentReplaceEvent.getNewElement()
Returns the new element causing this event. |
IDesignElement |
ContentEvent.getContent()
Returns the content element causing this event. |
Uses of IDesignElement in org.eclipse.birt.report.model.api.elements.table |
Methods in org.eclipse.birt.report.model.api.elements.table with parameters of type IDesignElement | |
static org.eclipse.birt.report.model.elements.ReportItem |
LayoutUtil.getCompoundContainer(IDesignElement element)
Returns a nearest TableItem/GridItem container for
TableRow , TableGroup and
TableItem if applicable. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |