Name
|
Description
|
AddBooleanChoice
|
Adds a Boolean Choice element to the UserInterface.
|
AddLabel
|
Adds a Label element to the UserInterface.
|
AddMultiChoice
|
Adds a Multi-Choice element to the UserInterface.
|
AddMultiChoiceItem
|
Adds a Multi-Choice Item to a Multi-Choice Element.
|
AddPage
|
Adds a Page to the UserInterface.
|
AddPasswordEntry
|
Adds a Password Entry element to the UserInterface.
|
AddPathBrowser
|
Adds a Path Browser element to the UserInterface.
|
AddSeparator
|
Adds a Separator to the UserInterface.
|
AddTextEntry
|
Adds a Text Entry element to the UserInterface.
|
ClearElements
|
Removes all of the Elements from the UserInterface.
|
ClearMultiChoiceItems
|
Removes all of the items from the specified Multi-Choice Element.
|
ClearSavedStates
|
Clears previous saved states for this object.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
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.
|
Save
|
Save the object's state so that it can be restored later.
|