MonobjcMonobjc Documented Class Library
INSOpenSavePanelDelegate Interface
NamespacesMonobjc.AppKitINSOpenSavePanelDelegate

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

Declaration Syntax
C#Visual BasicVisual C++
public interface INSOpenSavePanelDelegate : IManagedWrapper
Public Interface INSOpenSavePanelDelegate _
	Inherits IManagedWrapper
public interface class INSOpenSavePanelDelegate : 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.)
PanelDidChangeToDirectoryURL(Id, NSURL)

Informs the delegate that the user changed the selected directory to the directory located at the specified URL. The URL may be nil if the current URL can’t be represented by an NSURL object.

Original signature is '- (void)panel:(id)sender didChangeToDirectoryURL:(NSURL *)url'

Available in Mac OS X v10.6 and later.


PanelSelectionDidChange(Id)

Tells the delegate that the user changed the selection in the specified Save panel.

Original signature is '- (void)panelSelectionDidChange:(id)sender'

Available in Mac OS X v10.3 and later.


PanelShouldEnableURL(Id, NSURL)

For NSOpenPanel delegates, asks the delegate whether the specified URL should be enabled in the panel. This method is not called for NSSavePanel delegates; all URLs are always disabled.

Original signature is '- (BOOL)panel:(id)sender shouldEnableURL:(NSURL *)url'

Available in Mac OS X v10.6 and later.


PanelUserEnteredFilenameConfirmed(Id, NSString, Boolean)

Tells the delegate that the user confirmed a filename choice by clicking Save in a Save panel.

Original signature is '- (NSString *)panel:(id)sender userEnteredFilename:(NSString *)filename confirmed:(BOOL)okFlag'

Available in Mac OS X v10.0 and later.


PanelValidateURLError(Id, NSURL, NSError%)

For NSSavePanel delegates, asks the delegate for file URL validation when the user chooses the Save button. For NSOpenPanel delegates, asks the delegate for file URL validation once for each selected filename (or directory) when the user chooses the Open button.

Original signature is '- (BOOL)panel:(id)sender validateURL:(NSURL *)url error:(NSError **)outError'

Available in Mac OS X v10.6 and later.


PanelWillExpand(Id, Boolean)

Tells the delegate that the Save panel is about to expand or collapse because the user clicked the disclosure triangle that displays or hides the file browser.

Original signature is '- (void)panel:(id)sender willExpand:(BOOL)expanding'

Available in Mac OS X v10.0 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)