org.eclipse.cdt.debug.ui.breakpointactions
Interface IBreakpointActionPage

All Known Implementing Classes:
ExternalToolActionPage, LogActionPage, ResumeActionPage, SoundActionPage

public interface IBreakpointActionPage

THIS INTERFACE IS PROVISIONAL AND WILL CHANGE IN THE FUTURE PLUG-INS USING THIS INTERFACE WILL NEED TO BE REVISED TO WORK WITH FUTURE VERSIONS OF CDT.


Method Summary
 void actionDialogCanceled()
           
 void actionDialogOK()
           
 org.eclipse.swt.widgets.Composite createComposite(IBreakpointAction action, org.eclipse.swt.widgets.Composite composite, int style)
           
 

Method Detail

actionDialogCanceled

void actionDialogCanceled()

actionDialogOK

void actionDialogOK()

createComposite

org.eclipse.swt.widgets.Composite createComposite(IBreakpointAction action,
                                                  org.eclipse.swt.widgets.Composite composite,
                                                  int style)