Methods by Category

Action Menu

AppendActionMenuItem
Appends a new item to the end of the action menu.

AppendActionMenuItemToGroup
Appends a new item to the end of the group that contains an existing action menu item.

AppendActionMenuSeparator
Appends a new menu separator to the action menu.

AppendActionMenuSeparatorToGroup
Appends a new menu separator to the end of the group that contains an existing action menu item.

BulletActionMenuItem
Places a bullet (•) to the left of an item on the action menu.

CheckActionMenuItem
Controls whether an item on the action menu is flagged with a check mark.

EnableActionMenuItem
Enables or disables an item on the action menu.

InsertActionMenuItem
Inserts a new menu item after an existing item on the action menu.

InsertActionMenuSeparator
Inserts a new menu separator after an existing item on the action menu.

IsExistingActionMenuItem
Determines whether a particular item exists on the action menu.

RemoveActionMenuItem
Removes an item from the action menu.

ReplaceActionMenuItem
Replaces the text and code associated with an item on the action menu.

ReplaceActionMenuItemCode
Replaces the code associated with an item on the action menu.

ReplaceActionMenuItemText
Replaces the text associated with an item on the action menu.

Attachments

AddAttachedDouble
Adds a double-precision value as an attachment.

AddAttachedInt
Adds an integer value as an attachment.

AddAttachedMatrix
Adds a matrix as an attachment.

AddAttachedObject
Adds a Java object as an attachment.

AddAttachedString
Adds a string as an attachment.

GetAttachedDouble
Returns an attached double-precision value.

GetAttachedInt
Returns an attached integer value.

GetAttachedMatrix
Gets an attached matrix.

GetAttachedObject
Returns an attached Java object.

GetAttachedString
Returns an attached string.

IsExistingAttachment
Determines whether an attachment with the specified name exists.

RemoveAttachment
Removes an attachment.

RemoveAttachments
Removes all attachments.

General

Close
Closes the DataView.

Exists
Determines whether the DataView exists and is valid.

GetDataObject
Gets the associated DataObject.

GetInitiator
Returns a reference to the DataView that initiated execution in response to an action menu item.

IsEquivalent
Determines whether two objects of the DataView class refer to the same data view.

IsInstance
Determines whether an object is an instance of a particular DataView-derived class.

Window Management

ActivateWindow
Activates the window and brings it to the foreground.

SetWindowPosition
Sets the position of the window.

ShowThinWindowBorder
Shows or hides the window’s title bar and border.

ShowWindow
Shows or hides the window.