|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSPrinter | |
---|---|
org.rococoa.cocoa.appkit |
Uses of NSPrinter in org.rococoa.cocoa.appkit |
---|
Methods in org.rococoa.cocoa.appkit that return NSPrinter | |
---|---|
static NSPrinter |
NSPrinter.alloc()
|
abstract NSPrinter |
NSPrinter._class_.alloc()
|
static NSPrinter |
NSPrintInfo.defaultPrinter()
Return the default printer, if one has been selected by the user, nil otherwise. |
abstract NSPrinter |
NSPrintInfo._class_.defaultPrinter()
Return the default printer, if one has been selected by the user, nil otherwise. |
static NSPrinter |
NSPrinter.new_()
|
abstract NSPrinter |
NSPrinter._class_.new_()
|
abstract NSPrinter |
NSPrintInfo.printer()
Original signature : -(NSPrinter*)printer native declaration : NSPrintInfo.h:138 |
static NSPrinter |
NSPrinter.printerWithName(NSString name)
Given a human-readable printer name of the sort that appears in a Print panel's "Printer:" popup menu, return an instance of NSPrinter if the named printer is available, nil otherwise. |
abstract NSPrinter |
NSPrinter._class_.printerWithName(NSString name)
Given a human-readable printer name of the sort that appears in a Print panel's "Printer:" popup menu, return an instance of NSPrinter if the named printer is available, nil otherwise. |
static NSPrinter |
NSPrinter.printerWithType(NSString type)
Given a string of the sort returned by +printerTypes:, return the first printer whose description matches, or nil if no available printer matches. |
abstract NSPrinter |
NSPrinter._class_.printerWithType(NSString type)
Given a string of the sort returned by +printerTypes:, return the first printer whose description matches, or nil if no available printer matches. |
Methods in org.rococoa.cocoa.appkit with parameters of type NSPrinter | |
---|---|
abstract void |
NSPrintInfo.setPrinter(NSPrinter printer)
Set or get the destination printer specified by this object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |