Uses of Class
procope.userinterface.gui.NameMapping

Packages that use NameMapping
procope.userinterface.gui   
 

Uses of NameMapping in procope.userinterface.gui
 

Method parameters in procope.userinterface.gui with type arguments of type NameMapping
static void NameMappingsDialog.updateManager(ArrayList<NameMapping> mappings)
          Removes all mappings from the manager and adds the given list of mappings (needed because no removal is possible otherwise)
 

Constructor parameters in procope.userinterface.gui with type arguments of type NameMapping
NameMappingsDialog(JFrame parent, ArrayList<NameMapping> mappings)