|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
boolean |
addCollectionInstance(java.lang.String sCollection)
Add a single instance of all the sheets defined in the specified collection. |
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. |
| Method Detail |
public 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 collection
public java.lang.String[] getRegisteredCollectionValue(java.lang.String sCollection)
sCollection - name of the collection whose contents are to be fetched
public boolean addCollectionInstance(java.lang.String sCollection)
sCollection - name of collection whose components are to be added
public boolean removeCollectionInstance(java.lang.String sCollection)
sCollection - name of collection whose components are to be removed
public Chart getCurrentModelState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||