Eclipse JDT
Release 3.5

org.eclipse.jdt.ui.cleanup
Interface ICleanUpOptionsInitializer


public interface ICleanUpOptionsInitializer

Initializes the default options for a clean up kind.

Since:
3.5

Method Summary
 void setDefaultOptions(CleanUpOptions options)
          Sets the default options of this initializer.
 

Method Detail

setDefaultOptions

void setDefaultOptions(CleanUpOptions options)
Sets the default options of this initializer.

Parameters:
options - the clean up options

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.