OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputPage
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeWizard.java
44
addPage(new
InputPage
(mDelegate.getEditor().getProject(), sourceFile, initialName));
48
private static class
InputPage
extends VisualRefactoringInputPage {
55
public
InputPage
(IProject project, IFile sourceFile, String suggestedName) {
ChangeLayoutWizard.java
58
addPage(new
InputPage
(mDelegate.getEditor().getProject(), oldType));
62
private static class
InputPage
extends VisualRefactoringInputPage {
69
public
InputPage
(IProject project, String oldType) {
ChangeViewWizard.java
66
addPage(new
InputPage
(mDelegate.getEditor().getProject(), oldType));
70
private static class
InputPage
extends VisualRefactoringInputPage {
76
public
InputPage
(IProject project, String oldType) {
WrapInWizard.java
65
addPage(new
InputPage
(mDelegate.getEditor().getProject(), oldType));
69
private static class
InputPage
extends VisualRefactoringInputPage {
76
public
InputPage
(IProject project, String oldType) {
ExtractStyleWizard.java
67
addPage(new
InputPage
(mDelegate.getEditor().getProject(), initialName));
74
private static class
InputPage
extends VisualRefactoringInputPage {
96
public
InputPage
(IProject project, String suggestedName) {
Completed in 62 milliseconds