MonobjcMonobjc Documented Class Library
INSTokenFieldDelegate Interface
NamespacesMonobjc.AppKitINSTokenFieldDelegate

[Missing <summary> documentation for "T:Monobjc.AppKit.INSTokenFieldDelegate"]

Declaration Syntax
C#Visual BasicVisual C++
public interface INSTokenFieldDelegate : IManagedWrapper
Public Interface INSTokenFieldDelegate _
	Inherits IManagedWrapper
public interface class INSTokenFieldDelegate : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
TokenFieldCompletionsForSubstringIndexOfTokenIndexOfSelectedItem(NSTokenField, NSString, NSInteger, NSInteger%)

Allows the delegate to provide an array of appropriate completions for the contents of the receiver.

Original signature is '- (NSArray *)tokenField:(NSTokenField *)tokenField completionsForSubstring:(NSString *)substring indexOfToken:(NSInteger)tokenIndex indexOfSelectedItem:(NSInteger *)selectedIndex'

Available in Mac OS X v10.4 and later.


TokenFieldDisplayStringForRepresentedObject(NSTokenField, Id)

Allows the delegate to provide a string to be displayed as a proxy for the given represented object.

Original signature is '- (NSString *)tokenField:(NSTokenField *)tokenField displayStringForRepresentedObject:(id)representedObject'

Available in Mac OS X v10.4 and later.


TokenFieldEditingStringForRepresentedObject(NSTokenField, Id)

Allows the delegate to provide a string to be edited as a proxy for a represented object.

Original signature is '- (NSString *)tokenField:(NSTokenField *)tokenField editingStringForRepresentedObject:(id)representedObject'

Available in Mac OS X v10.4 and later.


TokenFieldHasMenuForRepresentedObject(NSTokenField, Id)

Allows the delegate to specify whether the given represented object provides a menu.

Original signature is '- (BOOL)tokenField:(NSTokenField *)tokenField hasMenuForRepresentedObject:(id)representedObject'

Available in Mac OS X v10.4 and later.


TokenFieldMenuForRepresentedObject(NSTokenField, Id)

Allows the delegate to provide a menu for the specified represented object.

Original signature is '- (NSMenu *)tokenField:(NSTokenField *)tokenField menuForRepresentedObject:(id)representedObject'

Available in Mac OS X v10.4 and later.


TokenFieldReadFromPasteboard(NSTokenField, NSPasteboard)

Allows the delegate to return an array of objects representing the data read from the specified pasteboard.

Original signature is '- (NSArray *)tokenField:(NSTokenField *)tokenField readFromPasteboard:(NSPasteboard *)pboard'

Available in Mac OS X v10.4 and later.


TokenFieldRepresentedObjectForEditingString(NSTokenField, NSString)

Allows the delegate to provide a represented object for the given editing string.

Original signature is '- (id)tokenField:(NSTokenField *)tokenField representedObjectForEditingString:(NSString *)editingString'

Available in Mac OS X v10.4 and later.


TokenFieldShouldAddObjectsAtIndex(NSTokenField, NSArray, NSUInteger)

Allows the delegate to validate the tokens to be added to the receiver at a particular location.

Original signature is '- (NSArray *)tokenField:(NSTokenField *)tokenField shouldAddObjects:(NSArray *)tokens atIndex:(NSUInteger)index'

Available in Mac OS X v10.4 and later.


TokenFieldStyleForRepresentedObject(NSTokenField, Id)

Allows the delegate to return the token style for editing the specified represented object.

Original signature is '- (NSTokenStyle)tokenField:(NSTokenField *)tokenField styleForRepresentedObject:(id)representedObject'

Available in Mac OS X v10.4 and later.


TokenFieldWriteRepresentedObjectsToPasteboard(NSTokenField, NSArray, NSPasteboard)

Sent so the delegate can write represented objects to the pasteboard corresponding to a given array of display strings.

Original signature is '- (BOOL)tokenField:(NSTokenField *)tokenField writeRepresentedObjects:(NSArray *)objects toPasteboard:(NSPasteboard *)pboard'

Available in Mac OS X v10.4 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)