|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IElementCopy | |
---|---|
org.eclipse.birt.report.model.api.util | Utility classes. |
Uses of IElementCopy in org.eclipse.birt.report.model.api.util |
---|
Methods in org.eclipse.birt.report.model.api.util that return IElementCopy | |
---|---|
static IElementCopy |
CopyUtil.copy(DesignElementHandle source)
Returns the copy of the current element. |
Methods in org.eclipse.birt.report.model.api.util with parameters of type IElementCopy | |
---|---|
static boolean |
CopyUtil.canPaste(IElementCopy copy,
DesignElementHandle container,
int slotID)
/** Checks whether the given copy can be pasted into the given slot of the specified element. |
static boolean |
CopyUtil.canPaste(IElementCopy copy,
DesignElementHandle container,
java.lang.String propName)
/** Checks whether the given copy can be pasted into the given slot of the specified element. |
static java.util.List |
CopyUtil.paste(IElementCopy copy,
DesignElementHandle container,
int slotID)
Pastes a report item to the slot. |
static java.util.List |
CopyUtil.paste(IElementCopy copy,
DesignElementHandle container,
int slotID,
int newPos)
Pastes a report item to the slot. |
static java.util.List |
CopyUtil.paste(IElementCopy copy,
DesignElementHandle container,
java.lang.String propName)
Pastes a report item to the slot. |
static java.util.List |
CopyUtil.paste(IElementCopy copy,
DesignElementHandle container,
java.lang.String propName,
int newPos)
Pastes a report item to the slot. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |