OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtractStyleRefactoring
(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/
ExtractStyleContribution.java
29
return new
ExtractStyleRefactoring
.Descriptor(project, description, comment, arguments);
35
if (descriptor instanceof
ExtractStyleRefactoring
.Descriptor) {
36
return ((
ExtractStyleRefactoring
.Descriptor) descriptor).getArguments();
ExtractStyleAction.java
32
ExtractStyleRefactoring
ref = new
ExtractStyleRefactoring
(mFile, mDelegate,
ExtractStyleRefactoring.java
107
public class
ExtractStyleRefactoring
extends VisualRefactoring {
135
ExtractStyleRefactoring
(Map<String, String> arguments) {
147
public
ExtractStyleRefactoring
(
156
ExtractStyleRefactoring
(List<Element> selectedElements, LayoutEditorDelegate editor) {
522
return new
ExtractStyleRefactoring
(args);
ExtractStyleWizard.java
59
public ExtractStyleWizard(
ExtractStyleRefactoring
ref, LayoutEditorDelegate editor) {
71
* Wizard page which inputs parameters for the {@link
ExtractStyleRefactoring
}
220
ExtractStyleRefactoring
ref = (
ExtractStyleRefactoring
) getRefactoring();
373
ExtractStyleRefactoring
refactoring = (
ExtractStyleRefactoring
) getRefactoring();
RefactoringAssistant.java
138
isStylableAttribute =
ExtractStyleRefactoring
.isStylableAttribute(name);
200
new
ExtractStyleRefactoring
(
253
new
ExtractStyleRefactoring
(
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoringTest.java
148
ExtractStyleRefactoring
refactoring = new
ExtractStyleRefactoring
(selectedElements,
175
ExtractStyleRefactoring
refactoring = new
ExtractStyleRefactoring
(file,
185
ExtractStyleRefactoring
refactoring) throws Exception {
Completed in 103 milliseconds