OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ApplicationPage
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationPage.java
45
public final class
ApplicationPage
extends FormPage implements IPageImageProvider {
58
public
ApplicationPage
(ManifestEditor editor) {
OverviewLinksPart.java
52
ApplicationPage
.PAGE_ID));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java
30
import com.android.ide.eclipse.adt.internal.editors.manifest.pages.
ApplicationPage
;
76
private
ApplicationPage
mAppPage;
215
addPage(mAppPage = new
ApplicationPage
(this));
Completed in 63 milliseconds