|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICGlobalVariableManager
Manages the collection of global variables added to a debug target.
Method Summary | |
---|---|
void |
addGlobals(IGlobalVariableDescriptor[] descriptors)
Registers with this manager the global variables specified by given descriptors. |
IGlobalVariableDescriptor[] |
getDescriptors()
Returns the array of descriptors of global varibales added to this manager. |
void |
removeAllGlobals()
Removes all global variables from this manager. |
void |
removeGlobals(ICGlobalVariable[] globals)
Removes specified global variables from this manager. |
Method Detail |
---|
void addGlobals(IGlobalVariableDescriptor[] descriptors) throws org.eclipse.debug.core.DebugException
descriptors
- the descriptors of global variables to register with this manager
org.eclipse.debug.core.DebugException
void removeGlobals(ICGlobalVariable[] globals)
globals
- global variables to removevoid removeAllGlobals()
IGlobalVariableDescriptor[] getDescriptors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |