CombineExt

some tools useful when working with COMBINE stuff

View the Project on GitHub

Extend the Iconizer to provide icons for further Formats

The CombineIconizer maintains a list of icon collections which provide icons for certain file formatas, see List<IconCollection> iconCollectionsList in /src/main/java/de/unirostock/sems/cbext/Iconizer.java

Extending the List of Icon Collections

Extending the IconCollection class

The abstract class has 4 functions that you need to implement:

An example of an extension can be found at PharmMLRecognizer There the Iconizer was extended to also deliver a PharmML icon.