Uses of Interface
org.topbraid.core.config.IConfigPlugin

Packages that use IConfigPlugin
org.topbraid.core.config   
org.topbraid.forms.config   
org.topbraid.inference.config   
org.topbraidcomposer.gef.diagram.config   
org.topbraidcomposer.gef.graph.config   
 

Uses of IConfigPlugin in org.topbraid.core.config
 

Classes in org.topbraid.core.config that implement IConfigPlugin
 class AbstractConfigPlugin
           
 

Methods in org.topbraid.core.config that return types with arguments of type IConfigPlugin
static java.util.Iterator<IConfigPlugin> ConfigPlugins.listPlugins()
           
 

Uses of IConfigPlugin in org.topbraid.forms.config
 

Classes in org.topbraid.forms.config that implement IConfigPlugin
 class FormsConfigPlugin
          Synchronizes the forms metadata with changes in the model.
 

Uses of IConfigPlugin in org.topbraid.inference.config
 

Classes in org.topbraid.inference.config that implement IConfigPlugin
 class InferenceConfigPlugin
           
 

Uses of IConfigPlugin in org.topbraidcomposer.gef.diagram.config
 

Classes in org.topbraidcomposer.gef.diagram.config that implement IConfigPlugin
 class DiagramsConfigPlugin
          TODO: This whole .diagrams file mechanism should be cleaned up to use .tbc files.
 

Uses of IConfigPlugin in org.topbraidcomposer.gef.graph.config
 

Classes in org.topbraidcomposer.gef.graph.config that implement IConfigPlugin
 class GraphConfigPlugin