Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.debug.core.cdi.model.ICDITracepoint.IAction

Packages that use ICDITracepoint.IAction
org.eclipse.cdt.debug.core.cdi.model   
 

Uses of ICDITracepoint.IAction in org.eclipse.cdt.debug.core.cdi.model
 

Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDITracepoint.IAction
 ICDITracepoint.IAction[] ICDITracepoint.getActions()
          Returns the actions assigned to this tracepoint.
 

Methods in org.eclipse.cdt.debug.core.cdi.model with parameters of type ICDITracepoint.IAction
 void ICDITracepoint.addActions(ICDITracepoint.IAction[] actions)
          Adds the given actions to the action list of thie tracepoint.
 void ICDITracepoint.removeActions(ICDITracepoint.IAction[] actions)
          Removes the given actions from the action list of thie tracepoint.
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.