OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WrapInRefactoring
(Results
1 - 6
of
6
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInContribution.java
29
return new
WrapInRefactoring
.Descriptor(project, description, comment, arguments);
35
if (descriptor instanceof
WrapInRefactoring
.Descriptor) {
36
return ((
WrapInRefactoring
.Descriptor) descriptor).getArguments();
WrapInAction.java
32
WrapInRefactoring
ref = new
WrapInRefactoring
(mFile, mDelegate,
WrapInWizard.java
56
public WrapInWizard(
WrapInRefactoring
ref, LayoutEditorDelegate editor) {
63
WrapInRefactoring
ref = (
WrapInRefactoring
) getRefactoring();
68
/** Wizard page which inputs parameters for the {@link
WrapInRefactoring
} operation */
144
WrapInRefactoring
refactoring =
145
(
WrapInRefactoring
) getRefactoring();
WrapInRefactoring.java
67
public class
WrapInRefactoring
extends VisualRefactoring {
80
WrapInRefactoring
(Map<String, String> arguments) {
86
public
WrapInRefactoring
(
95
WrapInRefactoring
(List<Element> selectedElements, LayoutEditorDelegate editor) {
436
return new
WrapInRefactoring
(args);
RefactoringAssistant.java
209
new
WrapInRefactoring
(
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoringTest.java
53
WrapInRefactoring
refactoring = new
WrapInRefactoring
(selectedElements,
Completed in 408 milliseconds