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

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

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


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

LogActionPage

public LogActionPage()
Method Detail

getLogAction

public LogAction getLogAction()

actionDialogCanceled

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

actionDialogOK

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

createComposite

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