|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.GroupElementFactory
public class GroupElementFactory
This class is a factory class to instantiate a group element handle.
Constructor Summary | |
---|---|
GroupElementFactory()
|
Method Summary | |
---|---|
static GroupElementHandle |
newGroupElement(ModuleHandle moduleHandle,
java.util.List selectedElements)
Instantiates a group element handle with the given module handle and selected design element list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupElementFactory()
Method Detail |
---|
public static GroupElementHandle newGroupElement(ModuleHandle moduleHandle, java.util.List selectedElements)
moduleHandle
- the module handle of the selected element list, generally it
is the root module of themselectedElements
- the selected design element list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |