|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.debug.internal.core.CGlobalVariableManager
public class CGlobalVariableManager
Manages all global variables registered with a debug target.
Constructor Summary | |
---|---|
CGlobalVariableManager(CDebugTarget target)
Constructor for CGlobalVariableManager. |
Method Summary | |
---|---|
void |
addGlobals(IGlobalVariableDescriptor[] descriptors)
Registers with this manager the global variables specified by given descriptors. |
void |
dispose()
|
IGlobalVariableDescriptor[] |
getDescriptors()
Returns the array of descriptors of global varibales added to this manager. |
ICGlobalVariable[] |
getGlobals()
|
java.lang.String |
getMemento()
|
void |
removeAllGlobals()
Removes all global variables from this manager. |
void |
removeGlobals(ICGlobalVariable[] globals)
Removes specified global variables from this manager. |
void |
save()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CGlobalVariableManager(CDebugTarget target)
Method Detail |
---|
public ICGlobalVariable[] getGlobals()
public void addGlobals(IGlobalVariableDescriptor[] descriptors) throws org.eclipse.debug.core.DebugException
ICGlobalVariableManager
addGlobals
in interface ICGlobalVariableManager
descriptors
- the descriptors of global variables to register with this manager
org.eclipse.debug.core.DebugException
public void removeGlobals(ICGlobalVariable[] globals)
ICGlobalVariableManager
removeGlobals
in interface ICGlobalVariableManager
globals
- global variables to removepublic void removeAllGlobals()
ICGlobalVariableManager
removeAllGlobals
in interface ICGlobalVariableManager
public void dispose()
public java.lang.String getMemento()
public void save()
public IGlobalVariableDescriptor[] getDescriptors()
ICGlobalVariableManager
getDescriptors
in interface ICGlobalVariableManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |