PTP
Release 7.0

org.eclipse.ptp.debug.core.model
Interface IFormatSupport

All Known Subinterfaces:
IPGlobalVariable, IPRegister, IPVariable

public interface IFormatSupport

Interface for obtaining variable formatting information


Method Summary
 void changeFormat(PVariableFormat format)
          Change the format
 PVariableFormat getFormat()
          Get the format
 boolean supportsFormatting()
          Is formatting supported
 

Method Detail

supportsFormatting

boolean supportsFormatting()
Is formatting supported

Returns:

getFormat

PVariableFormat getFormat()
Get the format

Returns:

changeFormat

void changeFormat(PVariableFormat format)
                  throws org.eclipse.debug.core.DebugException
Change the format

Parameters:
format -
Throws:
org.eclipse.debug.core.DebugException

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.