OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtractIncludeWizard
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeAction.java
34
RefactoringWizard wizard = new
ExtractIncludeWizard
(ref, mDelegate);
ExtractIncludeWizard.java
33
class
ExtractIncludeWizard
extends VisualRefactoringWizard {
34
public
ExtractIncludeWizard
(ExtractIncludeRefactoring ref, LayoutEditorDelegate editor) {
ExtractIncludeRefactoring.java
655
return new
ExtractIncludeWizard
(this, mDelegate);
Completed in 58 milliseconds