public interface DocumentOutputManager
| Modifier and Type | Method and Description |
|---|---|
void |
addDocumentOutput(DocumentOutput documentOutput,
java.lang.Object source)
Adds the supplied document output object to the manager.
|
void |
addInteractiveOutput(InteractiveOutput interactiveOutput,
java.lang.Object source)
Adds the supplied interactive output object to the manager.
|
BuiltObject |
getOutputAt(int index)
Returns the document or interactive output at the specified index.
|
int |
getOutputCount()
Returns the number of outputs being managed.
|
BuiltObject |
getOutputForID(java.lang.String id)
Returns the document or interactive output with the specified ID or
null if no such output can be found. |
void |
removeAll()
Removes all outputs from the manager.
|
void |
removeDocumentOutput(DocumentOutput documentOutput)
Remove the supplied document output object from the manager.
|
void |
removeInteractiveOutput(InteractiveOutput interactiveOutput)
Remove the supplied interactive output object from the manager.
|
void addDocumentOutput(DocumentOutput documentOutput, java.lang.Object source)
documentOutput - the document output to be addedsource - the object that generated or supplied the document
output (may be nullvoid removeDocumentOutput(DocumentOutput documentOutput)
documentOutput - the document output to be removedvoid addInteractiveOutput(InteractiveOutput interactiveOutput, java.lang.Object source)
interactiveOutput - the interactive output to be addedsource - the object that generated or supplied the interactive
output (may be null)void removeInteractiveOutput(InteractiveOutput interactiveOutput)
interactiveOutput - the interactive output to be removedint getOutputCount()
BuiltObject getOutputAt(int index)
index - BuiltObject getOutputForID(java.lang.String id)
null if no such output can be found.id - the output IDnullvoid removeAll()
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.