org.eclipse.xtext.ui.refactoring.ui
Class RefactoringPreferences

java.lang.Object
  extended by org.eclipse.xtext.ui.refactoring.ui.RefactoringPreferences

public class RefactoringPreferences
extends java.lang.Object

Author:
Jan Koehnlein - Initial contribution and API

Nested Class Summary
static class RefactoringPreferences.Initializer
           
 
Field Summary
static java.lang.String SAVE_ALL_BEFORE_REFACTORING
           
static java.lang.String USE_INLINE_REFACTORING
           
 
Constructor Summary
RefactoringPreferences()
           
 
Method Summary
 boolean isSaveAllBeforeRefactoring()
           
 void setSaveAllBeforeRefactoring(boolean isSaveAllBeforeRefatoring)
           
 void setUseInlineRefactoring(boolean useInlineRefatoring)
           
 boolean useInlineRefactoring()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAVE_ALL_BEFORE_REFACTORING

public static final java.lang.String SAVE_ALL_BEFORE_REFACTORING
See Also:
Constant Field Values

USE_INLINE_REFACTORING

public static final java.lang.String USE_INLINE_REFACTORING
See Also:
Constant Field Values
Constructor Detail

RefactoringPreferences

public RefactoringPreferences()
Method Detail

isSaveAllBeforeRefactoring

public boolean isSaveAllBeforeRefactoring()

useInlineRefactoring

public boolean useInlineRefactoring()

setSaveAllBeforeRefactoring

public void setSaveAllBeforeRefactoring(boolean isSaveAllBeforeRefatoring)

setUseInlineRefactoring

public void setUseInlineRefactoring(boolean useInlineRefatoring)