MonobjcMonobjc Documented Class Library
INSTokenFieldCellDelegate Interface
NamespacesMonobjc.AppKitINSTokenFieldCellDelegate

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

Declaration Syntax
C#Visual BasicVisual C++
public interface INSTokenFieldCellDelegate : IManagedWrapper
Public Interface INSTokenFieldCellDelegate _
	Inherits IManagedWrapper
public interface class INSTokenFieldCellDelegate : 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.)
TokenFieldCellCompletionsForSubstringIndexOfTokenIndexOfSelectedItem(NSTokenFieldCell, NSString, NSInteger, NSInteger%)

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

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

Available in Mac OS X v10.4 and later.


TokenFieldCellDisplayStringForRepresentedObject(NSTokenFieldCell, Id)

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

Original signature is '- (NSString *)tokenFieldCell:(NSTokenFieldCell *)tokenFieldCell displayStringForRepresentedObject:(id)representedObject'

Available in Mac OS X v10.4 and later.


TokenFieldCellEditingStringForRepresentedObject(NSTokenFieldCell, Id)

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

Original signature is '- (NSString *)tokenFieldCell:(NSTokenFieldCell *)tokenFieldCell editingStringForRepresentedObject:(id)representedObject'

Available in Mac OS X v10.4 and later.


TokenFieldCellHasMenuForRepresentedObject(NSTokenFieldCell, Id)

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

Original signature is '- (BOOL)tokenFieldCell:(NSTokenFieldCell *)tokenFieldCell hasMenuForRepresentedObject:(id)representedObject'

Available in Mac OS X v10.4 and later.


TokenFieldCellMenuForRepresentedObject(NSTokenFieldCell, Id)

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

Original signature is '- (NSMenu *)tokenFieldCell:(NSTokenFieldCell *)tokenFieldCell menuForRepresentedObject:(id)representedObject'

Available in Mac OS X v10.4 and later.


TokenFieldCellReadFromPasteboard(NSTokenFieldCell, NSPasteboard)

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

Original signature is '- (NSArray *)tokenFieldCell:(NSTokenFieldCell *)tokenFieldCell readFromPasteboard:(NSPasteboard *)pboard'

Available in Mac OS X v10.4 and later.


TokenFieldCellRepresentedObjectForEditingString(NSTokenFieldCell, NSString)

Allows the delegate to provide a represented object for the string being edited.

Original signature is '- (id)tokenFieldCell:(NSTokenFieldCell *)tokenFieldCell representedObjectForEditingString:(NSString *)editingString'

Available in Mac OS X v10.4 and later.


TokenFieldCellShouldAddObjectsAtIndex(NSTokenFieldCell, NSArray, NSUInteger)

Allows the delegate to validate the tokens to be added to the receiver at a given index.

Original signature is '- (NSArray *)tokenFieldCell:(NSTokenFieldCell *)tokenFieldCell shouldAddObjects:(NSArray *)tokens atIndex:(NSUInteger)index'

Available in Mac OS X v10.4 and later.


TokenFieldCellStyleForRepresentedObject(NSTokenFieldCell, Id)

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

Original signature is '- (NSTokenStyle)tokenFieldCell:(NSTokenFieldCell *)tokenFieldCell styleForRepresentedObject:(id)representedObject'

Available in Mac OS X v10.4 and later.


TokenFieldCellWriteRepresentedObjectsToPasteboard(NSTokenFieldCell, NSArray, NSPasteboard)

Allows the delegate the opportunity to write custom pasteboard types to the pasteboard for the represented objects in objects.

Original signature is '- (BOOL)tokenFieldCell:(NSTokenFieldCell *)tokenFieldCell 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)