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

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.preferences.formatter.ProfileConfigurationBlock
      extended by org.eclipse.cdt.internal.ui.preferences.formatter.CodeFormatterConfigurationBlock

public class CodeFormatterConfigurationBlock
extends ProfileConfigurationBlock

The code formatter preference page.


Constructor Summary
CodeFormatterConfigurationBlock(org.eclipse.core.resources.IProject project, PreferencesAccess access)
          Create a new CodeFormatterConfigurationBlock.
 
Method Summary
 void performApply()
           
 void performDefaults()
           
 boolean performOk()
           
 
Methods inherited from class org.eclipse.cdt.internal.ui.preferences.formatter.ProfileConfigurationBlock
createContents, dispose, enableProjectSpecificSettings, hasProjectSpecificOptions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeFormatterConfigurationBlock

public CodeFormatterConfigurationBlock(org.eclipse.core.resources.IProject project,
                                       PreferencesAccess access)
Create a new CodeFormatterConfigurationBlock.

Method Detail

performApply

public void performApply()
Overrides:
performApply in class ProfileConfigurationBlock

performDefaults

public void performDefaults()
Overrides:
performDefaults in class ProfileConfigurationBlock

performOk

public boolean performOk()
Overrides:
performOk in class ProfileConfigurationBlock