Developer Documentation
PATH  Mac OS X Documentation > Application Kit Reference: Java

Table of Contents

NSSound


Inherits from:
NSObject
Package:
com.apple.yellow.application


Class Description


Description forthcoming.




Method Types


Constructors
NSSound
TBD Method Group Name
canInitWithPasteboard
delegate
name
pause
play
resume
setDelegate
setName
soundNamed
soundUnfilteredFileTypes
soundUnfilteredPasteboardTypes
stop
writeToPasteboard


Constructors



NSSound

public NSSound()

Description forthcoming.

public NSSound(NSPasteboard aPasteboard)

Description forthcoming.

public NSSound( String aString, boolean flag)

Description forthcoming.

public NSSound( java.net.URL anURL, boolean flag)

Description forthcoming.


Static Methods



canInitWithPasteboard

public static boolean canInitWithPasteboard(NSPasteboard aPasteboard)

Description forthcoming.


Instance Methods



delegate

public Object delegate()

Description forthcoming.

isPlaying

public boolean isPlaying()

Description forthcoming.

name

public String name()

Description forthcoming.

pause

public boolean pause()

Description forthcoming.

play

public boolean play()

Description forthcoming.

resume

public boolean resume()

Description forthcoming.

setDelegate

public void setDelegate(Object anObject)

Description forthcoming.

setName

public void setName(String aString)

Description forthcoming.

soundNamed

public NSSound soundNamed(String aString)

Description forthcoming.

soundUnfilteredFileTypes

public NSArray soundUnfilteredFileTypes()

Description forthcoming.

soundUnfilteredPasteboardTypes

public NSArray soundUnfilteredFileTypes()

Description forthcoming.

stop

public boolean stop()

Description forthcoming.

writeToPasteboard

public void writeToPasteboard(NSPasteboard aPasteboard)

Description forthcoming.


Table of Contents