org.rococoa.cocoa.appkit.protocols
Interface NSPrintPanelAccessorizing

All Superinterfaces:
ObjCObject

public interface NSPrintPanelAccessorizing
extends ObjCObject

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class NSPrintPanelAccessorizing._class_
           
static interface NSPrintPanelAccessorizing._static_
           
 
Field Summary
static NSPrintPanelAccessorizing._class_ _NSCLASS_
           
 
Method Summary
 NSArray localizedSummaryItems()
          Return the text that summarizes the settings that the user has chosen using this print panel accessory view and that should appear in the summary pane of the print panel.
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Field Detail

_NSCLASS_

static final NSPrintPanelAccessorizing._class_ _NSCLASS_
Method Detail

localizedSummaryItems

NSArray localizedSummaryItems()
Return the text that summarizes the settings that the user has chosen using this print panel accessory view and that should appear in the summary pane of the print panel. It must be an array of dictionaries (not nil), each of which has an NSPrintPanelAccessorySummaryItemNameKey entry and an NSPrintPanelAccessorySummaryItemDescriptionKey entry whose values are strings. A print panel accessory view must be KVO-compliant for "localizedSummaryItems" because NSPrintPanel observes it to keep what it displays in its Summary view up to date. (In Mac OS 10.5 there is no way for the user to see your accessory view and the Summary view at the same time, but that might not always be true in the future.)
Original signature : -(NSArray*)localizedSummaryItems
native declaration : NSPrintPanel.h:66



Copyright © 2009. All Rights Reserved.