Uses of Class
org.eclipse.birt.report.model.api.command.NameException
Packages that use NameException
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
-
Uses of NameException in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that throw NameExceptionModifier and TypeMethodDescriptionvoid
SlotHandle.add
(DesignElementHandle content) Adds a report item to the slot with the given element handle.void
SlotHandle.add
(DesignElementHandle content, int newPos) Adds a report item to the slot at the given position.void
SlotHandle.add
(org.eclipse.birt.report.model.core.DesignElement content) Deprecated.void
SlotHandle.add
(org.eclipse.birt.report.model.core.DesignElement content, int newPos) Deprecated.by the methodSlotHandle.add(DesignElementHandle, int)
void
DesignElementHandle.addElement
(DesignElementHandle child, int slotId) Adds a report item to the end of the given slot.void
DesignElementHandle.addElement
(DesignElementHandle child, int slotId, int pos) Adds a report item to the given slot at the given position.void
ExtendedItemHandle.makeUniqueName
(String namePrefix) Makes a unique name for this element with the given name prefix.SlotHandle.paste
(IDesignElement content) Pastes a report item to the slot.SlotHandle.paste
(IDesignElement content, int newPos) Pastes a report item to the slot.SlotHandle.paste
(DesignElementHandle content) Pastes a report item to the slot.SlotHandle.paste
(DesignElementHandle content, int newPos) Pastes a report item to the slot.void
void
Sets the name of this element.void
Sets the group name.void
SlotHandle.add(DesignElementHandle)