OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setActivePage
(Results
1 - 9
of
9
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditorContributor.java
66
public void
setActivePage
(IEditorPart part) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java
212
setActivePage
(Integer.parseInt(defaultPageId));
215
// AssertionError from
setActivePage
when the index is out of bounds.
234
* Overrides the parent's
setActivePage
to be able to switch to the xml editor.
242
public IFormPage
setActivePage
(String pageId) {
244
super.
setActivePage
(mTextPageIndex);
247
return super.
setActivePage
(pageId);
463
setActivePage
(link.substring(5 /* strlen("page:") */));
AndroidXmlEditor.java
288
xmlEditor.
setActivePage
(AndroidXmlEditor.TEXT_EDITOR_ID);
450
setActivePage
(Integer.parseInt(defaultPageId));
453
// AssertionError from
setActivePage
when the index is out of bounds.
459
setActivePage
(mTextPageIndex);
506
* Overrides the parent's
setActivePage
to be able to switch to the xml editor.
514
public IFormPage
setActivePage
(String pageId) {
516
super.
setActivePage
(mTextPageIndex);
519
return super.
setActivePage
(pageId);
772
setActivePage
(link.substring(5 /* strlen("page:") */));
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java
386
public IFormPage
setActivePage
(String pageId) {
387
IFormPage page = super.
setActivePage
(pageId);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java
[
all
...]
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 141 milliseconds