public interface ModelComponentProviderInterface
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ModelComponentProviderInterface.ItemType
-
Method Summary
Modifier and Type Method Description QIcon
getActionIcon(ModelComponentProviderInterface.ItemType itemType)
String
getActionText(ModelComponentProviderInterface.ItemType itemType)
String
getActionToolTip(ModelComponentProviderInterface.ItemType itemType)
Collection<ModelComponentProviderInterface.ItemType>
getSupportedItemTypes()
CompartmentItem
provideCompartment(Diagram diagram, InputUtilities utilities)
MetaboliteItem
provideMetabolite(Diagram diagram, InputUtilities utilities)
PathwayItem
providePathway(Diagram diagram, InputUtilities utilities)
ReactionItem
provideReaction(Diagram diagram, InputUtilities utilities)