org.eclipse.cdt.internal.ui.preferences.formatter
Class IndentationTabPage

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.preferences.formatter.ModifyDialogTabPage
      extended by org.eclipse.cdt.internal.ui.preferences.formatter.IndentationTabPage

public class IndentationTabPage
extends ModifyDialogTabPage


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.cdt.internal.ui.preferences.formatter.ModifyDialogTabPage
ModifyDialogTabPage.IModificationListener
 
Constructor Summary
IndentationTabPage(ModifyDialog modifyDialog, java.util.Map workingValues)
           
 
Method Summary
 void initializePage()
          This method is called after all controls have been alloated, including the preview.
 
Methods inherited from class org.eclipse.cdt.internal.ui.preferences.formatter.ModifyDialogTabPage
createContents, makeVisible, setInitialFocus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndentationTabPage

public IndentationTabPage(ModifyDialog modifyDialog,
                          java.util.Map workingValues)
Method Detail

initializePage

public void initializePage()
Description copied from class: ModifyDialogTabPage
This method is called after all controls have been alloated, including the preview. It can be used to set the preview text and to create listeners.