public class FactoryElementHandle
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
public java.util.List<StyleHandle> getAllFactoryStyles()
public FactoryPropertyHandle getFactoryPropertyHandle(java.lang.String propName)
propName
- the name of the property to getnull
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.Copyright © 2008 Actuate Corp. All rights reserved.