Name
|
Description
|
BeginBatchUpdate
|
This method marks the beginning of a period where any update to the window will be queued and only processed when the WatchWindow.EndBatchUpdate method is called.
|
ClearSavedStates
|
Clears previous saved states for this object.
|
CloseWindow
|
Closes the window.
|
EndBatchUpdate
|
Processes all updates to the window that have occurred since the WatchWindow.BeginBatchUpdate method was called.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
NewWindow
|
Resets the OutputWindow so that a new window will be created next time Update is called.
|
PutToFile
|
Convert the object state to FreeFlyer object xml and write to a file.
|
PutToString
|
Convert the object state to FreeFlyer object xml and return as a string.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
Restore
|
Restore an object's state from a previously saved state.
|
Resume
|
Causes the window to resume updating.
|
Save
|
Save the object's state so that it can be restored later.
|
SaveImage
|
Saves an image of the OutputWindow to a file. Note that this only works with FF.exe if the --windowed-output-mode switch is used.
|
Suspend
|
Causes the window to ignore updates until Resume is called.
|
Update
|
Updates the window contents using current object values.
|