Uses of Interface
com.aptana.ide.ui.editors.preferences.formatter.ModifyDialogTabPage.IModificationListener

Packages that use ModifyDialogTabPage.IModificationListener
com.aptana.ide.ui.editors.preferences.formatter   
 

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

Classes in com.aptana.ide.ui.editors.preferences.formatter that implement ModifyDialogTabPage.IModificationListener
 class FormatterModifyDialog
           
 class ModifyDialog
           
 

Constructors in com.aptana.ide.ui.editors.preferences.formatter with parameters of type ModifyDialogTabPage.IModificationListener
FormatterTabPage(ModifyDialogTabPage.IModificationListener modifyListener, java.util.Map workingValues)
           
ModifyDialogTabPage(ModifyDialogTabPage.IModificationListener modifyListener, java.util.Map workingValues)
          Create a new ModifyDialogTabPage
WhiteSpaceTabPage(ModifyDialogTabPage.IModificationListener modifyListener, java.util.Map workingValues, java.lang.String editor)