Package ghidra.app.services
Interface CodeFormatService
-
- All Known Implementing Classes:
ListingCodeComparisonPanel
,ListingMergePanel
public interface CodeFormatService
Service provided by a plugin that gives access to a manager for the field formats used by a listing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormatManager
getFormatManager()
-
-
-
Method Detail
-
getFormatManager
FormatManager getFormatManager()
-
-