|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFormatSupport
Provides the ability to set and get the format of a variable.
Method Summary | |
---|---|
void |
changeFormat(CVariableFormat format)
Sets the current format of this variable to format . |
CVariableFormat |
getFormat()
Returns the current format of this variable. |
boolean |
supportsFormatting()
Returns whether this variable supports formatting operations. |
Method Detail |
---|
boolean supportsFormatting()
CVariableFormat getFormat()
void changeFormat(CVariableFormat format) throws org.eclipse.debug.core.DebugException
format
.
format
- the new format type
org.eclipse.debug.core.DebugException
- if this method fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |