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

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

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

Subclasses of ModifyDialogTabPage in com.aptana.ide.editor.css.preferences
 class BracesTabPage
           
 

Uses of ModifyDialogTabPage in com.aptana.ide.editor.html.preferences
 

Subclasses of ModifyDialogTabPage in com.aptana.ide.editor.html.preferences
 class IndentationTabPage
           
 class NewLinesTabPage
           
 

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

Subclasses of ModifyDialogTabPage in com.aptana.ide.editor.js.preferences
 class BlankLinesTabPage
           
 class ControlStatementsTabPage
           
 

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

Subclasses of ModifyDialogTabPage in com.aptana.ide.ui.editors.preferences.formatter
 class CommentsTabPage
          Tab page for the comment formatter settings.
 class FormatterTabPage
           
 class WhiteSpaceTabPage
           
 

Methods in com.aptana.ide.ui.editors.preferences.formatter with parameters of type ModifyDialogTabPage
protected  void ModifyDialog.addTabPage(java.lang.String title, ModifyDialogTabPage tabPage)