public class RefactoringPreferences extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RefactoringPreferences.Initializer |
| Modifier and Type | Field and Description |
|---|---|
static String |
SAVE_ALL_BEFORE_REFACTORING |
static String |
USE_INLINE_REFACTORING |
| Constructor and Description |
|---|
RefactoringPreferences() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSaveAllBeforeRefactoring() |
void |
setSaveAllBeforeRefactoring(boolean isSaveAllBeforeRefatoring) |
void |
setUseInlineRefactoring(boolean useInlineRefatoring) |
boolean |
useInlineRefactoring() |
public static final String SAVE_ALL_BEFORE_REFACTORING
public static final String USE_INLINE_REFACTORING
public boolean isSaveAllBeforeRefactoring()
public boolean useInlineRefactoring()
public void setSaveAllBeforeRefactoring(boolean isSaveAllBeforeRefatoring)
public void setUseInlineRefactoring(boolean useInlineRefatoring)
Copyright © 2016. All Rights Reserved.