|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.FactoryElementHandle
public class FactoryElementHandle
Factory element handle class to retrieve some factory styles.
Method Summary | |
---|---|
java.util.List<StyleHandle> |
getAllFactoryStyles()
Gets all the factory style handle. |
FactoryPropertyHandle |
getFactoryPropertyHandle(java.lang.String propName)
Returns a handle for a top-level property for use in preparing the Factory data structures. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.List<StyleHandle> getAllFactoryStyles()
public FactoryPropertyHandle getFactoryPropertyHandle(java.lang.String propName)
propName
- the name of the property to get
null
if either 1) no
property exists with the given name or 2) the property is a style
property and is not set in a private style.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |