All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Pasteboard
NSPasteboard
.
[[NSPasteboard
alloc] init]
.
- addTypes:owner:
Objective-C instance method.
- availableTypeFromArray:
Objective-C instance method.
- changeCount
Objective-C instance method.
- dataForType:
Objective-C instance method.
- declareTypes:owner:
Objective-C instance method.
+ generalPasteboard
Objective-C class method.
- name
Objective-C instance method.
+ pasteboardByFilteringData:ofType:
Objective-C class method.
+ pasteboardByFilteringFile:
Objective-C class method.
+ pasteboardByFilteringTypesInPasteboard:
Objective-C class method.
+ pasteboardWithName:
Objective-C class method.
+ pasteboardWithUniqueName
Objective-C class method.
- propertyListForType:
Objective-C instance method.
- readFileContentsType:toFile:
Objective-C instance method.
- readFileWrapper
Objective-C instance method.
- releaseGlobally
Objective-C instance method.
- setData:forType:
Objective-C instance method.
- setPropertyList:forType:
Objective-C instance method.
- setString:forType:
Objective-C instance method.
- stringForType:
Objective-C instance method.
- types
Objective-C instance method.
+ typesFilterableTo:
Objective-C class method.
- writeFileContents:
Objective-C instance method.
- writeFileWrapper:
Objective-C instance method.
public static final String ColorPboardType
public static final String FileContentsPboardType
public static final String FilenamesPboardType
public static final String FontPboardType
public static final String PostScriptPboardType
public static final String RulerPboardType
public static final String RTFPPboardType
public static final String RTFPDPboardType
public static final String StringPboardType
public static final String TabularTextPboardType
public static final String TIFFPboardType
public static final String GeneralPboard
public static final String FontPboard
public static final String RulerPboard
public static final String FindPboard
public static final String DragPboard
protected Pasteboard(boolean shouldAllocate, int objcObject)
public Pasteboard()
[[NSPasteboard
alloc] init]
.
public static native Pasteboard generalPasteboard()
+ generalPasteboard
Objective-C class method.
public static native Pasteboard pasteboardWithName(String name)
+ pasteboardWithName:
Objective-C class method.
public static native Pasteboard pasteboardWithUniqueName()
+ pasteboardWithUniqueName
Objective-C class method.
public static native Array typesFilterableTo(String type)
+ typesFilterableTo:
Objective-C class method.
public static native Pasteboard pasteboardByFilteringFile(String filename)
+ pasteboardByFilteringFile:
Objective-C class method.
public static native Pasteboard pasteboardByFilteringData(Data data, String type)
+ pasteboardByFilteringData:ofType:
Objective-C class method.
public static native Pasteboard pasteboardByFilteringTypesInPasteboard(Pasteboard pboard)
+ pasteboardByFilteringTypesInPasteboard:
Objective-C class method.
public native String name()
- name
Objective-C instance method.
public native void releaseGlobally()
- releaseGlobally
Objective-C instance method.
public native int declareTypes(Array newTypes, Object newOwner)
- declareTypes:owner:
Objective-C instance method.
public native int addTypes(Array newTypes, Object newOwner)
- addTypes:owner:
Objective-C instance method.
public native int changeCount()
- changeCount
Objective-C instance method.
public native Array types()
- types
Objective-C instance method.
public native String availableTypeFromArray(Array types)
- availableTypeFromArray:
Objective-C instance method.
public native boolean setDataForType(Data data, String dataType)
- setData:forType:
Objective-C instance method.
public native Data dataForType(String dataType)
- dataForType:
Objective-C instance method.
public native boolean setPropertyListForType(Object plist, String dataType)
- setPropertyList:forType:
Objective-C instance method.
public native Object propertyListForType(String dataType)
- propertyListForType:
Objective-C instance method.
public native boolean setStringForType(String string, String dataType)
- setString:forType:
Objective-C instance method.
public native String stringForType(String dataType)
- stringForType:
Objective-C instance method.
public native boolean writeFileContents(String filename)
- writeFileContents:
Objective-C instance method.
public native String readFileContentsTypeToFile(String type, String filename)
- readFileContentsType:toFile:
Objective-C instance method.
public native boolean writeFileWrapper(FileWrapper wrapper)
- writeFileWrapper:
Objective-C instance method.
public native FileWrapper readFileWrapper()
- readFileWrapper
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index