Interface ISymbolProvider
- All Superinterfaces:
ISymbolProvider
An ISymbolProvider is used to map symbol addresses that might be found inside
an
TmfTrace into human readable strings. This interface should be
used to augment
ISymbolProvider to support
preference pages.- Since:
- 2.0
- Author:
- Robert Kiss
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@Nullable ISymbolProviderPreferencePageCreate theISymbolProviderPreferencePagethat can be used to configure thisISymbolProviderMethods inherited from interface org.eclipse.tracecompass.tmf.core.symbols.ISymbolProvider
getSymbol, getSymbol, getTrace, loadConfiguration
-
Method Details
-
createPreferencePage
@Nullable ISymbolProviderPreferencePage createPreferencePage()Create theISymbolProviderPreferencePagethat can be used to configure thisISymbolProvider- Returns:
- the
ISymbolProviderPreferencePageor null if this symbol provider does not offer a configuration UI
-