Classes

NSActionCell
NSAlert
NSApplication
NSArrayController
NSBezierPath
NSBitmapImageRep
NSBox
NSBrowser
NSBrowserCell
NSButton
NSButtonCell
NSCachedImageRep
NSCell
NSClipView
NSCollectionView
NSCollectionViewItem
NSColor
NSColorList
NSColorPanel
NSColorPicker
NSColorWell
NSComboBox
NSComboBoxCell
NSControl
NSController
NSCursor
NSCustomImageRep
NSDataLink
NSDataLinkManager
NSDataLinkPanel
NSDatePicker
NSDatePickerCell
NSDocument
NSDocumentController
NSDrawer
NSDrawerDelegate
NSEPSImageRep
NSEvent
NSFont
NSFontDescriptor
NSFontManager
NSFontPanel
NSForm
NSFormCell
NSGraphicsContext
NSHelpManager
NSHelpPanel
NSImage
NSImageCell
NSImageRep
NSImageView
NSInputServer
NSMatrix
NSMenu
NSMenuItem
NSMenuItemCell
NSMenuView
NSMovie
NSMovieView
NSMutableParagraphStyle
NSNib
NSObjectController
NSOpenGLContext
NSOpenGLPixelFormat
NSOpenGLView
NSOpenPanel
NSOutlineView
NSPageLayout
NSPanel
NSParagraphStyle
NSPasteboard
NSPasteboardItem
NSPopUpButton
NSPopUpButtonCell
NSPredicateEditor
NSPredicateEditorRowTemplate
NSPrintInfo
NSPrintOperation
NSPrintPanel
NSPrinter
NSProgressIndicator
NSResponder
NSRuleEditor
NSRulerMarker
NSSavePanel
NSScreen
NSScrollView
NSScroller
NSSecureTextField
NSSecureTextFieldCell
NSSelection
NSSharingService
NSSharingServicePicker
NSSlider
NSSliderCell
NSSound
NSSpeechSynthesizer
NSSpellChecker
NSSplitView
NSStepper
NSStepperCell
NSTabView
NSTabViewItem
NSTableColumn
NSTableHeaderCell
NSTableHeaderView
NSTableView
NSText
NSTextAttachment
NSTextAttachmentCell
NSTextContainer
NSTextField
NSTextFieldCell
NSTextStorage
NSTextTab
NSTextView
NSTokenField
NSTokenFieldCell
NSUserDefaultsController
NSView
NSWindow
NSWindowController
NSWorkspace

Protocols

<GSImageDelegateProtocol>
<NSAlertDelegate>
<NSApplicationDelegate>
<NSBrowserDelegate>
<NSCollectionViewDataSource>
<NSCollectionViewDelegate>
<NSCollectionViewElement>
<NSCollectionViewPrefetching>
<NSComboBoxCellDataSource>
<NSComboBoxDataSource>
<NSComboBoxDelegate>
<NSControlTextEditingDelegate>
<NSInputServerMouseTracker>
<NSInputServiceProvider>
<NSMatrixDelegate>
<NSMenuDelegate>
<NSMenuItem>
<NSMenuValidation>
<NSMenuView>
<NSOpenSavePanelDelegate>
<NSOutlineViewDataSource>
<NSOutlineViewDelegate>
<NSPasteboardItemDataProvider>
<NSPasteboardReading>
<NSPasteboardWriting>
<NSPrintPanelAccessorizing>
<NSRuleEditorDelegate>
<NSSharingServiceDelegate>
<NSSharingServicePickerDelegate>
<NSSpeechSynthesizerDelegate>
<NSSplitViewDelegate>
<NSTabViewDelegate>
<NSTableViewDataSource>
<NSTableViewDelegate>
<NSTextAttachmentCell>
<NSTextFieldDelegate>
<NSTextViewDelegate>
<NSWindowDelegate>
(NSAlertDelegate)
(NSApplicationDelegate)
(NSBrowserDelegate)
(NSComboBoxCellDataSource)
(NSControlDelegate)
(NSControlTextEditingDelegate)
(NSDataLinkManagerDelegate)
(NSDataPickerCellDelegate)
(NSEditor)
(NSEditorRegistration)
(NSFontManagerDelegate)
(NSFontPanelValidation)
(NSMenuActionResponder)
(NSMenuDelegate)
(NSOpenSavePanelDelegate)
(NSPasteboardItemDataProvider)
(NSPasteboardOwner)
(NSPasteboardReading)
(NSPasteboardWriting)
(NSPlaceholder)
(NSSavePanelDelegate)
(NSServicesRequests)
(NSSoundDelegate)
(NSSpeechSynthesizerDelegate)
(NSSplitViewDelegate)
(NSTableDataSource)
(NSTableViewDelegate)
(NSTextDelegate)
(NSTextStorageDelegate)
(NSTextViewDelegate)
(NSWindowDelegate)
(NSWindowDelegateAdditions)

Constants

Functions

Macros

Types

Variables

Up

NSDataLinkManager

Authors

Gregory John Casamento (greg_casamento@yahoo.com)
Scott Christley (scottc@net-community.com)

Date: Generated at 2025-07-12 14:18:56 +0000

Copyright: (C) 1996, 2005 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSDataLinkManager class
  2. Software documentation for the NSObject(NSDataLinkManagerDelegate) informal protocol

Software documentation for the NSDataLinkManager class

NSDataLinkManager : NSObject

Declared in:
AppKit/NSDataLinkManager.h
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary


addLink: at: 

- (BOOL) addLink: (NSDataLink*)link at: (NSSelection*)selection;
Availability: OpenStep

Description forthcoming.

addLinkAsMarker: at: 

- (BOOL) addLinkAsMarker: (NSDataLink*)link at: (NSSelection*)selection;
Availability: OpenStep

Description forthcoming.

addLinkPreviouslyAt: fromPasteboard: at: 

- (NSDataLink*) addLinkPreviouslyAt: (NSSelection*)oldSelection fromPasteboard: (NSPasteboard*)pasteboard at: (NSSelection*)selection;
Availability: OpenStep

Description forthcoming.

areLinkOutlinesVisible 

- (BOOL) areLinkOutlinesVisible;
Availability: OpenStep

Description forthcoming.

breakAllLinks 

- (void) breakAllLinks;
Availability: OpenStep

Description forthcoming.

delegate 

- (id) delegate;
Availability: OpenStep

Description forthcoming.

delegateVerifiesLinks 

- (BOOL) delegateVerifiesLinks;
Availability: OpenStep

Description forthcoming.

destinationLinkEnumerator 

- (NSEnumerator*) destinationLinkEnumerator;
Availability: OpenStep

Description forthcoming.

destinationLinkWithSelection: 

- (NSDataLink*) destinationLinkWithSelection: (NSSelection*)destSel;
Availability: OpenStep

Description forthcoming.

filename 

- (NSString*) filename;
Availability: OpenStep

Description forthcoming.

initWithDelegate: 

- (id) initWithDelegate: (id)anObject;
Availability: OpenStep

Description forthcoming.

initWithDelegate: fromFile: 

- (id) initWithDelegate: (id)anObject fromFile: (NSString*)path;
Availability: OpenStep

Description forthcoming.

interactsWithUser 

- (BOOL) interactsWithUser;
Availability: OpenStep

Description forthcoming.

isEdited 

- (BOOL) isEdited;
Availability: OpenStep

Description forthcoming.

noteDocumentClosed 

- (void) noteDocumentClosed;
Availability: OpenStep

Description forthcoming.

noteDocumentEdited 

- (void) noteDocumentEdited;
Availability: OpenStep

Description forthcoming.

noteDocumentReverted 

- (void) noteDocumentReverted;
Availability: OpenStep

Description forthcoming.

noteDocumentSaved 

- (void) noteDocumentSaved;
Availability: OpenStep

Description forthcoming.

noteDocumentSavedAs: 

- (void) noteDocumentSavedAs: (NSString*)path;
Availability: OpenStep

Description forthcoming.

noteDocumentSavedTo: 

- (void) noteDocumentSavedTo: (NSString*)path;
Availability: OpenStep

Description forthcoming.

setDelegateVerifiesLinks: 

- (void) setDelegateVerifiesLinks: (BOOL)flag;
Availability: OpenStep

Description forthcoming.

setInteractsWithUser: 

- (void) setInteractsWithUser: (BOOL)flag;
Availability: OpenStep

Description forthcoming.

setLinkOutlinesVisible: 

- (void) setLinkOutlinesVisible: (BOOL)flag;
Availability: OpenStep

Description forthcoming.

sourceLinkEnumerator 

- (NSEnumerator*) sourceLinkEnumerator;
Availability: OpenStep

Description forthcoming.

writeLinksToPasteboard: 

- (void) writeLinksToPasteboard: (NSPasteboard*)pasteboard;
Availability: OpenStep

Description forthcoming.



Instance Variables for NSDataLinkManager Class

delegate

@protected id delegate;
Availability: OpenStep

Description forthcoming.

destinationLinks

@protected NSMutableArray* destinationLinks;
Availability: OpenStep

Description forthcoming.

filename

@protected NSString* filename;
Availability: OpenStep

Description forthcoming.

sourceLinks

@protected NSMutableArray* sourceLinks;
Availability: OpenStep

Description forthcoming.

struct __dlmFlags

@protected struct __dlmFlags struct __dlmFlags;
Availability: OpenStep

Description forthcoming.




Software documentation for the NSObject(NSDataLinkManagerDelegate) informal protocol

NSObject(NSDataLinkManagerDelegate)

Declared in:
AppKit/NSDataLinkManager.h
Availability: OpenStep

Description forthcoming.

Method summary


copyToPasteboard: at: cheapCopyAllowed: 

- (BOOL) copyToPasteboard: (NSPasteboard*)pasteboard at: (NSSelection*)selection cheapCopyAllowed: (BOOL)flag;
Availability: OpenStep

Description forthcoming.

dataLinkManager: didBreakLink: 

- (void) dataLinkManager: (NSDataLinkManager*)sender didBreakLink: (NSDataLink*)link;
Availability: OpenStep

Description forthcoming.

dataLinkManager: isUpdateNeededForLink: 

- (BOOL) dataLinkManager: (NSDataLinkManager*)sender isUpdateNeededForLink: (NSDataLink*)link;
Availability: OpenStep

Description forthcoming.

dataLinkManager: startTrackingLink: 

- (void) dataLinkManager: (NSDataLinkManager*)sender startTrackingLink: (NSDataLink*)link;
Availability: OpenStep

Description forthcoming.

dataLinkManager: stopTrackingLink: 

- (void) dataLinkManager: (NSDataLinkManager*)sender stopTrackingLink: (NSDataLink*)link;
Availability: OpenStep

Description forthcoming.

dataLinkManagerCloseDocument: 

- (void) dataLinkManagerCloseDocument: (NSDataLinkManager*)sender;
Availability: OpenStep

Description forthcoming.

dataLinkManagerDidEditLinks: 

- (void) dataLinkManagerDidEditLinks: (NSDataLinkManager*)sender;
Availability: OpenStep

Description forthcoming.

dataLinkManagerRedrawLinkOutlines: 

- (void) dataLinkManagerRedrawLinkOutlines: (NSDataLinkManager*)sender;
Availability: OpenStep

Description forthcoming.

dataLinkManagerTracksLinksIndividually: 

- (BOOL) dataLinkManagerTracksLinksIndividually: (NSDataLinkManager*)sender;
Availability: OpenStep

Description forthcoming.

importFile: at: 

- (BOOL) importFile: (NSString*)filename at: (NSSelection*)selection;
Availability: OpenStep

Description forthcoming.

pasteFromPasteboard: at: 

- (BOOL) pasteFromPasteboard: (NSPasteboard*)pasteboard at: (NSSelection*)selection;
Availability: OpenStep

Description forthcoming.

showSelection: 

- (BOOL) showSelection: (NSSelection*)selection;
Availability: OpenStep

Description forthcoming.

windowForSelection: 

- (NSWindow*) windowForSelection: (NSSelection*)selection;
Availability: OpenStep

Description forthcoming.


Up