HEADER

Uses of Class
ru.biosoft.access.repository.ActionsProvider

Packages that use ActionsProvider
biouml.plugins.simulation 
biouml.workbench 
ru.biosoft.access.repository 
ru.biosoft.access.search 
ru.biosoft.gui 

Uses of ActionsProvider in biouml.plugins.simulation
 

Classes in biouml.plugins.simulation that implement ActionsProvider
class RepositoryActionsProvider
          
 

Uses of ActionsProvider in biouml.workbench
 

Classes in biouml.workbench that implement ActionsProvider
class RepositoryActionsProvider
          
 

Uses of ActionsProvider in ru.biosoft.access.repository
 

Classes in ru.biosoft.access.repository that implement ActionsProvider
class PluginActions
          This class is used to allow any plugin provide provide context speific actions for repository pop up menu.
 

Methods in ru.biosoft.access.repository that return ActionsProvider
ActionsProviderRepositoryPane.getActionsProvider()
          
 

Methods in ru.biosoft.access.repository with parameters of type ActionsProvider
voidRepositoryPane.setActionsProvider(ActionsProvider actionsProvider)
          
 

Uses of ActionsProvider in ru.biosoft.access.search
 

Classes in ru.biosoft.access.search that implement ActionsProvider
class RepositoryActionsProvider
          
 

Uses of ActionsProvider in ru.biosoft.gui
 

Methods in ru.biosoft.gui that return ActionsProvider
ActionsProviderEditorsTabbedPane.getModelActionProvider()
          
 

Methods in ru.biosoft.gui with parameters of type ActionsProvider
voidEditorsTabbedPane.setModelActionProvider(ActionsProvider provider)
          
 


FOOTER

BOTTOM