MonoMac.AppKit.NSTableView Members

The members of MonoMac.AppKit.NSTableView are listed below.

See Also: Inherited members from MonoMac.AppKit.NSControl

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
Initializes the NSTableView with the specified frame.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

AllowsColumnReorderingbool. Documentation for this section has not yet been entered.
AllowsColumnResizingbool. Documentation for this section has not yet been entered.
AllowsColumnSelectionbool. Documentation for this section has not yet been entered.
AllowsEmptySelectionbool. Documentation for this section has not yet been entered.
AllowsMultipleSelectionbool. Documentation for this section has not yet been entered.
AllowsTypeSelectbool. Documentation for this section has not yet been entered.
AutosaveNamestring. Documentation for this section has not yet been entered.
AutosaveTableColumnsbool. Documentation for this section has not yet been entered.
BackgroundColorNSColor. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ClickedColumnint. Documentation for this section has not yet been entered.
[read-only]
ClickedRowint. Documentation for this section has not yet been entered.
ColumnAutoresizingStyleNSTableViewColumnAutoresizingStyle. Documentation for this section has not yet been entered.
[read-only]
ColumnCountint. Documentation for this section has not yet been entered.
CoreGetRowViewNSTableViewRowGetter. Delegate invoked by the object to get a value.
CornerViewNSView. Documentation for this section has not yet been entered.
DataSourceNSTableViewDataSource. Documentation for this section has not yet been entered.
DelegateNSTableViewDelegate. An instance of the MonoMac.AppKit.NSTableViewDelegate model class which acts as the class delegate.
DoubleActionMonoMac.ObjCRuntime.Selector. Documentation for this section has not yet been entered.
DraggingDestinationFeedbackStyleNSTableViewDraggingDestinationFeedbackStyle. Documentation for this section has not yet been entered.
[read-only]
EditedColumnint. Documentation for this section has not yet been entered.
[read-only]
EditedRowint. Documentation for this section has not yet been entered.
[read-only]
EffectiveRowSizeStyleNSTableViewRowSizeStyle. Documentation for this section has not yet been entered.
FloatsGroupRowsbool. Documentation for this section has not yet been entered.
FocusedColumnint. Documentation for this section has not yet been entered.
GetDataCellNSTableViewCellGetter. Delegate invoked by the object to get a value.
GetNextTypeSelectMatchNSTableViewSearchString. Delegate invoked by the object to get a value.
GetRowHeightNSTableViewRowHeight. Delegate invoked by the object to get a value.
GetSelectionIndexesNSTableViewIndexFilter. Delegate invoked by the object to get a value.
GetSelectStringNSTableViewColumnRowString. Delegate invoked by the object to get a value.
GetSizeToFitColumnWidthNSTableViewColumnWidth. Delegate invoked by the object to get a value.
GetViewForItemNSTableViewViewGetter. Delegate invoked by the object to get a value.
GridColorNSColor. Documentation for this section has not yet been entered.
GridStyleMaskNSTableViewGridStyle. Documentation for this section has not yet been entered.
HeaderViewNSTableHeaderView. Documentation for this section has not yet been entered.
HighlightedTableColumnNSTableColumn. Documentation for this section has not yet been entered.
[read-only]
IgnoreModifierKeysWhileDraggingbool. Documentation for this section has not yet been entered.
IntercellSpacingSystem.Drawing.SizeF. Documentation for this section has not yet been entered.
IsGroupRowNSTableViewRowPredicate. Delegate invoked by the object to get a value.
[read-only]
RowCountint. Documentation for this section has not yet been entered.
RowHeightfloat. Documentation for this section has not yet been entered.
RowSizeStyleNSTableViewRowSizeStyle. Documentation for this section has not yet been entered.
[read-only]
static
RowViewKeyMonoMac.Foundation.NSString. Represents the value associated with the constant NSTableViewRowViewKey
[read-only]
SelectedColumnint. Documentation for this section has not yet been entered.
[read-only]
SelectedColumnsMonoMac.Foundation.NSIndexSet. Documentation for this section has not yet been entered.
[read-only]
SelectedColumnsCountint. Documentation for this section has not yet been entered.
[read-only]
SelectedRowint. Documentation for this section has not yet been entered.
[read-only]
SelectedRowCountint. Documentation for this section has not yet been entered.
[read-only]
SelectedRowsMonoMac.Foundation.NSIndexSet. Documentation for this section has not yet been entered.
SelectionHighlightStyleNSTableViewSelectionHighlightStyle. Documentation for this section has not yet been entered.
SelectionShouldChangeNSTableViewPredicate. Delegate invoked by the object to get a value.
ShouldEditTableColumnNSTableViewColumnRowPredicate. Delegate invoked by the object to get a value.
ShouldReorderNSTableReorder. Delegate invoked by the object to get a value.
ShouldSelectRowNSTableViewRowPredicate. Delegate invoked by the object to get a value.
ShouldSelectTableColumnNSTableViewColumnPredicate. Delegate invoked by the object to get a value.
ShouldShowCellExpansionNSTableViewColumnRowPredicate. Delegate invoked by the object to get a value.
ShouldTrackCellNSTableViewCell. Delegate invoked by the object to get a value.
ShouldTypeSelectNSTableViewEventString. Delegate invoked by the object to get a value.
SortDescriptorsMonoMac.Foundation.NSSortDescriptor[]. Documentation for this section has not yet been entered.
SourceNSTableViewSource. Documentation for this section has not yet been entered.
UsesAlternatingRowBackgroundColorsbool. Documentation for this section has not yet been entered.
VerticalMotionCanBeginDragbool. Documentation for this section has not yet been entered.
WeakDataSourceMonoMac.Foundation.NSObject. Documentation for this section has not yet been entered.
WeakDelegateMonoMac.Foundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

AddColumn(NSTableColumn)
Documentation for this section has not yet been entered.
BeginUpdates()
Documentation for this section has not yet been entered.
CanDragRows(MonoMac.Foundation.NSIndexSet, System.Drawing.PointF) : bool
Documentation for this section has not yet been entered.
ColumnForView(NSView) : int
Documentation for this section has not yet been entered.
DeselectAll(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
DeselectColumn(int)
Documentation for this section has not yet been entered.
DeselectRow(int)
Documentation for this section has not yet been entered.
DraggedImageBeganAt(NSImage, System.Drawing.PointF)
Documentation for this section has not yet been entered.
DraggedImageEndedAtDeposited(NSImage, System.Drawing.PointF, bool)
Documentation for this section has not yet been entered.
DraggedImageEndedAtOperation(NSImage, System.Drawing.PointF, NSDragOperation)
Documentation for this section has not yet been entered.
DraggedImageMovedTo(NSImage, System.Drawing.PointF)
Documentation for this section has not yet been entered.
DraggingSourceOperationMaskForLocal(bool) : NSDragOperation
Documentation for this section has not yet been entered.
DrawBackground(System.Drawing.RectangleF)
Documentation for this section has not yet been entered.
DrawGrid(System.Drawing.RectangleF)
Documentation for this section has not yet been entered.
DrawRow(int, System.Drawing.RectangleF)
Documentation for this section has not yet been entered.
EditColumn(int, int, NSEvent, bool)
Documentation for this section has not yet been entered.
EndUpdates()
Documentation for this section has not yet been entered.
EnumerateAvailableRowViews(NSTableViewRowHandler)
Documentation for this section has not yet been entered.
FindColumn(MonoMac.Foundation.NSString) : int
Documentation for this section has not yet been entered.
FindTableColumn(MonoMac.Foundation.NSString) : NSTableColumn
Documentation for this section has not yet been entered.
GetCell(int, int) : NSCell
Documentation for this section has not yet been entered.
GetCellFrame(int, int) : System.Drawing.RectangleF
Documentation for this section has not yet been entered.
GetColumn(System.Drawing.PointF) : int
Documentation for this section has not yet been entered.
GetColumnIndexesInRect(System.Drawing.RectangleF) : MonoMac.Foundation.NSIndexSet
Documentation for this section has not yet been entered.
GetIndicatorImage(NSTableColumn) : NSImage
Documentation for this section has not yet been entered.
GetRow(System.Drawing.PointF) : int
Documentation for this section has not yet been entered.
GetRowView(int, bool) : NSTableRowView
Documentation for this section has not yet been entered.
GetView(int, int, bool) : NSView
Documentation for this section has not yet been entered.
HighlightSelection(System.Drawing.RectangleF)
Documentation for this section has not yet been entered.
InsertRows(MonoMac.Foundation.NSIndexSet, NSTableViewAnimation)
Documentation for this section has not yet been entered.
IsColumnSelected(int) : bool
Documentation for this section has not yet been entered.
IsRowSelected(int) : bool
Documentation for this section has not yet been entered.
MakeView(string, MonoMac.Foundation.NSObject) : NSView
Documentation for this section has not yet been entered.
MoveColumn(int, int)
Documentation for this section has not yet been entered.
MoveRow(int, int)
Documentation for this section has not yet been entered.
NamesOfPromisedFilesDroppedAtDestination(MonoMac.Foundation.NSUrl) : string[]
Documentation for this section has not yet been entered.
NoteHeightOfRowsWithIndexesChanged(MonoMac.Foundation.NSIndexSet)
Documentation for this section has not yet been entered.
NoteNumberOfRowsChanged()
Documentation for this section has not yet been entered.
PerformClick(int, int)
Documentation for this section has not yet been entered.
RectForColumn(int) : System.Drawing.RectangleF
Documentation for this section has not yet been entered.
RectForRow(int) : System.Drawing.RectangleF
Documentation for this section has not yet been entered.
ReloadData()
Documentation for this section has not yet been entered.
ReloadData(MonoMac.Foundation.NSIndexSet, MonoMac.Foundation.NSIndexSet)
Documentation for this section has not yet been entered.
RemoveColumn(NSTableColumn)
Documentation for this section has not yet been entered.
RemoveRows(MonoMac.Foundation.NSIndexSet, NSTableViewAnimation)
Documentation for this section has not yet been entered.
RowForView(NSView) : int
Documentation for this section has not yet been entered.
RowsInRect(System.Drawing.RectangleF) : MonoMac.Foundation.NSRange
Documentation for this section has not yet been entered.
ScrollColumnToVisible(int)
Documentation for this section has not yet been entered.
ScrollRowToVisible(int)
Documentation for this section has not yet been entered.
SelectAll(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
SelectColumn(int, bool)
Documentation for this section has not yet been entered.
SelectColumns(MonoMac.Foundation.NSIndexSet, bool)
Documentation for this section has not yet been entered.
SelectRow(int, bool)
Documentation for this section has not yet been entered.
SelectRows(MonoMac.Foundation.NSIndexSet, bool)
Documentation for this section has not yet been entered.
SetDraggingSourceOperationMask(NSDragOperation, bool)
Documentation for this section has not yet been entered.
SetDropRowDropOperation(int, NSTableViewDropOperation)
Documentation for this section has not yet been entered.
SetIndicatorImage(NSImage, NSTableColumn)
Documentation for this section has not yet been entered.
ShouldFocusCell(NSCell, int, int) : bool
Documentation for this section has not yet been entered.
SizeLastColumnToFit()
Documentation for this section has not yet been entered.
SizeToFit()
Documentation for this section has not yet been entered.
TableColumns() : NSTableColumn[]
Documentation for this section has not yet been entered.
TextDidBeginEditing(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
TextDidChange(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
TextDidEndEditing(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
TextShouldBeginEditing(NSText) : bool
Documentation for this section has not yet been entered.
TextShouldEndEditing(NSText) : bool
Documentation for this section has not yet been entered.
Tile()
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSTableView object.

Public Events

ColumnDidMoveEvent raised by the object.
ColumnDidResizeEvent raised by the object.
DidAddRowViewEvent raised by the object.
DidClickTableColumnEvent raised by the object.
DidDragTableColumnEvent raised by the object.
DidRemoveRowViewEvent raised by the object.
DoubleClickDocumentation for this section has not yet been entered.
MouseDownInHeaderOfTableColumnEvent raised by the object.
SelectionDidChangeEvent raised by the object.
SelectionIsChangingEvent raised by the object.
WillDisplayCellEvent raised by the object.