OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setActivePage
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java
211
setActivePage
(Integer.parseInt(defaultPageId));
214
// AssertionError from
setActivePage
when the index is out of bounds.
233
* Overrides the parent's
setActivePage
to be able to switch to the xml editor.
241
public IFormPage
setActivePage
(String pageId) {
243
super.
setActivePage
(mTextPageIndex);
246
return super.
setActivePage
(pageId);
460
setActivePage
(link.substring(5 /* strlen("page:") */));
AndroidXmlEditor.java
347
setActivePage
(Integer.parseInt(defaultPageId));
350
// AssertionError from
setActivePage
when the index is out of bounds.
369
* Overrides the parent's
setActivePage
to be able to switch to the xml editor.
377
public IFormPage
setActivePage
(String pageId) {
379
super.
setActivePage
(mTextPageIndex);
382
return super.
setActivePage
(pageId);
625
setActivePage
(link.substring(5 /* strlen("page:") */));
[
all
...]
/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/
AdtPlugin.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java
[
all
...]
Completed in 284 milliseconds