MonobjcMonobjc Documented Class Library
INSRuleEditorDelegate Interface
NamespacesMonobjc.AppKitINSRuleEditorDelegate

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

Declaration Syntax
C#Visual BasicVisual C++
public interface INSRuleEditorDelegate : IManagedWrapper
Public Interface INSRuleEditorDelegate _
	Inherits IManagedWrapper
public interface class INSRuleEditorDelegate : 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.)
RuleEditorChildForCriterionWithRowType(NSRuleEditor, NSInteger, Id, NSRuleEditorRowType)

Returns the child of a given item at a given index. (required)

Original signature is '- (id)ruleEditor:(NSRuleEditor *)editor child:(NSInteger)index forCriterion:(id)criterion withRowType:(NSRuleEditorRowType)rowType'

Available in Mac OS X v10.5 and later.


RuleEditorDisplayValueForCriterionInRow(NSRuleEditor, Id, NSInteger)

Returns the value for a given criterion. (required)

Original signature is '- (id)ruleEditor:(NSRuleEditor *)editor displayValueForCriterion:(id)criterion inRow:(NSInteger)row'

Available in Mac OS X v10.5 and later.


RuleEditorNumberOfChildrenForCriterionWithRowType(NSRuleEditor, Id, NSRuleEditorRowType)

Returns the number of child items of a given criterion or row type. (required)

Original signature is '- (NSInteger)ruleEditor:(NSRuleEditor *)editor numberOfChildrenForCriterion:(id)criterion withRowType:(NSRuleEditorRowType)rowType'

Available in Mac OS X v10.5 and later.


RuleEditorPredicatePartsForCriterionWithDisplayValueInRow(NSRuleEditor, Id, Id, NSInteger)

Returns a dictionary representing the parts of the predicate determined by the given criterion and value.

Original signature is '- (NSDictionary *)ruleEditor:(NSRuleEditor *)editor predicatePartsForCriterion:(id)criterion withDisplayValue:(id)value inRow:(NSInteger)row'

Available in Mac OS X v10.5 and later.


RuleEditorRowsDidChange(NSNotification)

Notifies the receiver that a rule editor’s rows changed.

Original signature is '- (void)ruleEditorRowsDidChange:(NSNotification *)notification'

Available in Mac OS X v10.5 and later.


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.)
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)