The plugin part MBS MacControls Plugin
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS MacControls Plugin:
- class ABPeoplePickerViewMBS
- class ABPersonViewMBS
- class BevelButton
- class CanvasGesturesMBS
- method Destructor
- method Constructor
- method AddCanvas(c as Canvas)
- method RemoveCanvas(c as Canvas)
- method AddCanvas(c as DesktopCanvas)
- method RemoveCanvas(c as DesktopCanvas)
- property CanvasCount as Integer
- event magnifyWithEvent(can as Variant, e as NSEventMBS) as boolean
- event rotateWithEvent(can as Variant, e as NSEventMBS) as boolean
- event swipeWithEvent(can as Variant, e as NSEventMBS) as boolean
- event beginGestureWithEvent(can as Variant, e as NSEventMBS) as boolean
- event endGestureWithEvent(can as Variant, e as NSEventMBS) as boolean
- event smartMagnifyWithEvent(can as Variant, e as NSEventMBS) as boolean
- event scrollWheel(can as Variant, e as NSEventMBS) as boolean
- event touchesBeganWithEvent(can as Variant, e as NSEventMBS) as boolean
- event touchesMovedWithEvent(can as Variant, e as NSEventMBS) as boolean
- event touchesEndedWithEvent(can as Variant, e as NSEventMBS) as boolean
- event touchesCancelledWithEvent(can as Variant, e as NSEventMBS) as boolean
- class CheckBox
- class ComboBox
- class CustomNSScrollerMBS
- method Destructor
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as double, top as double, width as double, height as double)
- event Open
- event Close
- event acceptsFirstResponder as boolean
- event mouseDown(e as NSEventMBS, x as double, y as double) as boolean
- event mouseDragged(e as NSEventMBS, x as double, y as double) as boolean
- event mouseUp(e as NSEventMBS, x as double, y as double) as boolean
- event mouseMoved(e as NSEventMBS, x as double, y as double) as boolean
- event mouseEntered(e as NSEventMBS, x as double, y as double) as boolean
- event mouseExited(e as NSEventMBS, x as double, y as double) as boolean
- event rightMouseDown(e as NSEventMBS, x as double, y as double) as boolean
- event rightMouseDragged(e as NSEventMBS, x as double, y as double) as boolean
- event rightMouseUp(e as NSEventMBS, x as double, y as double) as boolean
- event otherMouseDown(e as NSEventMBS, x as double, y as double) as boolean
- event otherMouseDragged(e as NSEventMBS, x as double, y as double) as boolean
- event otherMouseUp(e as NSEventMBS, x as double, y as double) as boolean
- event becomeFirstResponder as boolean
- event resignFirstResponder as boolean
- event keyDown(e as NSEventMBS) as boolean
- event keyUp(e as NSEventMBS) as boolean
- event isOpaque as boolean
- event magnifyWithEvent(e as NSEventMBS) as boolean
- event rotateWithEvent(e as NSEventMBS) as boolean
- event swipeWithEvent(e as NSEventMBS) as boolean
- event beginGestureWithEvent(e as NSEventMBS) as boolean
- event endGestureWithEvent(e as NSEventMBS) as boolean
- event scrollWheel(e as NSEventMBS) as boolean
- event acceptsFirstMouse(e as NSEventMBS) as boolean
- event viewDidMoveToWindow
- event mouseDownCanMoveWindow as boolean
- event canBecomeKeyView as boolean
- event menuForEvent(e as NSEventMBS, defaultMenu as NSMenuMBS) as NSMenuMBS
- event draggingSessionSourceOperationMaskForDraggingContext(session as NSDraggingSessionMBS, context as integer) as integer
- event draggingSessionWillBeginAtPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS)
- event draggingSessionMovedToPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS)
- event draggingSessionEndedAtPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, operation as integer)
- event ignoreModifierKeysForDraggingSession(session as NSDraggingSessionMBS) as boolean
- event draggingEntered(sender as NSDraggingInfoMBS) as integer
- event draggingUpdated(sender as NSDraggingInfoMBS) as integer
- event draggingExited(sender as NSDraggingInfoMBS)
- event prepareForDragOperation(sender as NSDraggingInfoMBS) as boolean
- event performDragOperation(sender as NSDraggingInfoMBS) as boolean
- event concludeDragOperation(sender as NSDraggingInfoMBS)
- event draggingEnded(sender as NSDraggingInfoMBS)
- event wantsPeriodicDraggingUpdates as boolean
- event updateDraggingItemsForDrag(sender as NSDraggingInfoMBS)
- event drawArrow(g as NSGraphicsMBS, Arrow as integer, highlight as boolean)
- event drawKnobSlotInRect(g as NSGraphicsMBS, slotRect as NSRectMBS, highlight as boolean)
- event drawKnob(g as NSGraphicsMBS)
- event drawParts(g as NSGraphicsMBS)
- event pressureChange(e as NSEventMBS) as boolean
- class CustomNSTokenFieldMBS
- method Destructor
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as double, top as double, width as double, height as double)
- event Open
- event Close
- event acceptsFirstResponder as boolean
- event mouseDown(e as NSEventMBS, x as double, y as double) as boolean
- event mouseDragged(e as NSEventMBS, x as double, y as double) as boolean
- event mouseUp(e as NSEventMBS, x as double, y as double) as boolean
- event mouseMoved(e as NSEventMBS, x as double, y as double) as boolean
- event mouseEntered(e as NSEventMBS, x as double, y as double) as boolean
- event mouseExited(e as NSEventMBS, x as double, y as double) as boolean
- event rightMouseDown(e as NSEventMBS, x as double, y as double) as boolean
- event rightMouseDragged(e as NSEventMBS, x as double, y as double) as boolean
- event rightMouseUp(e as NSEventMBS, x as double, y as double) as boolean
- event otherMouseDown(e as NSEventMBS, x as double, y as double) as boolean
- event otherMouseDragged(e as NSEventMBS, x as double, y as double) as boolean
- event otherMouseUp(e as NSEventMBS, x as double, y as double) as boolean
- event becomeFirstResponder as boolean
- event resignFirstResponder as boolean
- event keyDown(e as NSEventMBS) as boolean
- event keyUp(e as NSEventMBS) as boolean
- event isOpaque as boolean
- event magnifyWithEvent(e as NSEventMBS) as boolean
- event rotateWithEvent(e as NSEventMBS) as boolean
- event swipeWithEvent(e as NSEventMBS) as boolean
- event beginGestureWithEvent(e as NSEventMBS) as boolean
- event endGestureWithEvent(e as NSEventMBS) as boolean
- event scrollWheel(e as NSEventMBS) as boolean
- event acceptsFirstMouse(e as NSEventMBS) as boolean
- event viewDidMoveToWindow
- event mouseDownCanMoveWindow as boolean
- event canBecomeKeyView as boolean
- event menuForEvent(e as NSEventMBS, defaultMenu as NSMenuMBS) as NSMenuMBS
- event draggingSessionSourceOperationMaskForDraggingContext(session as NSDraggingSessionMBS, context as integer) as integer
- event draggingSessionWillBeginAtPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS)
- event draggingSessionMovedToPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS)
- event draggingSessionEndedAtPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, operation as integer)
- event ignoreModifierKeysForDraggingSession(session as NSDraggingSessionMBS) as boolean
- event draggingEntered(sender as NSDraggingInfoMBS) as integer
- event draggingUpdated(sender as NSDraggingInfoMBS) as integer
- event draggingExited(sender as NSDraggingInfoMBS)
- event prepareForDragOperation(sender as NSDraggingInfoMBS) as boolean
- event performDragOperation(sender as NSDraggingInfoMBS) as boolean
- event concludeDragOperation(sender as NSDraggingInfoMBS)
- event draggingEnded(sender as NSDraggingInfoMBS)
- event wantsPeriodicDraggingUpdates as boolean
- event updateDraggingItemsForDrag(sender as NSDraggingInfoMBS)
- event pressureChange(e as NSEventMBS) as boolean
- class CustomNSToolbarItemMBS
- class CustomNSToolbarMBS
- class CustomNSViewMBS
- method Destructor
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as double, top as double, width as double, height as double)
- event Open
- event Close
- event acceptsFirstResponder as boolean
- event mouseDown(e as NSEventMBS, x as double, y as double) as boolean
- event mouseDragged(e as NSEventMBS, x as double, y as double) as boolean
- event mouseUp(e as NSEventMBS, x as double, y as double) as boolean
- event mouseMoved(e as NSEventMBS, x as double, y as double) as boolean
- event mouseEntered(e as NSEventMBS, x as double, y as double) as boolean
- event mouseExited(e as NSEventMBS, x as double, y as double) as boolean
- event rightMouseDown(e as NSEventMBS, x as double, y as double) as boolean
- event rightMouseDragged(e as NSEventMBS, x as double, y as double) as boolean
- event rightMouseUp(e as NSEventMBS, x as double, y as double) as boolean
- event otherMouseDown(e as NSEventMBS, x as double, y as double) as boolean
- event otherMouseDragged(e as NSEventMBS, x as double, y as double) as boolean
- event otherMouseUp(e as NSEventMBS, x as double, y as double) as boolean
- event becomeFirstResponder as boolean
- event resignFirstResponder as boolean
- event keyDown(e as NSEventMBS) as boolean
- event keyUp(e as NSEventMBS) as boolean
- event isOpaque as boolean
- event magnifyWithEvent(e as NSEventMBS) as boolean
- event rotateWithEvent(e as NSEventMBS) as boolean
- event swipeWithEvent(e as NSEventMBS) as boolean
- event beginGestureWithEvent(e as NSEventMBS) as boolean
- event endGestureWithEvent(e as NSEventMBS) as boolean
- event scrollWheel(e as NSEventMBS) as boolean
- event acceptsFirstMouse(e as NSEventMBS) as boolean
- event viewDidMoveToWindow
- event mouseDownCanMoveWindow as boolean
- event canBecomeKeyView as boolean
- event menuForEvent(e as NSEventMBS, defaultMenu as NSMenuMBS) as NSMenuMBS
- event draggingSessionSourceOperationMaskForDraggingContext(session as NSDraggingSessionMBS, context as integer) as integer
- event draggingSessionWillBeginAtPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS)
- event draggingSessionMovedToPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS)
- event draggingSessionEndedAtPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, operation as integer)
- event ignoreModifierKeysForDraggingSession(session as NSDraggingSessionMBS) as boolean
- event draggingEntered(sender as NSDraggingInfoMBS) as integer
- event draggingUpdated(sender as NSDraggingInfoMBS) as integer
- event draggingExited(sender as NSDraggingInfoMBS)
- event prepareForDragOperation(sender as NSDraggingInfoMBS) as boolean
- event performDragOperation(sender as NSDraggingInfoMBS) as boolean
- event concludeDragOperation(sender as NSDraggingInfoMBS)
- event draggingEnded(sender as NSDraggingInfoMBS)
- event wantsPeriodicDraggingUpdates as boolean
- event updateDraggingItemsForDrag(sender as NSDraggingInfoMBS)
- event DrawRect(g as NSGraphicsMBS, left as double, top as double, width as double, height as double)
- event drawFocusRingMask(g as NSGraphicsMBS) as boolean
- event focusRingMaskBounds as NSRectMBS
- event isFlipped as Boolean
- event pressureChange(e as NSEventMBS) as boolean
- class DateTimePicker
- class DesktopBevelButton
- class DesktopButton
- class DesktopCheckBox
- class DesktopComboBox
- class DesktopDateTimePicker
- class DesktopDisclosureTriangle
- class DesktopGroupBox
- class DesktopImageViewer
- class DesktopListbox
- class DesktopPopupMenu
- class DesktopProgressBar
- class DesktopProgressWheel
- class DesktopRadioButton
- class DesktopRadioGroup
- class DesktopScrollBar
- class DesktopSeparator
- class DesktopSlider
- class DesktopTextArea
- class DesktopUpDownArrows
- class DesktopWindow
- class DisclosureTriangle
- class DRBurnMBS
- class DRBurnProgressPanelMBS
- method beginProgressSheetForBurn(burn as DRBurnMBS, track as DRTrackMBS, docWindow as NSWindowMBS)
- method beginProgressSheetForBurn(burn as DRBurnMBS, tracks() as DRTrackMBS, docWindow as NSWindowMBS)
- method beginProgressSheetForImageFile(burn as DRBurnMBS, file as folderitem, docWindow as NSWindowMBS) as boolean
- method beginProgressSheetForImageFile(burn as DRBurnMBS, file as string, docWindow as NSWindowMBS) as boolean
- method beginProgressPanelForBurn(burn as DRBurnMBS, track as DRTrackMBS)
- method beginProgressPanelForBurn(burn as DRBurnMBS, tracks() as DRTrackMBS)
- method beginProgressPanelForImageFile(burn as DRBurnMBS, file as folderitem) as boolean
- method beginProgressPanelForImageFile(burn as DRBurnMBS, file as string) as boolean
- method Constructor
- method stopBurn
- property Description as string
- property VerboseProgressStatus as boolean
- shared method DRBurnProgressPanelDidFinishNotification as string
- shared method DRBurnProgressPanelWillBeginNotification as string
- event burnProgressPanelWillBegin
- event burnProgressPanelDidFinish
- event burnProgressPanelBurnDidFinish(burn as DRBurnMBS) as boolean
- class DRBurnSetupPanelMBS
- class DRCDTextBlockMBS
- class DRDeviceMBS
- class DREraseMBS
- class DREraseProgressPanelMBS
- class DREraseSetupPanelMBS
- class DRFileMBS
- method Constructor
- method Constructor(name as string, data as memoryblock)
- method Constructor(name as string)
- method Constructor(path as folderitem)
- shared method DRLinkTypeHardLink as string
- shared method DRLinkTypeSymbolicLink as string
- shared method DRLinkTypeFinderAlias as string
- shared method hardLinkPointingTo(original as DRFileMBS, filesystem as string) as DRFileMBS
- shared method symLinkPointingTo(original as DRFSObjectMBS, filesystem as string) as DRFileMBS
- shared method finderAliasPointingTo(original as DRFSObjectMBS, filesystem as string) as DRFileMBS
- shared method fileWithPath(path as string) as DRFileMBS
- shared method fileWithPath(path as folderitem) as DRFileMBS
- shared method linkWithLinkType(linkType as string, original as DRFSObjectMBS, filesystem as string) as DRFileMBS
- shared method virtualFileWithName(name as string, data as memoryblock) as DRFileMBS
- event calculateSizeOfFile(fork as integer, estimating as boolean) as uint64
- event prepareFileForBurn as boolean
- event produceFile(fork as integer, buffer as memoryblock, Bufferlen as uint32, address as uint64, blocksize as uint32) as uint32
- event prepareFileForVerification as boolean
- event cleanupFileAfterBurn
- class DRFolderMBS
- class DRFSObjectMBS
- class DRMSFMBS
- class DRSetupPanelMBS
- class DRTrackMBS
- method estimateLength as UInt64
- method testProductionSpeedForInterval(seconds as double) as double
- method testProductionSpeedForLength(length as integer) as double
- method Constructor
- property PreGapIsRequired as boolean
- property PreGapLength as double
- property MaxBurnSpeed as double
- property TrackISRC as memoryblock
- property VerificationType as string
- property BlockSize as integer
- property TrackMode as integer
- property SessionFormat as integer
- property DataForm as integer
- property BlockType as integer
- property Length as DRMSFMBS
- property preGap as DRMSFMBS
- property properties as dictionary
- shared method DRTrackLengthKey as string
- shared method DRBlockSizeKey as string
- shared method DRBlockTypeKey as string
- shared method DRDataFormKey as string
- shared method DRSessionFormatKey as string
- shared method DRTrackModeKey as string
- shared method DRVerificationTypeKey as string
- shared method DRMaxBurnSpeedKey as string
- shared method DRPreGapLengthKey as string
- shared method DRPreGapIsRequiredKey as string
- shared method DRDVDTimestampKey as string
- shared method DRDVDCopyrightInfoKey as string
- shared method DRTrackISRCKey as string
- shared method DRIndexPointsKey as string
- shared method DRAudioPreEmphasisKey as string
- shared method DRAudioFourChannelKey as string
- shared method DRSerialCopyManagementStateKey as string
- shared method DRVerificationTypeProduceAgain as string
- shared method DRVerificationTypeReceiveData as string
- shared method DRVerificationTypeChecksum as string
- shared method DRVerificationTypeNone as string
- shared method DRSCMSCopyrightFree as string
- shared method DRSCMSCopyrightProtectedOriginal as string
- shared method DRSCMSCopyrightProtectedCopy as string
- shared method DRNextWritableAddressKey as string
- shared method DRTrackStartAddressKey as string
- shared method DRFreeBlocksKey as string
- shared method DRTrackNumberKey as string
- shared method DRSessionNumberKey as string
- shared method DRTrackTypeKey as string
- shared method DRTrackIsEmptyKey as string
- shared method DRTrackPacketTypeKey as string
- shared method DRTrackPacketSizeKey as string
- shared method DRTrackTypeInvisible as string
- shared method DRTrackTypeIncomplete as string
- shared method DRTrackTypeReserved as string
- shared method DRTrackTypeClosed as string
- shared method DRTrackPacketTypeFixed as string
- shared method DRTrackPacketTypeVariable as string
- shared method DRISOLevel as string
- shared method DRVolumeSet as string
- shared method DRPublisher as string
- shared method DRDataPreparer as string
- shared method DRApplicationIdentifier as string
- shared method DRSystemIdentifier as string
- shared method DRCopyrightFile as string
- shared method DRAbstractFile as string
- shared method DRBibliographicFile as string
- shared method DRBlockSize as string
- shared method DRDefaultDate as string
- shared method DRVolumeCreationDate as string
- shared method DRVolumeModificationDate as string
- shared method DRVolumeCheckedDate as string
- shared method DRVolumeExpirationDate as string
- shared method DRVolumeEffectiveDate as string
- shared method DRISOMacExtensions as string
- shared method DRISORockRidgeExtensions as string
- shared method DRSuppressMacSpecificFiles as string
- shared method DRSubchannelDataFormKey as string
- shared method DRSubchannelDataFormNone as string
- shared method DRSubchannelDataFormPack as string
- shared method DRSubchannelDataFormRaw as string
- shared method trackForAudioFile(path as string) as DRTrackMBS
- shared method trackForAudioFile(path as folderitem) as DRTrackMBS
- shared method trackForRootFolder(folder as DRFolderMBS) as DRTrackMBS
- shared method trackForRootFolder(folder as folderitem) as DRTrackMBS
- event estimateLengthOfTrack as uint64
- event prepareTrack(burn as DRBurnMBS) as boolean
- event cleanupTrackAfterBurn
- event producePreGapForTrack(buffer as memoryblock, Bufferlen as uint32, address as uint64, blocksize as uint32, byref flags as uint32) as uint32
- event produceDataForTrack(buffer as memoryblock, Bufferlen as uint32, address as uint64, blocksize as uint32, byref flags as uint32) as uint32
- event prepareTrackForVerification as boolean
- event verifyPreGapForTrack(buffer as memoryblock, Bufferlen as uint32, address as uint64, blocksize as uint32, byref flags as uint32) as boolean
- event verifyDataForTrack(buffer as memoryblock, Bufferlen as uint32, address as uint64, blocksize as uint32, byref flags as uint32) as boolean
- event cleanupTrackAfterVerification as boolean
- class GroupBox
- class ImageWell
- class KeyValueCodingMBS
- class Listbox
- class NSBoxMBS
- class NSButtonMBS
- class NSClipViewMBS
- class NSCollectionViewFlowLayoutInvalidationContextMBS
- class NSCollectionViewFlowLayoutMBS
- class NSCollectionViewGridLayoutMBS
- class NSCollectionViewItemMBS
- class NSCollectionViewLayoutAttributesMBS
- class NSCollectionViewLayoutInvalidationContextMBS
- class NSCollectionViewLayoutMBS
- class NSCollectionViewMBS
- method toggleSectionCollapse(sender as NSViewMBS)
- method setDraggingSourceOperationMask(mask as integer, local as boolean)
- method visibleSupplementaryViewsOfKind(elementKind as String) as NSViewMBS()
- method supplementaryViewForElementKind(elementKind as String, indexPath as NSIndexPathMBS) as NSCollectionViewSectionHeaderViewMBS
- method indexPathsForVisibleSupplementaryElementsOfKind(elementKind as String) as NSIndexPathMBS()
- method makeSupplementaryViewOfKind(elementKind as String, indexPath as NSIndexPathMBS) as NSCollectionViewSectionHeaderViewMBS
- method makeItem(indexPath as NSIndexPathMBS) as NSCollectionViewItemMBS
- method frameForItem(Index as Integer, numberOfItems as Integer) as NSRectMBS
- method frameForItem(Index as Integer) as NSRectMBS
- method layoutAttributesForSupplementaryElementOfKind(kind as String, indexPath as NSIndexPathMBS) as NSCollectionViewLayoutAttributesMBS
- method layoutAttributesForItem(indexPath as NSIndexPathMBS) as NSCollectionViewLayoutAttributesMBS
- method backgroundColors as NSColorMBS()
- method setBackgroundColors(Colors() as NSColorMBS = nil)
- method indexPathForItem(x as double, y as double) as NSIndexPathMBS
- method indexPathForItem(indexPath as NSCollectionViewItemMBS) as NSIndexPathMBS
- method indexPathsForVisibleItems as NSIndexPathMBS()
- method item(indexPath as NSIndexPathMBS) as NSCollectionViewItemMBS
- method item(index as Integer) as NSCollectionViewItemMBS
- method visibleItems as NSCollectionViewItemMBS()
- method moveItem(indexPath as NSIndexPathMBS, toIndexPath as NSIndexPathMBS)
- method reloadItems(indexPaths() as NSIndexPathMBS)
- method deleteItems(indexPaths() as NSIndexPathMBS)
- method insertItems(indexPaths() as NSIndexPathMBS)
- method moveSection(section as Integer, toSection as Integer)
- method reloadSections(sections as NSIndexSetMBS)
- method deleteSections(sections as NSIndexSetMBS)
- method insertSections(sections as NSIndexSetMBS)
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as double, top as double, width as double, height as double)
- method selectAll
- method deselectAll
- method reloadData
- method numberOfItemsInSection(section as Integer) as Integer
- method selection as NSIndexPathMBS()
- method setSelection(indexPaths() as NSIndexPathMBS)
- method deselectItems(indexPaths() as NSIndexPathMBS)
- method selectItems(indexPaths() as NSIndexPathMBS, scrollPosition as Integer)
- method scrollToItems(indexPaths() as NSIndexPathMBS, scrollPosition as Integer)
- property collectionViewLayout as NSCollectionViewLayoutMBS
- property backgroundView as NSViewMBS
- property backgroundViewScrollsWithContent as Boolean
- property selectable as Boolean
- property allowsEmptySelection as Boolean
- property allowsMultipleSelection as Boolean
- property numberOfSections as Integer
- property firstResponder as Boolean
- property animator as NSCollectionViewMBS
- class NSCollectionViewSectionHeaderViewMBS
- class NSCollectionViewTransitionLayoutMBS
- class NSCollectionViewUpdateItemMBS
- class NSComboBoxMBS
- class NSDatePickerMBS
- class NSHTTPCookieMBS
- class NSHTTPCookieStorageMBS
- class NSImageViewMBS
- class NSIndexPathMBS
- class NSLevelIndicatorMBS
- class NSOutlineViewItemMBS
- class NSOutlineViewMBS
- method moveItemAtIndex(oldIndex as Integer, oldParent as NSOutlineViewItemMBS, newIndex as Integer, newParent as NSOutlineViewItemMBS)
- method removeItemsAtIndexes(indexes as NSIndexSetMBS, Parent as NSOutlineViewItemMBS, animationOptions as Integer)
- method insertItemsAtIndexes(indexes as NSIndexSetMBS, Parent as NSOutlineViewItemMBS, animationOptions as Integer)
- method moveRowAtIndex(oldIndex as Integer, newIndex as Integer)
- method removeRowsAtIndexes(indexes as NSIndexSetMBS, animationOptions as Integer)
- method insertRowsAtIndexes(indexes as NSIndexSetMBS, animationOptions as Integer)
- method frameOfOutlineCellAtRow(row as Integer) as NSRectMBS
- method child(index as Integer, ofItem as NSOutlineViewItemMBS) as NSOutlineViewItemMBS
- method setDropItem(item as NSOutlineViewItemMBS, dropChildIndex as Integer)
- method expandItem(item as NSOutlineViewItemMBS, expandChildren as Boolean)
- method collapseItem(item as NSOutlineViewItemMBS, collapseChildren as Boolean)
- method reloadItem(item as NSOutlineViewItemMBS, reloadChildren as Boolean)
- method itemAtRow(row as Integer) as NSOutlineViewItemMBS
- method levelForRow(row as Integer) as Integer
- method parentForItem(item as NSOutlineViewItemMBS) as NSOutlineViewItemMBS
- method expandItem(item as NSOutlineViewItemMBS)
- method collapseItem(item as NSOutlineViewItemMBS)
- method reloadItem(item as NSOutlineViewItemMBS)
- method isItemExpanded(item as NSOutlineViewItemMBS) as Boolean
- method isExpandable(item as NSOutlineViewItemMBS) as Boolean
- method levelForItem(item as NSOutlineViewItemMBS) as Integer
- method numberOfChildrenOfItem(item as NSOutlineViewItemMBS) as Integer
- method childIndexForItem(item as NSOutlineViewItemMBS) as Integer
- method rowForItem(item as NSOutlineViewItemMBS) as Integer
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as Double, top as Double, width as Double, height as Double)
- property outlineTableColumn as NSTableColumnMBS
- property indentationPerLevel as Double
- property autoresizesOutlineColumn as Boolean
- property indentationMarkerFollowsCell as Boolean
- property autosaveExpandedItems as Boolean
- property stronglyReferencesItems as Boolean
- property userInterfaceLayoutDirection as Integer
- shared method NSOutlineViewDisclosureButtonKey as String
- shared method NSOutlineViewShowHideButtonKey as String
- shared method NSOutlineViewSelectionDidChangeNotification as String
- shared method NSOutlineViewColumnDidMoveNotification as String
- shared method NSOutlineViewColumnDidResizeNotification as String
- shared method NSOutlineViewSelectionIsChangingNotification as String
- shared method NSOutlineViewItemWillExpandNotification as String
- shared method NSOutlineViewItemDidExpandNotification as String
- shared method NSOutlineViewItemWillCollapseNotification as String
- shared method NSOutlineViewItemDidCollapseNotification as String
- class NSPopoverMBS
- class NSPopUpButtonMBS
- class NSProgressIndicatorMBS
- class NSScrollerMBS
- class NSScrollViewMBS
- class NSSliderMBS
- class NSStatusBarButtonMBS
- class NSStepperMBS
- class NSSwitchMBS
- class NSTableColumnMBS
- class NSTableDataSourceMBS
- class NSTableHeaderCellMBS
- class NSTableHeaderViewMBS
- class NSTableRowViewMBS
- class NSTableViewMBS
- method dragImageForRowsWithIndexes(dragRows as NSIndexSetMBS, tableColumns() as NSTableColumnMBS, theEvent as NSEventMBS, byref dragImageOffset as NSPointMBS) as NSImageMBS
- method setDraggingSourceOperationMask(mask as Integer, isLocal as Boolean)
- method setDropRow(row as Integer, dropOperation as Integer)
- method canDragRowsWithIndexes(rowIndexes as NSIndexSetMBS, mouseDownPoint as NSPointMBS) as Boolean
- method frameOfCellAtColumnRow(column as Integer, row as Integer) as NSRectMBS
- method unhideRowsAtIndexes(indexes as NSIndexSetMBS, animationOptions as Integer)
- method hideRowsAtIndexes(indexes as NSIndexSetMBS, animationOptions as Integer)
- method moveRowAtIndex(oldIndex as Integer, newIndex as Integer)
- method removeRowsAtIndexes(indexes as NSIndexSetMBS, animationOptions as Integer)
- method insertRowsAtIndexes(indexes as NSIndexSetMBS, animationOptions as Integer)
- method rowsInRect(rect as NSRectMBS) as NSRangeMBS
- method hiddenRowIndexes as NSIndexSetMBS
- method rowViewAtRow(row as Integer, makeIfNecessary as Boolean) as NSViewMBS
- method beginUpdates
- method endUpdates
- method viewAtColumn(column as Integer, row as Integer, makeIfNecessary as Boolean) as NSViewMBS
- method columnForView(view as NSViewMBS) as Integer
- method rowForView(view as NSViewMBS) as Integer
- method reloadData(rowIndexes as NSIndexSetMBS, columnIndexes as NSIndexSetMBS)
- method ScrollToLine(Line as Integer, Animated as Boolean)
- method noteHeightOfRowsWithIndexesChanged(indexSet as NSIndexSetMBS)
- method setSortDescriptor(sortDescriptor as NSSortDescriptorMBS)
- method sortDescriptors as NSSortDescriptorMBS()
- method setSortDescriptors(sortDescriptors() as NSSortDescriptorMBS)
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as Double, top as Double, width as Double, height as Double)
- method Destructor
- method tableColumnWithIdentifier(identifier as string) as NSTableColumnMBS
- method columnWithIdentifier(identifier as string) as Integer
- method tableColumns as NSTableColumnMBS()
- method moveColumn(column as Integer, toIndex as Integer)
- method selectColumnIndexes(indexes as NSIndexSetMBS, extend as Boolean)
- method selectRowIndexes(indexes as NSIndexSetMBS, extend as Boolean)
- method selectedRowIndexes as NSIndexSetMBS
- method selectedColumnIndexes as NSIndexSetMBS
- method columnIndexesInRect(rect as NSRectMBS) as NSIndexSetMBS
- method rowAtPoint(p as NSPointMBS) as Integer
- method rowAtPoint(x as Double, y as Double) as Integer
- method columnAtPoint(p as NSPointMBS) as Integer
- method columnAtPoint(x as Double, y as Double) as Integer
- method rectOfRow(row as Integer) as NSRectMBS
- method rectOfColumn(column as Integer) as NSRectMBS
- method isColumnSelected(column as Integer) as Boolean
- method isRowSelected(row as Integer) as Boolean
- method edit(column as Integer, row as Integer, selectit as Boolean)
- method addTableColumn(column as NSTableColumnMBS)
- method removeTableColumn(column as NSTableColumnMBS)
- method tile
- method sizeToFit
- method sizeLastColumnToFit
- method reloadData
- method noteNumberOfRowsChanged
- method selectAll
- method deselectAll
- method scrollRowToVisible(row as Integer)
- method scrollColumnToVisible(column as Integer)
- method deselectColumn(column as Integer)
- method deselectRow(row as Integer)
- property indicatorImageInTableColumn(column as NSTableColumnMBS) as NSImageMBS
- property dataSource as NSTableDataSourceMBS
- property usesAlternatingRowBackgroundColors as Boolean
- property verticalMotionCanBeginDrag as Boolean
- property allowsMultipleSelection as Boolean
- property allowsEmptySelection as Boolean
- property allowsColumnSelection as Boolean
- property allowsTypeSelect as Boolean
- property allowsColumnReordering as Boolean
- property allowsColumnResizing as Boolean
- property usesStaticContents as Boolean
- property floatsGroupRows as Boolean
- property rowActionsVisible as Boolean
- property rowHeight as Double
- property gridStyleMask as Integer
- property backgroundColor as NSColorMBS
- property gridColor as NSColorMBS
- property autosaveTableColumns as Boolean
- property selectionHighlightStyle as Integer
- property selectedColumn as Integer
- property selectedRow as Integer
- property numberOfSelectedColumns as Integer
- property numberOfSelectedRows as Integer
- property editedColumn as Integer
- property editedRow as Integer
- property clickedColumn as Integer
- property clickedRow as Integer
- property numberOfColumns as Integer
- property numberOfRows as Integer
- property effectiveRowSizeStyle as integer
- property rowSizeStyle as integer
- property autosaveName as string
- property focusedColumn as integer
- property draggingDestinationFeedbackStyle as integer
- property headerView as NSTableHeaderViewMBS
- property highlightedTableColumn as NSTableColumnMBS
- property columnAutoresizingStyle as integer
- property cornerView as NSViewMBS
- property intercellSpacing as NSSizeMBS
- property effectiveStyle as Integer
- property style as Integer
- event SelectionDidChange(notification as NSNotificationMBS)
- event ColumnDidMove(notification as NSNotificationMBS, oldColumn as Integer, newColumn as Integer)
- event ColumnDidResize(notification as NSNotificationMBS, column as NSTableColumnMBS, index as Integer)
- event SelectionIsChanging(notification as NSNotificationMBS)
- event textShouldBeginEditing(control as NSControlMBS, fieldEditor as NSTextMBS) as Boolean
- event textShouldEndEditing(control as NSControlMBS, fieldEditor as NSTextMBS) as Boolean
- event willDisplayCell(cell as NSCellMBS, tableColumn as NSTableColumnMBS, row as Int64)
- event shouldEditTableColumn(tableColumn as NSTableColumnMBS, row as Int64) as Boolean
- event selectionShouldChangeInTableView as Boolean
- event shouldSelectRow(row as Int64) as Boolean
- event selectionIndexesForProposedSelection(proposedSelectionIndexes as NSIndexSetMBS) as NSIndexSetMBS
- event shouldSelectTableColumn(tableColumn as NSTableColumnMBS) as Boolean
- event mouseDownInHeaderOfTableColumn(tableColumn as NSTableColumnMBS)
- event didClickTableColumn(tableColumn as NSTableColumnMBS)
- event didDragTableColumn(tableColumn as NSTableColumnMBS)
- event toolTipForCell(cell as NSCellMBS, r as NSRectMBS, tableColumn as NSTableColumnMBS, row as Int64, mouseLocation as NSPointMBS) as string
- event heightOfRow(row as Int64) as Double
- event typeSelectString(tableColumn as NSTableColumnMBS, row as Int64) as string
- event nextTypeSelectMatchFromRow(startRow as Int64, endRow as Int64, searchString as string) as Int64
- event shouldTypeSelectForEvent(e as NSEventMBS, searchString as string) as Boolean
- event shouldShowCellExpansion(tableColumn as NSTableColumnMBS, row as Int64) as Boolean
- event shouldTrackCell(cell as NSCellMBS, tableColumn as NSTableColumnMBS, row as Int64) as Boolean
- event dataCell(tableColumn as NSTableColumnMBS, row as Int64) as NSCellMBS
- event isGroupRow(row as Int64) as Boolean
- event sizeToFitWidthOfColumn(column as Int64) as Double
- event shouldReorderColumn(columnIndex as Int64, newColumnIndex as Int64) as Boolean
- event DoubleClick
- event view(tableColumn as NSTableColumnMBS, row as Integer) as NSViewMBS
- event rowViewForRow(row as Integer) as NSTableRowViewMBS
- event didAddRowView(rowView as NSTableRowViewMBS, row as Integer)
- event didRemoveRowView(rowView as NSTableRowViewMBS, row as Integer)
- class NSTableViewRowActionMBS
- class NSTokenFieldMBS
- class NSToolbarItemGroupMBS
- class NSToolbarItemMBS
- class NSToolbarMBS
- class PopupMenu
- class ProgressBar
- class ProgressWheel
- class PushButton
- class QCCompositionMBS
- class QCCompositionRepositoryMBS
- class QCViewMBS
- class QuartzFilterManagerMBS
- class QuartzFilterMBS
- class QuartzFilterViewMBS
- class RadioButton
- class ScrollBar
- class Separator
- class Slider
- class TextArea
- class UpDownArrows
- class Window
- control ABPeoplePickerViewControlMBS
- control ABPersonViewControlMBS
- control DesktopNSButtonControlMBS
- control DesktopNSCollectionViewControlMBS
- method performBatchUpdates(tag as variant)
- property View as NSCollectionViewMBS
- property ScrollView as NSScrollViewMBS
- event FocusReceived
- event FocusLost
- event FrameChanged
- event BoundsChanged
- event willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event MenuBarSelected
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- event numberOfItemsInSection(section as Integer) as Integer
- event numberOfSections as Integer
- event itemForRepresentedObject(indexPath as NSIndexPathMBS) as NSCollectionViewItemMBS
- event viewForSupplementaryElement(kind as String, indexPath as NSIndexPathMBS) as NSViewMBS
- event prefetchItems(indexPaths() as NSIndexPathMBS)
- event cancelPrefetchingForItems(indexPaths() as NSIndexPathMBS)
- event canDragItems(indexPaths() as NSIndexPathMBS, NSEvent as NSEventMBS) as Boolean
- event writeItems(indexPaths() as NSIndexPathMBS, Pasteboard as NSPasteboardMBS) as Boolean
- event namesOfPromisedFilesDroppedAtDestination(dropURL as String, indexPaths() as NSIndexPathMBS) as String()
- event draggingImageForItems(indexPaths() as NSIndexPathMBS, NSEvent as NSEventMBS, byref dragImageOffset as NSPointMBS) as NSImageMBS
- event validateDrop(draggingInfo as NSDraggingInfoMBS, byref proposedIndexPath as NSIndexPathMBS, byref dropOperation as Integer) as Integer
- event acceptDrop(draggingInfo as NSDraggingInfoMBS, indexPath as NSIndexPathMBS, dropOperation as Integer) as Integer
- event pasteboardWriterForItem(indexPath as NSIndexPathMBS) as NSPasteboardItemMBS
- event draggingSessionWillBegin(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, indexPaths() as NSIndexPathMBS)
- event draggingSessionEnded(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, dragOperation as Integer)
- event updateDraggingItemsForDrag(draggingInfo as NSDraggingInfoMBS)
- event shouldChangeItems(indexPaths() as NSIndexPathMBS, highlightState as Integer) as NSIndexPathMBS()
- event didChangeItems(indexPaths() as NSIndexPathMBS, highlightState as Integer)
- event shouldSelectItems(indexPaths() as NSIndexPathMBS) as NSIndexPathMBS()
- event shouldDeselectItems(indexPaths() as NSIndexPathMBS) as NSIndexPathMBS()
- event didSelectItems(indexPaths() as NSIndexPathMBS)
- event didDeselectItems(indexPaths() as NSIndexPathMBS)
- event willDisplayItem(item as NSCollectionViewItemMBS, indexPath as NSIndexPathMBS)
- event willDisplaySupplementaryView(view as NSViewMBS, elementKind as String, indexPath as NSIndexPathMBS)
- event didEndDisplayingItem(item as NSCollectionViewItemMBS, indexPath as NSIndexPathMBS)
- event didEndDisplayingSupplementaryView(view as NSViewMBS, elementKind as String, indexPath as NSIndexPathMBS)
- event transitionLayout(fromLayout as NSCollectionViewLayoutMBS, toLayout as NSCollectionViewLayoutMBS) as NSCollectionViewTransitionLayoutMBS
- event ItemPrepareForReuse(item as NSCollectionViewItemMBS)
- event ItemApplyLayoutAttributes(item as NSCollectionViewItemMBS, layoutAttributes as NSCollectionViewLayoutAttributesMBS)
- event ItemWillTransition(item as NSCollectionViewItemMBS, oldLayout as NSCollectionViewLayoutMBS, newLayout as NSCollectionViewLayoutMBS)
- event ItemDidTransition(item as NSCollectionViewItemMBS, oldLayout as NSCollectionViewLayoutMBS, newLayout as NSCollectionViewLayoutMBS)
- event ItemPreferredLayoutAttributesFittingAttributes(item as NSCollectionViewItemMBS, layoutAttributes as NSCollectionViewLayoutAttributesMBS) as NSCollectionViewLayoutAttributesMBS
- event performBatchUpdatesWork(tag as variant)
- event performBatchUpdatesCompleted(tag as variant, finished as boolean)
- event sizeForItemAtIndexPath(layout as NSCollectionViewLayoutMBS, indexPath as NSIndexPathMBS) as NSSizeMBS
- event insetForSectionAtIndex(layout as NSCollectionViewLayoutMBS, section as Integer) as NSEdgeInsetsMBS
- event minimumLineSpacingForSectionAtIndex(layout as NSCollectionViewLayoutMBS, section as Integer) as double
- event minimumInteritemSpacingForSectionAtIndex(layout as NSCollectionViewLayoutMBS, section as Integer) as double
- event referenceSizeForHeaderInSection(layout as NSCollectionViewLayoutMBS, section as Integer) as NSSizeMBS
- event referenceSizeForFooterInSection(layout as NSCollectionViewLayoutMBS, section as Integer) as NSSizeMBS
- control DesktopNSComboBoxControlMBS
- control DesktopNSDatePickerControlMBS
- control DesktopNSOutlineControlMBS
- property View as NSOutlineViewMBS
- property ScrollView as NSScrollViewMBS
- property AcceptTabs as Boolean
- property hasHorizontalScroller as Boolean
- property hasVerticalScroller as Boolean
- property autohidesScrollers as Boolean
- property allowsColumnReordering as Boolean
- property allowsColumnResizing as Boolean
- property allowsMultipleSelection as Boolean
- property allowsEmptySelection as Boolean
- property allowsColumnSelection as Boolean
- event FocusReceived
- event FocusLost
- event FrameChanged
- event BoundsChanged
- event willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event DoubleClick
- event MenuBarSelected
- event ScaleFactorChanged(NewFactor as Double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) as Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x as Integer, y as Integer)
- event willTile
- event didTile
- event shouldCollapseAutoExpandedItemsForDeposited(deposited as Boolean, superResult as Boolean) as Boolean
- event LeftMouseDown(e as NSEventMBS) as Boolean
- event RightMouseDown(e as NSEventMBS) as Boolean
- event OtherMouseDown(e as NSEventMBS) as Boolean
- event LeftMouseDragged(e as NSEventMBS) as Boolean
- event RightMouseDragged(e as NSEventMBS) as Boolean
- event OtherMouseDragged(e as NSEventMBS) as Boolean
- event LeftMouseUp(e as NSEventMBS) as Boolean
- event RightMouseUp(e as NSEventMBS) as Boolean
- event OtherMouseUp(e as NSEventMBS) as Boolean
- event textShouldBeginEditing(control as NSControlMBS, fieldEditor as NSTextMBS) as Boolean
- event textShouldEndEditing(control as NSControlMBS, fieldEditor as NSTextMBS) as Boolean
- event numberOfChildrenOfItem(item as NSOutlineViewItemMBS) as Integer
- event childOfItem(index as Integer, item as NSOutlineViewItemMBS) as NSOutlineViewItemMBS
- event isItemExpandable(item as NSOutlineViewItemMBS) as Boolean
- event objectValue(tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS) as Variant
- event setObjectValue(tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS, value as Variant)
- event itemForPersistentObject(persistentObject as Variant) as NSOutlineViewItemMBS
- event persistentObjectForItem(item as NSOutlineViewItemMBS) as Variant
- event sortDescriptorsDidChange(oldDescriptors() as NSSortDescriptorMBS)
- event writeItems(items() as NSOutlineViewItemMBS, pasteboard as NSPasteboardMBS) as Boolean
- event validateDrop(info as NSDraggingInfoMBS, proposedItem as NSOutlineViewItemMBS, proposedChildIndex as Integer) as Integer
- event acceptDrop(info as NSDraggingInfoMBS, item as NSOutlineViewItemMBS, index as Integer) as Boolean
- event namesOfPromisedFilesDroppedAtDestination(dropDestination as folderItem, DraggedItems() as NSOutlineViewItemMBS) as string()
- event updateDraggingItemsForDrag(draggingInfo as NSDraggingInfoMBS)
- event pasteboardWriterForItem(item as NSOutlineViewItemMBS) as NSPasteboardItemMBS
- event draggingSessionWillBegin(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, draggedItems() as NSOutlineViewItemMBS)
- event draggingSessionEnded(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, operation as Integer)
- event view(tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS) as NSViewMBS
- event rowViewForItem(item as NSOutlineViewItemMBS) as NSTableRowViewMBS
- event didAddRowView(rowView as NSTableRowViewMBS, row as Integer)
- event didRemoveRowView(rowView as NSTableRowViewMBS, row as Integer)
- event willDisplayCell(cell as NSCellMBS, tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS)
- event shouldEdit(tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS) as Boolean
- event selectionShouldChangeInOutlineView as Boolean
- event shouldSelectItem(item as NSOutlineViewItemMBS) as Boolean
- event selectionIndexesForProposedSelection(proposedSelectionIndexes as NSIndexSetMBS) as NSIndexSetMBS
- event shouldSelectTableColumn(tableColumn as NSTableColumnMBS) as Boolean
- event mouseDownInHeaderOfTableColumn(tableColumn as NSTableColumnMBS)
- event didClickTableColumn(tableColumn as NSTableColumnMBS)
- event didDragTableColumn(tableColumn as NSTableColumnMBS)
- event toolTipForCell(cell as NSCellMBS, byref rect as NSRectMBS, tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS, mouseLocation as NSPointMBS) as String
- event heightOfRowByItem(item as NSOutlineViewItemMBS) as Double
- event typeSelectString(tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS) as String
- event nextTypeSelectMatchFromItem(startItem as NSOutlineViewItemMBS, endItem as NSOutlineViewItemMBS, searchString as String) as NSOutlineViewItemMBS
- event shouldTypeSelectForEvent(e as NSEventMBS, searchString as String) as Boolean
- event shouldShowCellExpansion(tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS) as Boolean
- event shouldTrackCell(cell as NSCellMBS, tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS) as Boolean
- event dataCell(tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS) as NSCellMBS
- event isGroupItem(item as NSOutlineViewItemMBS) as Boolean
- event shouldExpandItem(item as NSOutlineViewItemMBS) as Boolean
- event shouldCollapseItem(item as NSOutlineViewItemMBS) as Boolean
- event willDisplayOutlineCell(cell as NSCellMBS, tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS)
- event sizeToFitWidthOfColumn(Column as Integer) as Double
- event shouldReorderColumn(columnIndex as Integer, newColumnIndex as Integer) as Boolean
- event shouldShowOutlineCellForItem(item as NSOutlineViewItemMBS) as Boolean
- event SelectionDidChange(notification as NSNotificationMBS)
- event ColumnDidMove(notification as NSNotificationMBS, OldColumn as Integer, NewColumn as Integer)
- event ColumnDidResize(notification as NSNotificationMBS, tableColumn as NSTableColumnMBS, OldWidth as Double)
- event SelectionIsChanging(notification as NSNotificationMBS)
- event ItemWillExpand(notification as NSNotificationMBS, item as NSOutlineViewItemMBS)
- event ItemDidExpand(notification as NSNotificationMBS, item as NSOutlineViewItemMBS)
- event ItemWillCollapse(notification as NSNotificationMBS, item as NSOutlineViewItemMBS)
- event ItemDidCollapse(notification as NSNotificationMBS, item as NSOutlineViewItemMBS)
- event draggingExited(info as NSDraggingInfoMBS)
- event draggingEnded(info as NSDraggingInfoMBS)
- event concludeDragOperation(info as NSDraggingInfoMBS)
- control DesktopNSPopUpButtonControlMBS
- control DesktopNSSwitchControlMBS
- control DesktopNSTableControlMBS
- property View as NSTableViewMBS
- property ScrollView as NSScrollViewMBS
- property AcceptTabs as Boolean
- property hasHorizontalScroller as Boolean
- property hasVerticalScroller as Boolean
- property autohidesScrollers as Boolean
- property allowsColumnReordering as Boolean
- property allowsColumnResizing as Boolean
- property allowsMultipleSelection as Boolean
- property allowsEmptySelection as Boolean
- property allowsColumnSelection as Boolean
- property disableCellEvents as Boolean
- property disableViewEvents as Boolean
- event FocusReceived
- event FocusLost
- event FrameChanged
- event BoundsChanged
- event willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event SelectionDidChange(notification as NSNotificationMBS)
- event ColumnDidMove(notification as NSNotificationMBS, OldColumn as Integer, NewColumn as Integer)
- event ColumnDidResize(notification as NSNotificationMBS, tableColumn as NSTableColumnMBS, OldWidth as Double)
- event SelectionIsChanging(notification as NSNotificationMBS)
- event textShouldBeginEditing(control as NSControlMBS, fieldEditor as NSTextMBS) as Boolean
- event textShouldEndEditing(control as NSControlMBS, fieldEditor as NSTextMBS) as Boolean
- event willDisplayCell(cell as NSCellMBS, tableColumn as NSTableColumnMBS, row as Int64)
- event shouldEditTableColumn(tableColumn as NSTableColumnMBS, row as Int64) as Boolean
- event selectionShouldChangeInTableView as Boolean
- event shouldSelectRow(row as Int64) as Boolean
- event selectionIndexesForProposedSelection(proposedSelectionIndexes as NSIndexSetMBS) as NSIndexSetMBS
- event shouldSelectTableColumn(tableColumn as NSTableColumnMBS) as Boolean
- event mouseDownInHeaderOfTableColumn(tableColumn as NSTableColumnMBS)
- event didClickTableColumn(tableColumn as NSTableColumnMBS)
- event didDragTableColumn(tableColumn as NSTableColumnMBS)
- event toolTipForCell(cell as NSCellMBS, r as NSRectMBS, tableColumn as NSTableColumnMBS, row as Int64, mouseLocation as NSPointMBS) as string
- event heightOfRow(row as Int64) as Double
- event typeSelectString(tableColumn as NSTableColumnMBS, row as Int64) as string
- event nextTypeSelectMatchFromRow(startRow as Int64, endRow as Int64, searchString as string) as Int64
- event shouldTypeSelectForEvent(e as NSEventMBS, searchString as string) as Boolean
- event shouldShowCellExpansion(tableColumn as NSTableColumnMBS, row as Int64) as Boolean
- event shouldTrackCell(cell as NSCellMBS, tableColumn as NSTableColumnMBS, row as Int64) as Boolean
- event dataCell(tableColumn as NSTableColumnMBS, row as Int64) as NSCellMBS
- event isGroupRow(row as Int64) as Boolean
- event sizeToFitWidthOfColumn(column as Int64) as Double
- event shouldReorderColumn(columnIndex as Int64, newColumnIndex as Int64) as Boolean
- event DoubleClick
- event view(tableColumn as NSTableColumnMBS, row as Integer) as NSViewMBS
- event rowViewForRow(row as Integer) as NSTableRowViewMBS
- event didAddRowView(rowView as NSTableRowViewMBS, row as Integer)
- event didRemoveRowView(rowView as NSTableRowViewMBS, row as Integer)
- event MenuBarSelected
- event ScaleFactorChanged(NewFactor as Double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) as Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x as Integer, y as Integer)
- event willTile
- event didTile
- event LeftMouseDown(e as NSEventMBS) as Boolean
- event RightMouseDown(e as NSEventMBS) as Boolean
- event OtherMouseDown(e as NSEventMBS) as Boolean
- event LeftMouseDragged(e as NSEventMBS) as Boolean
- event RightMouseDragged(e as NSEventMBS) as Boolean
- event OtherMouseDragged(e as NSEventMBS) as Boolean
- event LeftMouseUp(e as NSEventMBS) as Boolean
- event RightMouseUp(e as NSEventMBS) as Boolean
- event OtherMouseUp(e as NSEventMBS) as Boolean
- event pasteboardItemForRow(row as Integer) as NSPasteboardItemMBS
- event draggingSessionWillBegin(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, rowIndexes as NSIndexSetMBS)
- event draggingSessionEnded(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, operation as Integer)
- event updateDraggingItemsForDrag(draggingInfo as NSDraggingInfoMBS)
- event writeRowsWithIndexes(rowIndexes as NSIndexSetMBS, pboard as NSPasteboardMBS) as Boolean
- event validateDrop(info as NSDraggingInfoMBS, proposedRow as Integer, dropOperation as Integer) as Integer
- event acceptDrop(info as NSDraggingInfoMBS, row as Integer, dropOperation as Integer) as Boolean
- event namesOfPromisedFilesDroppedAtDestination(dropDestination as folderItem, DraggedRowsWithIndexes as NSIndexSetMBS) as string()
- event numberOfRowsInTableView as Integer
- event objectValue(column as NSTableColumnMBS, row as Integer) as Variant
- event setObjectValue(value as Variant, column as NSTableColumnMBS, row as Integer)
- event sortDescriptorsDidChange(oldDescriptors() as NSSortDescriptorMBS)
- event rowActionsForRow(row as Integer, edge as Integer) as NSTableViewRowActionMBS()
- control DesktopNSTokenFieldControlMBS
- property View as NSTokenFieldMBS
- event FocusReceived
- event FocusLost
- event FrameChanged
- event BoundsChanged
- event willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event tokenFieldAction
- event tokenFieldTextShouldBeginEditing(fieldEditor as NSTextMBS) as boolean
- event tokenFieldTextShouldEndEditing(fieldEditor as NSTextMBS) as boolean
- event completionsForSubstring(substring as string, tokenIndex as integer, byref selectedIndex as integer) as variant()
- event shouldAddObjects(tokens() as variant, index as Integer) as variant()
- event displayStringForRepresentedObject(representedObject as variant) as string
- event editingStringForRepresentedObject(representedObject as variant) as string
- event representedObjectForEditingString(editingString as string) as variant
- event writeRepresentedObjects(objects() as variant, pboard as NSPasteboardMBS) as boolean
- event readFromPasteboard(pboard as NSPasteboardMBS) as variant()
- event menuForRepresentedObject(representedObject as variant) as NSMenuMBS
- event hasMenuForRepresentedObject(representedObject as variant) as boolean
- event styleForRepresentedObject(representedObject as variant) as integer
- event textShouldBeginEditing(fieldEditor as NSTextMBS) as boolean
- event textShouldEndEditing(fieldEditor as NSTextMBS) as boolean
- event TextDidBeginEditing(fieldEditor as NSTextMBS, notification as NSNotificationMBS)
- event TextDidEndEditing(fieldEditor as NSTextMBS, notification as NSNotificationMBS)
- event TextDidChange(fieldEditor as NSTextMBS, notification as NSNotificationMBS)
- event MenuBarSelected
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- control DesktopQCViewControlMBS
- control NSButtonControlMBS
- control NSCollectionViewControlMBS
- method performBatchUpdates(tag as variant)
- property View as NSCollectionViewMBS
- property ScrollView as NSScrollViewMBS
- event GotFocus
- event LostFocus
- event FrameChanged
- event BoundsChanged
- event willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event EnableMenuItems
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- event numberOfItemsInSection(section as Integer) as Integer
- event numberOfSections as Integer
- event itemForRepresentedObject(indexPath as NSIndexPathMBS) as NSCollectionViewItemMBS
- event viewForSupplementaryElement(kind as String, indexPath as NSIndexPathMBS) as NSViewMBS
- event prefetchItems(indexPaths() as NSIndexPathMBS)
- event cancelPrefetchingForItems(indexPaths() as NSIndexPathMBS)
- event canDragItems(indexPaths() as NSIndexPathMBS, NSEvent as NSEventMBS) as Boolean
- event writeItems(indexPaths() as NSIndexPathMBS, Pasteboard as NSPasteboardMBS) as Boolean
- event namesOfPromisedFilesDroppedAtDestination(dropURL as String, indexPaths() as NSIndexPathMBS) as String()
- event draggingImageForItems(indexPaths() as NSIndexPathMBS, NSEvent as NSEventMBS, byref dragImageOffset as NSPointMBS) as NSImageMBS
- event validateDrop(draggingInfo as NSDraggingInfoMBS, byref proposedIndexPath as NSIndexPathMBS, byref dropOperation as Integer) as Integer
- event acceptDrop(draggingInfo as NSDraggingInfoMBS, indexPath as NSIndexPathMBS, dropOperation as Integer) as Integer
- event pasteboardWriterForItem(indexPath as NSIndexPathMBS) as NSPasteboardItemMBS
- event draggingSessionWillBegin(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, indexPaths() as NSIndexPathMBS)
- event draggingSessionEnded(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, dragOperation as Integer)
- event updateDraggingItemsForDrag(draggingInfo as NSDraggingInfoMBS)
- event shouldChangeItems(indexPaths() as NSIndexPathMBS, highlightState as Integer) as NSIndexPathMBS()
- event didChangeItems(indexPaths() as NSIndexPathMBS, highlightState as Integer)
- event shouldSelectItems(indexPaths() as NSIndexPathMBS) as NSIndexPathMBS()
- event shouldDeselectItems(indexPaths() as NSIndexPathMBS) as NSIndexPathMBS()
- event didSelectItems(indexPaths() as NSIndexPathMBS)
- event didDeselectItems(indexPaths() as NSIndexPathMBS)
- event willDisplayItem(item as NSCollectionViewItemMBS, indexPath as NSIndexPathMBS)
- event willDisplaySupplementaryView(view as NSViewMBS, elementKind as String, indexPath as NSIndexPathMBS)
- event didEndDisplayingItem(item as NSCollectionViewItemMBS, indexPath as NSIndexPathMBS)
- event didEndDisplayingSupplementaryView(view as NSViewMBS, elementKind as String, indexPath as NSIndexPathMBS)
- event transitionLayout(fromLayout as NSCollectionViewLayoutMBS, toLayout as NSCollectionViewLayoutMBS) as NSCollectionViewTransitionLayoutMBS
- event ItemPrepareForReuse(item as NSCollectionViewItemMBS)
- event ItemApplyLayoutAttributes(item as NSCollectionViewItemMBS, layoutAttributes as NSCollectionViewLayoutAttributesMBS)
- event ItemWillTransition(item as NSCollectionViewItemMBS, oldLayout as NSCollectionViewLayoutMBS, newLayout as NSCollectionViewLayoutMBS)
- event ItemDidTransition(item as NSCollectionViewItemMBS, oldLayout as NSCollectionViewLayoutMBS, newLayout as NSCollectionViewLayoutMBS)
- event ItemPreferredLayoutAttributesFittingAttributes(item as NSCollectionViewItemMBS, layoutAttributes as NSCollectionViewLayoutAttributesMBS) as NSCollectionViewLayoutAttributesMBS
- event performBatchUpdatesWork(tag as variant)
- event performBatchUpdatesCompleted(tag as variant, finished as boolean)
- event sizeForItemAtIndexPath(layout as NSCollectionViewLayoutMBS, indexPath as NSIndexPathMBS) as NSSizeMBS
- event insetForSectionAtIndex(layout as NSCollectionViewLayoutMBS, section as Integer) as NSEdgeInsetsMBS
- event minimumLineSpacingForSectionAtIndex(layout as NSCollectionViewLayoutMBS, section as Integer) as double
- event minimumInteritemSpacingForSectionAtIndex(layout as NSCollectionViewLayoutMBS, section as Integer) as double
- event referenceSizeForHeaderInSection(layout as NSCollectionViewLayoutMBS, section as Integer) as NSSizeMBS
- event referenceSizeForFooterInSection(layout as NSCollectionViewLayoutMBS, section as Integer) as NSSizeMBS
- control NSComboBoxControlMBS
- control NSDatePickerControlMBS
- control NSOutlineControlMBS
- property View as NSOutlineViewMBS
- property ScrollView as NSScrollViewMBS
- property AcceptTabs as Boolean
- property hasHorizontalScroller as Boolean
- property hasVerticalScroller as Boolean
- property autohidesScrollers as Boolean
- property allowsColumnReordering as Boolean
- property allowsColumnResizing as Boolean
- property allowsMultipleSelection as Boolean
- property allowsEmptySelection as Boolean
- property allowsColumnSelection as Boolean
- event GotFocus
- event LostFocus
- event FrameChanged
- event BoundsChanged
- event willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event DoubleClick
- event EnableMenuItems
- event ScaleFactorChanged(NewFactor as Double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) as Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x as Integer, y as Integer)
- event willTile
- event didTile
- event shouldCollapseAutoExpandedItemsForDeposited(deposited as Boolean, superResult as Boolean) as Boolean
- event LeftMouseDown(e as NSEventMBS) as Boolean
- event RightMouseDown(e as NSEventMBS) as Boolean
- event OtherMouseDown(e as NSEventMBS) as Boolean
- event LeftMouseDragged(e as NSEventMBS) as Boolean
- event RightMouseDragged(e as NSEventMBS) as Boolean
- event OtherMouseDragged(e as NSEventMBS) as Boolean
- event LeftMouseUp(e as NSEventMBS) as Boolean
- event RightMouseUp(e as NSEventMBS) as Boolean
- event OtherMouseUp(e as NSEventMBS) as Boolean
- event textShouldBeginEditing(control as NSControlMBS, fieldEditor as NSTextMBS) as Boolean
- event textShouldEndEditing(control as NSControlMBS, fieldEditor as NSTextMBS) as Boolean
- event numberOfChildrenOfItem(item as NSOutlineViewItemMBS) as Integer
- event childOfItem(index as Integer, item as NSOutlineViewItemMBS) as NSOutlineViewItemMBS
- event isItemExpandable(item as NSOutlineViewItemMBS) as Boolean
- event objectValue(tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS) as Variant
- event setObjectValue(tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS, value as Variant)
- event itemForPersistentObject(persistentObject as Variant) as NSOutlineViewItemMBS
- event persistentObjectForItem(item as NSOutlineViewItemMBS) as Variant
- event sortDescriptorsDidChange(oldDescriptors() as NSSortDescriptorMBS)
- event writeItems(items() as NSOutlineViewItemMBS, pasteboard as NSPasteboardMBS) as Boolean
- event validateDrop(info as NSDraggingInfoMBS, proposedItem as NSOutlineViewItemMBS, proposedChildIndex as Integer) as Integer
- event acceptDrop(info as NSDraggingInfoMBS, item as NSOutlineViewItemMBS, index as Integer) as Boolean
- event namesOfPromisedFilesDroppedAtDestination(dropDestination as folderItem, DraggedItems() as NSOutlineViewItemMBS) as string()
- event updateDraggingItemsForDrag(draggingInfo as NSDraggingInfoMBS)
- event pasteboardWriterForItem(item as NSOutlineViewItemMBS) as NSPasteboardItemMBS
- event draggingSessionWillBegin(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, draggedItems() as NSOutlineViewItemMBS)
- event draggingSessionEnded(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, operation as Integer)
- event view(tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS) as NSViewMBS
- event rowViewForItem(item as NSOutlineViewItemMBS) as NSTableRowViewMBS
- event didAddRowView(rowView as NSTableRowViewMBS, row as Integer)
- event didRemoveRowView(rowView as NSTableRowViewMBS, row as Integer)
- event willDisplayCell(cell as NSCellMBS, tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS)
- event shouldEdit(tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS) as Boolean
- event selectionShouldChangeInOutlineView as Boolean
- event shouldSelectItem(item as NSOutlineViewItemMBS) as Boolean
- event selectionIndexesForProposedSelection(proposedSelectionIndexes as NSIndexSetMBS) as NSIndexSetMBS
- event shouldSelectTableColumn(tableColumn as NSTableColumnMBS) as Boolean
- event mouseDownInHeaderOfTableColumn(tableColumn as NSTableColumnMBS)
- event didClickTableColumn(tableColumn as NSTableColumnMBS)
- event didDragTableColumn(tableColumn as NSTableColumnMBS)
- event toolTipForCell(cell as NSCellMBS, byref rect as NSRectMBS, tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS, mouseLocation as NSPointMBS) as String
- event heightOfRowByItem(item as NSOutlineViewItemMBS) as Double
- event typeSelectString(tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS) as String
- event nextTypeSelectMatchFromItem(startItem as NSOutlineViewItemMBS, endItem as NSOutlineViewItemMBS, searchString as String) as NSOutlineViewItemMBS
- event shouldTypeSelectForEvent(e as NSEventMBS, searchString as String) as Boolean
- event shouldShowCellExpansion(tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS) as Boolean
- event shouldTrackCell(cell as NSCellMBS, tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS) as Boolean
- event dataCell(tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS) as NSCellMBS
- event isGroupItem(item as NSOutlineViewItemMBS) as Boolean
- event shouldExpandItem(item as NSOutlineViewItemMBS) as Boolean
- event shouldCollapseItem(item as NSOutlineViewItemMBS) as Boolean
- event willDisplayOutlineCell(cell as NSCellMBS, tableColumn as NSTableColumnMBS, item as NSOutlineViewItemMBS)
- event sizeToFitWidthOfColumn(Column as Integer) as Double
- event shouldReorderColumn(columnIndex as Integer, newColumnIndex as Integer) as Boolean
- event shouldShowOutlineCellForItem(item as NSOutlineViewItemMBS) as Boolean
- event SelectionDidChange(notification as NSNotificationMBS)
- event ColumnDidMove(notification as NSNotificationMBS, OldColumn as Integer, NewColumn as Integer)
- event ColumnDidResize(notification as NSNotificationMBS, tableColumn as NSTableColumnMBS, OldWidth as Double)
- event SelectionIsChanging(notification as NSNotificationMBS)
- event ItemWillExpand(notification as NSNotificationMBS, item as NSOutlineViewItemMBS)
- event ItemDidExpand(notification as NSNotificationMBS, item as NSOutlineViewItemMBS)
- event ItemWillCollapse(notification as NSNotificationMBS, item as NSOutlineViewItemMBS)
- event ItemDidCollapse(notification as NSNotificationMBS, item as NSOutlineViewItemMBS)
- event draggingExited(info as NSDraggingInfoMBS)
- event draggingEnded(info as NSDraggingInfoMBS)
- event concludeDragOperation(info as NSDraggingInfoMBS)
- control NSPopUpButtonControlMBS
- control NSSwitchControlMBS
- control NSTableControlMBS
- property View as NSTableViewMBS
- property ScrollView as NSScrollViewMBS
- property AcceptTabs as Boolean
- property hasHorizontalScroller as Boolean
- property hasVerticalScroller as Boolean
- property autohidesScrollers as Boolean
- property allowsColumnReordering as Boolean
- property allowsColumnResizing as Boolean
- property allowsMultipleSelection as Boolean
- property allowsEmptySelection as Boolean
- property allowsColumnSelection as Boolean
- property disableCellEvents as Boolean
- property disableViewEvents as Boolean
- event GotFocus
- event LostFocus
- event FrameChanged
- event BoundsChanged
- event willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event SelectionDidChange(notification as NSNotificationMBS)
- event ColumnDidMove(notification as NSNotificationMBS, OldColumn as Integer, NewColumn as Integer)
- event ColumnDidResize(notification as NSNotificationMBS, tableColumn as NSTableColumnMBS, OldWidth as Double)
- event SelectionIsChanging(notification as NSNotificationMBS)
- event textShouldBeginEditing(control as NSControlMBS, fieldEditor as NSTextMBS) as Boolean
- event textShouldEndEditing(control as NSControlMBS, fieldEditor as NSTextMBS) as Boolean
- event willDisplayCell(cell as NSCellMBS, tableColumn as NSTableColumnMBS, row as Int64)
- event shouldEditTableColumn(tableColumn as NSTableColumnMBS, row as Int64) as Boolean
- event selectionShouldChangeInTableView as Boolean
- event shouldSelectRow(row as Int64) as Boolean
- event selectionIndexesForProposedSelection(proposedSelectionIndexes as NSIndexSetMBS) as NSIndexSetMBS
- event shouldSelectTableColumn(tableColumn as NSTableColumnMBS) as Boolean
- event mouseDownInHeaderOfTableColumn(tableColumn as NSTableColumnMBS)
- event didClickTableColumn(tableColumn as NSTableColumnMBS)
- event didDragTableColumn(tableColumn as NSTableColumnMBS)
- event toolTipForCell(cell as NSCellMBS, r as NSRectMBS, tableColumn as NSTableColumnMBS, row as Int64, mouseLocation as NSPointMBS) as string
- event heightOfRow(row as Int64) as Double
- event typeSelectString(tableColumn as NSTableColumnMBS, row as Int64) as string
- event nextTypeSelectMatchFromRow(startRow as Int64, endRow as Int64, searchString as string) as Int64
- event shouldTypeSelectForEvent(e as NSEventMBS, searchString as string) as Boolean
- event shouldShowCellExpansion(tableColumn as NSTableColumnMBS, row as Int64) as Boolean
- event shouldTrackCell(cell as NSCellMBS, tableColumn as NSTableColumnMBS, row as Int64) as Boolean
- event dataCell(tableColumn as NSTableColumnMBS, row as Int64) as NSCellMBS
- event isGroupRow(row as Int64) as Boolean
- event sizeToFitWidthOfColumn(column as Int64) as Double
- event shouldReorderColumn(columnIndex as Int64, newColumnIndex as Int64) as Boolean
- event DoubleClick
- event view(tableColumn as NSTableColumnMBS, row as Integer) as NSViewMBS
- event rowViewForRow(row as Integer) as NSTableRowViewMBS
- event didAddRowView(rowView as NSTableRowViewMBS, row as Integer)
- event didRemoveRowView(rowView as NSTableRowViewMBS, row as Integer)
- event EnableMenuItems
- event ScaleFactorChanged(NewFactor as Double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) as Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x as Integer, y as Integer)
- event willTile
- event didTile
- event LeftMouseDown(e as NSEventMBS) as Boolean
- event RightMouseDown(e as NSEventMBS) as Boolean
- event OtherMouseDown(e as NSEventMBS) as Boolean
- event LeftMouseDragged(e as NSEventMBS) as Boolean
- event RightMouseDragged(e as NSEventMBS) as Boolean
- event OtherMouseDragged(e as NSEventMBS) as Boolean
- event LeftMouseUp(e as NSEventMBS) as Boolean
- event RightMouseUp(e as NSEventMBS) as Boolean
- event OtherMouseUp(e as NSEventMBS) as Boolean
- event pasteboardItemForRow(row as Integer) as NSPasteboardItemMBS
- event draggingSessionWillBegin(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, rowIndexes as NSIndexSetMBS)
- event draggingSessionEnded(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, operation as Integer)
- event updateDraggingItemsForDrag(draggingInfo as NSDraggingInfoMBS)
- event writeRowsWithIndexes(rowIndexes as NSIndexSetMBS, pboard as NSPasteboardMBS) as Boolean
- event validateDrop(info as NSDraggingInfoMBS, proposedRow as Integer, dropOperation as Integer) as Integer
- event acceptDrop(info as NSDraggingInfoMBS, row as Integer, dropOperation as Integer) as Boolean
- event namesOfPromisedFilesDroppedAtDestination(dropDestination as folderItem, DraggedRowsWithIndexes as NSIndexSetMBS) as string()
- event numberOfRowsInTableView as Integer
- event objectValue(column as NSTableColumnMBS, row as Integer) as Variant
- event setObjectValue(value as Variant, column as NSTableColumnMBS, row as Integer)
- event sortDescriptorsDidChange(oldDescriptors() as NSSortDescriptorMBS)
- event rowActionsForRow(row as Integer, edge as Integer) as NSTableViewRowActionMBS()
- control NSTokenFieldControlMBS
- property View as NSTokenFieldMBS
- event GotFocus
- event LostFocus
- event FrameChanged
- event BoundsChanged
- event willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event tokenFieldAction
- event tokenFieldTextShouldBeginEditing(fieldEditor as NSTextMBS) as boolean
- event tokenFieldTextShouldEndEditing(fieldEditor as NSTextMBS) as boolean
- event completionsForSubstring(substring as string, tokenIndex as integer, byref selectedIndex as integer) as variant()
- event shouldAddObjects(tokens() as variant, index as Integer) as variant()
- event displayStringForRepresentedObject(representedObject as variant) as string
- event editingStringForRepresentedObject(representedObject as variant) as string
- event representedObjectForEditingString(editingString as string) as variant
- event writeRepresentedObjects(objects() as variant, pboard as NSPasteboardMBS) as boolean
- event readFromPasteboard(pboard as NSPasteboardMBS) as variant()
- event menuForRepresentedObject(representedObject as variant) as NSMenuMBS
- event hasMenuForRepresentedObject(representedObject as variant) as boolean
- event styleForRepresentedObject(representedObject as variant) as integer
- event textShouldBeginEditing(fieldEditor as NSTextMBS) as boolean
- event textShouldEndEditing(fieldEditor as NSTextMBS) as boolean
- event TextDidBeginEditing(fieldEditor as NSTextMBS, notification as NSNotificationMBS)
- event TextDidEndEditing(fieldEditor as NSTextMBS, notification as NSNotificationMBS)
- event TextDidChange(fieldEditor as NSTextMBS, notification as NSNotificationMBS)
- event EnableMenuItems
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- control NSViewControlMBS
- property View as NSViewMBS
- event Opened
- event Closed
- event acceptsFirstResponder as boolean
- event mouseDown(e as NSEventMBS, x as double, y as double) as boolean
- event mouseDragged(e as NSEventMBS, x as double, y as double) as boolean
- event mouseUp(e as NSEventMBS, x as double, y as double) as boolean
- event mouseMoved(e as NSEventMBS, x as double, y as double) as boolean
- event mouseEntered(e as NSEventMBS, x as double, y as double) as boolean
- event mouseExited(e as NSEventMBS, x as double, y as double) as boolean
- event rightMouseDown(e as NSEventMBS, x as double, y as double) as boolean
- event rightMouseDragged(e as NSEventMBS, x as double, y as double) as boolean
- event rightMouseUp(e as NSEventMBS, x as double, y as double) as boolean
- event otherMouseDown(e as NSEventMBS, x as double, y as double) as boolean
- event otherMouseDragged(e as NSEventMBS, x as double, y as double) as boolean
- event otherMouseUp(e as NSEventMBS, x as double, y as double) as boolean
- event becomeFirstResponder as boolean
- event resignFirstResponder as boolean
- event keyDown(e as NSEventMBS) as boolean
- event keyUp(e as NSEventMBS) as boolean
- event isOpaque as boolean
- event magnifyWithEvent(e as NSEventMBS) as boolean
- event rotateWithEvent(e as NSEventMBS) as boolean
- event swipeWithEvent(e as NSEventMBS) as boolean
- event beginGestureWithEvent(e as NSEventMBS) as boolean
- event endGestureWithEvent(e as NSEventMBS) as boolean
- event scrollWheel(e as NSEventMBS) as boolean
- event acceptsFirstMouse(e as NSEventMBS) as boolean
- event viewDidMoveToWindow
- event mouseDownCanMoveWindow as boolean
- event canBecomeKeyView as boolean
- event menuForEvent(e as NSEventMBS, defaultMenu as NSMenuMBS) as NSMenuMBS
- event draggingSessionSourceOperationMaskForDraggingContext(session as NSDraggingSessionMBS, context as integer) as integer
- event draggingSessionWillBeginAtPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS)
- event draggingSessionMovedToPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS)
- event draggingSessionEndedAtPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, operation as integer)
- event ignoreModifierKeysForDraggingSession(session as NSDraggingSessionMBS) as boolean
- event draggingEntered(sender as NSDraggingInfoMBS) as integer
- event draggingUpdated(sender as NSDraggingInfoMBS) as integer
- event draggingExited(sender as NSDraggingInfoMBS)
- event prepareForDragOperation(sender as NSDraggingInfoMBS) as boolean
- event performDragOperation(sender as NSDraggingInfoMBS) as boolean
- event concludeDragOperation(sender as NSDraggingInfoMBS)
- event draggingEnded(sender as NSDraggingInfoMBS)
- event wantsPeriodicDraggingUpdates as boolean
- event updateDraggingItemsForDrag(sender as NSDraggingInfoMBS)
- event DrawRect(g as NSGraphicsMBS, left as double, top as double, width as double, height as double)
- event drawFocusRingMask(g as NSGraphicsMBS) as boolean
- event focusRingMaskBounds as NSRectMBS
- event pressureChange(e as NSEventMBS) as boolean
- event EnableMenuItems
- event ScaleFactorChanged(NewFactor as double)
- control QCViewControlMBS
- Globals: