public interface IUIManager
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
addCollectionInstance(java.lang.String sCollection)
Add a single instance of all the sheets defined in the specified collection.
|
org.eclipse.birt.chart.model.Chart |
getCurrentModelState()
Returns a COPY of the current model state.
|
java.lang.String[] |
getRegisteredCollectionValue(java.lang.String sCollection)
Get the node names present in the specified collection.
|
boolean |
registerSheetCollection(java.lang.String sCollection,
java.lang.String[] saNodePaths)
Register a collection of Sheets (denoted by their Node Paths) that can be operated on together.
|
boolean |
removeCollectionInstance(java.lang.String sCollection)
Remove the last instance of each sheet defined in the specified collection.
|
boolean registerSheetCollection(java.lang.String sCollection,
java.lang.String[] saNodePaths)
sCollection - unique name for the collectionsaNodePaths - array of node paths associated with each sheet entry in the collectionjava.lang.String[] getRegisteredCollectionValue(java.lang.String sCollection)
sCollection - name of the collection whose contents are to be fetchedboolean addCollectionInstance(java.lang.String sCollection)
sCollection - name of collection whose components are to be addedboolean removeCollectionInstance(java.lang.String sCollection)
sCollection - name of collection whose components are to be removedorg.eclipse.birt.chart.model.Chart getCurrentModelState()
Copyright © 2005-2008 Actuate Corp. All rights reserved.