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.
actionDialogCanceled
void actionDialogCanceled()
actionDialogOK
void actionDialogOK()
createComposite
org.eclipse.swt.widgets.Composite createComposite(IBreakpointAction action,
org.eclipse.swt.widgets.Composite composite,
int style)