Package | Description |
---|---|
org.eclipse.birt.report.model.api.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
static IElementCopy |
CopyUtil.copy(DesignElementHandle source)
Returns the copy of the current element.
|
Modifier and Type | Method and Description |
---|---|
static IPasteStatus |
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 IPasteStatus |
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.
|
Copyright © 2008 Actuate Corp. All rights reserved.