public interface INameManager
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addContentName(int id,
java.lang.String name)
Adds a content name to the name-manager.
|
void |
clear()
Clears the data in name manage and re-initialize it.
|
void |
dropElement(org.eclipse.birt.report.model.core.DesignElement element)
Deletes the element from the name manager.
|
org.eclipse.birt.report.model.core.Module |
getHostModule()
Gets the host module of this name manager.
|
java.lang.String |
getUniqueName(org.eclipse.birt.report.model.core.DesignElement element)
Returns a unique name for the given element.
|
void |
makeUniqueName(org.eclipse.birt.report.model.core.DesignElement element)
Makes a unique name for the given element.
|
org.eclipse.birt.report.model.core.Module getHostModule()
void makeUniqueName(org.eclipse.birt.report.model.core.DesignElement element)
element - the element to make a unique namevoid clear()
void dropElement(org.eclipse.birt.report.model.core.DesignElement element)
element - the element to dropjava.lang.String getUniqueName(org.eclipse.birt.report.model.core.DesignElement element)
element - the given element.void addContentName(int id,
java.lang.String name)
id - name space idname - the name of the contentCopyright © 2008 Actuate Corp. All rights reserved.