|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSClass
org.rococoa.cocoa.foundation.NSObject._class_
org.rococoa.cocoa.appkit.NSPrinter._class_
public abstract static class NSPrinter._class_
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject |
|---|
NSObject._class_ |
| Nested classes/interfaces inherited from interface org.rococoa.ObjCClass |
|---|
ObjCClass._Class |
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
NSObject._static_ |
| Field Summary |
|---|
| Fields inherited from interface org.rococoa.ObjCClass |
|---|
CLASS |
| Constructor Summary | |
|---|---|
NSPrinter._class_()
|
|
| Method Summary | |
|---|---|
abstract NSPrinter |
alloc()
Original signature : +(id)allocnative declaration : NSObject.h:77 |
NSDeprecated._static_ |
asStatic_NSPrinter_NSDeprecated()
|
abstract NSPrinter |
new_()
Original signature : +(id)newnative declaration : NSObject.h:75 |
abstract NSArray |
printerNames()
Return an array of strings that contain the human-readable names of all available printers. |
abstract NSArray |
printerTypes()
Return an array of strings that contain the human-readable descriptions of the makes and models of all available printers. |
abstract 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 |
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 inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.rococoa.ObjCObject |
|---|
id |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
autorelease, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, zone |
| Constructor Detail |
|---|
public NSPrinter._class_()
| Method Detail |
|---|
public NSDeprecated._static_ asStatic_NSPrinter_NSDeprecated()
public abstract NSArray printerNames()
+(NSArray*)printerNames
public abstract NSArray printerTypes()
+(NSArray*)printerTypes
public abstract NSPrinter printerWithName(NSString name)
+(NSPrinter*)printerWithName:(NSString*)
public abstract NSPrinter printerWithType(NSString type)
+(NSPrinter*)printerWithType:(NSString*)
public abstract NSPrinter alloc()
NSObject._class_+(id)alloc
alloc in class NSObject._class_public abstract NSPrinter new_()
NSObject._class_+(id)new
new_ in class NSObject._class_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||