org.eclipse.cdt.debug.core.breakpointactions
Class AbstractBreakpointAction

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.cdt.debug.core.breakpointactions.AbstractBreakpointAction
All Implemented Interfaces:
IBreakpointAction, org.eclipse.core.runtime.IAdaptable
Direct Known Subclasses:
ExternalToolAction, LogAction, ResumeAction, SoundAction

public abstract class AbstractBreakpointAction
extends org.eclipse.core.runtime.PlatformObject
implements IBreakpointAction


Constructor Summary
AbstractBreakpointAction()
           
 
Method Summary
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
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
 
Methods inherited from interface org.eclipse.cdt.debug.core.breakpointactions.IBreakpointAction
execute, getDefaultName, getIdentifier, getMemento, getSummary, getTypeName, initializeFromMemento
 

Constructor Detail

AbstractBreakpointAction

public AbstractBreakpointAction()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface IBreakpointAction

setName

public void setName(java.lang.String name)
Specified by:
setName in interface IBreakpointAction