org.eclipse.cdt.debug.ui.breakpointactions
Class SoundAction
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.cdt.debug.core.breakpointactions.AbstractBreakpointAction
org.eclipse.cdt.debug.ui.breakpointactions.SoundAction
- All Implemented Interfaces:
- IBreakpointAction, org.eclipse.core.runtime.IAdaptable
public class SoundAction
- extends AbstractBreakpointAction
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
getAdapter |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoundAction
public SoundAction()
playSoundFile
public static void playSoundFile(java.io.File soundFile)
execute
public org.eclipse.core.runtime.IStatus execute(org.eclipse.debug.core.model.IBreakpoint breakpoint,
org.eclipse.core.runtime.IAdaptable context,
org.eclipse.core.runtime.IProgressMonitor monitor)
getDefaultName
public java.lang.String getDefaultName()
getSoundFile
public java.io.File getSoundFile()
getSummary
public java.lang.String getSummary()
getTypeName
public java.lang.String getTypeName()
getMemento
public java.lang.String getMemento()
initializeFromMemento
public void initializeFromMemento(java.lang.String data)
getIdentifier
public java.lang.String getIdentifier()
setSoundFile
public void setSoundFile(java.io.File soundFile)