Uses of Class
com.sun.electric.database.text.Setting.SettingChangeBatch

Packages that use Setting.SettingChangeBatch
com.sun.electric.database.text Package for handling text. 
com.sun.electric.tool.user.dialogs   
 

Uses of Setting.SettingChangeBatch in com.sun.electric.database.text
 

Methods in com.sun.electric.database.text with parameters of type Setting.SettingChangeBatch
static void Setting.implementSettingChanges(Setting.SettingChangeBatch batch)
          Method to make a collection of project settings changes.
 

Uses of Setting.SettingChangeBatch in com.sun.electric.tool.user.dialogs
 

Methods in com.sun.electric.tool.user.dialogs with parameters of type Setting.SettingChangeBatch
static void ProjectSettingsFrame.updateProjectSettings(Setting.SettingChangeBatch changeBatch, EDialog dialogToClose)
          Change project settings according to changeBatch and close dialog on success.