OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WrapInWizard
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInAction.java
34
RefactoringWizard wizard = new
WrapInWizard
(ref, mDelegate);
WrapInWizard.java
52
public class
WrapInWizard
extends VisualRefactoringWizard {
56
public
WrapInWizard
(WrapInRefactoring ref, LayoutEditorDelegate editor) {
ChangeLayoutWizard.java
125
mClassNames =
WrapInWizard
.addLayouts(mProject, mOldType, mTypeCombo, exclude, false);
WrapInRefactoring.java
424
return new
WrapInWizard
(this, mDelegate);
Completed in 510 milliseconds