|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INameManager
Interface to do all managements about the element names.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 content
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |