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

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

public class LogAction
extends AbstractBreakpointAction


Constructor Summary
LogAction()
           
 
Method Summary
 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)
           
 java.lang.String getDefaultName()
           
 java.lang.String getIdentifier()
           
 java.lang.String getMemento()
           
 java.lang.String getMessage()
           
 java.lang.String getSummary()
           
 java.lang.String getTypeName()
           
 void initializeFromMemento(java.lang.String data)
           
 boolean isEvaluateExpression()
           
 void setEvaluateExpression(boolean evaluateExpression)
           
 void setMessage(java.lang.String message)
           
 
Methods inherited from class org.eclipse.cdt.debug.core.breakpointactions.AbstractBreakpointAction
getName, setName
 
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

LogAction

public LogAction()
Method Detail

isEvaluateExpression

public boolean isEvaluateExpression()

setEvaluateExpression

public void setEvaluateExpression(boolean evaluateExpression)

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()

getIdentifier

public java.lang.String getIdentifier()

getMemento

public java.lang.String getMemento()

getMessage

public java.lang.String getMessage()

setMessage

public void setMessage(java.lang.String message)

getSummary

public java.lang.String getSummary()

getTypeName

public java.lang.String getTypeName()

initializeFromMemento

public void initializeFromMemento(java.lang.String data)