public interface IPPersistableRegisterGroup
extends org.eclipse.debug.core.model.IRegisterGroup
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMemento()
Returns a memento that can be used to reconstruct this group
|
IPRegisterDescriptor[] |
getRegisterDescriptors()
Returns the array of group's register descriptors.
|
void |
initializeFromMemento(java.lang.String memento)
Initializes this group based on the given memento.
|
void |
setRegisterDescriptors(IPRegisterDescriptor[] registerDescriptors)
Replaces the group register descriptors by the specified descriptors.
|
getName, getRegisters, hasRegistersjava.lang.String getMemento()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException - if unable to construct a mementovoid initializeFromMemento(java.lang.String memento)
throws org.eclipse.core.runtime.CoreException
memento - a memento to initialize this grouporg.eclipse.core.runtime.CoreException - on failure to initializeIPRegisterDescriptor[] getRegisterDescriptors()
void setRegisterDescriptors(IPRegisterDescriptor[] registerDescriptors)
the - array of register descriptorsCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.