Uses of Class
com.usefullittlethings.saw.model.PluginCollection

Packages that use PluginCollection
com.usefullittlethings.saw   
com.usefullittlethings.saw.controller   
com.usefullittlethings.saw.model   
com.usefullittlethings.saw.ui   
 

Uses of PluginCollection in com.usefullittlethings.saw
 

Methods in com.usefullittlethings.saw that return PluginCollection
 PluginCollection Main.getFiltersModel()
          Returns a reference to the filters model
 PluginCollection Main.getActionsModel()
          Returns a reference to the actions model
 

Uses of PluginCollection in com.usefullittlethings.saw.controller
 

Methods in com.usefullittlethings.saw.controller that return PluginCollection
 PluginCollection AppControllerIfc.getFiltersModel()
          Returns a reference to the filters model
 PluginCollection AppControllerIfc.getActionsModel()
          Returns a reference to the actions model
 

Uses of PluginCollection in com.usefullittlethings.saw.model
 

Methods in com.usefullittlethings.saw.model with parameters of type PluginCollection
 void PluginManagementTableModel.setModel(PluginCollection model)
           
 

Constructors in com.usefullittlethings.saw.model with parameters of type PluginCollection
PluginTableModel(PluginCollection model)
           
PluginManagementTableModel(PluginCollection model)
           
FilterPluginTableModel(PluginCollection model)
           
 

Uses of PluginCollection in com.usefullittlethings.saw.ui
 

Methods in com.usefullittlethings.saw.ui with parameters of type PluginCollection
 void SearchUIIfc.setActionsModel(PluginCollection c)
          Used to set a reference to the actions model within the ui.
 void SearchUIIfc.setFiltersModel(PluginCollection c)
          Used to set a reference to the filters model within the ui.
 void DefaultSearchUI.setFiltersModel(PluginCollection model)
           
 void DefaultSearchUI.setActionsModel(PluginCollection model)
           
 void CommandLineSearchUI.setFiltersModel(PluginCollection model)
           
 void CommandLineSearchUI.setActionsModel(PluginCollection model)
           
 

Constructors in com.usefullittlethings.saw.ui with parameters of type PluginCollection
DefaultPluginManagementDialog(SearchControllerIfc[] controllers, PluginCollection filters, PluginCollection actions)
           
DefaultPluginManagementDialog(SearchControllerIfc[] controllers, PluginCollection filters, PluginCollection actions)