Interface GIconProvider


public interface GIconProvider
GFileSystem add-on interface to allow filesystems to override how image files are converted into viewable Icon instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    getIcon(GFile file, TaskMonitor monitor)
    A method that file systems can implement if they need to preprocess image files so that Ghidra can display them.
    static Icon
    Helper static method that will get an Icon from a data file.
  • Method Details