Uses of Class
com.aptana.ide.ui.editors.preferences.formatter.ModifyDialogTabPage.ComboPreference

Packages that use ModifyDialogTabPage.ComboPreference
com.aptana.ide.editor.css.preferences   
com.aptana.ide.editor.js.preferences   
com.aptana.ide.ui.editors.preferences.formatter   
 

Uses of ModifyDialogTabPage.ComboPreference in com.aptana.ide.editor.css.preferences
 

Methods in com.aptana.ide.editor.css.preferences with parameters of type ModifyDialogTabPage.ComboPreference
protected  void BracesTabPage.updateOptionEnablement(ModifyDialogTabPage.ComboPreference arrayInitOption, ModifyDialogTabPage.CheckboxPreference arrayInitCheckBox)
           
 

Uses of ModifyDialogTabPage.ComboPreference in com.aptana.ide.editor.js.preferences
 

Methods in com.aptana.ide.editor.js.preferences with parameters of type ModifyDialogTabPage.ComboPreference
protected  void BracesTabPage.updateOptionEnablement(ModifyDialogTabPage.ComboPreference arrayInitOption, ModifyDialogTabPage.CheckboxPreference arrayInitCheckBox)
           
 

Uses of ModifyDialogTabPage.ComboPreference in com.aptana.ide.ui.editors.preferences.formatter
 

Methods in com.aptana.ide.ui.editors.preferences.formatter that return ModifyDialogTabPage.ComboPreference
protected  ModifyDialogTabPage.ComboPreference ModifyDialogTabPage.createComboPref(org.eclipse.swt.widgets.Composite composite, int numColumns, java.lang.String name, java.lang.String key, java.lang.String[] values, java.lang.String[] items)
          Convenience method to create a ComboPreference.
 

Methods in com.aptana.ide.ui.editors.preferences.formatter with parameters of type ModifyDialogTabPage.ComboPreference
protected  void BracesTabPage.updateOptionEnablement(ModifyDialogTabPage.ComboPreference arrayInitOption, ModifyDialogTabPage.CheckboxPreference arrayInitCheckBox)