OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAGE_ID
(Results
1 - 9
of
9
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportPropertiesPage.java
39
final static String
PAGE_ID
= "export_prop_page"; //$NON-NLS-1$
49
super(editor,
PAGE_ID
, "Export Properties"); // tab's label, user visible, keep it short
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuTreePage.java
36
public final static String
PAGE_ID
= "layout_tree_page"; //$NON-NLS-1$
42
super(editor,
PAGE_ID
, "Layout"); // tab's label, keep it short
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
OtherXmlTreePage.java
36
public final static String
PAGE_ID
= "xml_tree_page"; //$NON-NLS-1$
42
super(editor,
PAGE_ID
, "Structure"); // tab's label, keep it short
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewLinksPart.java
52
ApplicationPage.
PAGE_ID
));
59
PermissionPage.
PAGE_ID
));
66
InstrumentationPage.
PAGE_ID
));
InstrumentationPage.java
38
public final static String
PAGE_ID
= "instrumentation_page"; //$NON-NLS-1$
46
super(editor,
PAGE_ID
, "Instrumentation"); // tab's label, keep it short
PermissionPage.java
42
public final static String
PAGE_ID
= "permission_page"; //$NON-NLS-1$
50
super(editor,
PAGE_ID
, "Permissions"); // tab label, keep it short
ApplicationPage.java
47
public final static String
PAGE_ID
= "application_page"; //$NON-NLS-1$
59
super(editor,
PAGE_ID
, "Application"); // tab's label, keep it short
OverviewPage.java
51
final static String
PAGE_ID
= "overview_page"; //$NON-NLS-1$
63
super(editor,
PAGE_ID
, "Manifest"); // tab's label, user visible, keep it short
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesTreePage.java
43
public final static String
PAGE_ID
= "res_tree_page"; //$NON-NLS-1$
49
super(editor,
PAGE_ID
, "Resources"); // tab's label, keep it short
Completed in 600 milliseconds