org.eclipse.cdt.debug.ui.breakpointactions
Class SoundActionPage

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.cdt.debug.ui.breakpointactions.SoundActionPage
All Implemented Interfaces:
IBreakpointActionPage, org.eclipse.core.runtime.IAdaptable

public class SoundActionPage
extends org.eclipse.core.runtime.PlatformObject
implements IBreakpointActionPage


Constructor Summary
SoundActionPage()
           
 
Method Summary
 void actionDialogCanceled()
           
 void actionDialogOK()
           
 void addRecentSound(java.io.File soundFile)
           
 org.eclipse.swt.widgets.Composite createComposite(IBreakpointAction action, org.eclipse.swt.widgets.Composite composite, int style)
           
 java.lang.String getMediaPath()
           
 java.util.ArrayList getRecentSounds()
           
 SoundAction getSoundAction()
           
 java.lang.String getSummary()
           
 void saveRecentSounds()
           
 
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
 

Constructor Detail

SoundActionPage

public SoundActionPage()
Method Detail

actionDialogCanceled

public void actionDialogCanceled()
Specified by:
actionDialogCanceled in interface IBreakpointActionPage

actionDialogOK

public void actionDialogOK()
Specified by:
actionDialogOK in interface IBreakpointActionPage

addRecentSound

public void addRecentSound(java.io.File soundFile)

createComposite

public org.eclipse.swt.widgets.Composite createComposite(IBreakpointAction action,
                                                         org.eclipse.swt.widgets.Composite composite,
                                                         int style)
Specified by:
createComposite in interface IBreakpointActionPage

getMediaPath

public java.lang.String getMediaPath()

getRecentSounds

public java.util.ArrayList getRecentSounds()

getSummary

public java.lang.String getSummary()

saveRecentSounds

public void saveRecentSounds()

getSoundAction

public SoundAction getSoundAction()