OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activeEditor
(Results
1 - 11
of
11
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java
284
IEditorPart
activeEditor
= page.getActiveEditor();
285
if (
activeEditor
instanceof AndroidXmlEditor) {
286
Object input = ((AndroidXmlEditor)
activeEditor
).getEditorInput();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java
107
IEditorPart
activeEditor
= AdtUtils.getActiveEditor();
108
LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(
activeEditor
);
154
IEditorPart
activeEditor
= AdtUtils.getActiveEditor();
155
LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(
activeEditor
);
ConfigurationMatcher.java
508
IEditorPart
activeEditor
= AdtUtils.getActiveEditor();
509
LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(
activeEditor
);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java
267
IEditorPart
activeEditor
= AdtUtils.getActiveEditor();
269
if (
activeEditor
!= null) {
270
IEditorInput input =
activeEditor
.getEditorInput();
273
part =
activeEditor
;
EclipseLintClient.java
440
IEditorPart
activeEditor
= AdtUtils.getActiveEditor();
441
LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(
activeEditor
);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java
694
IEditorPart
activeEditor
= page.getActiveEditor();
695
if (
activeEditor
instanceof AndroidXmlEditor) {
696
Object input = ((AndroidXmlEditor)
activeEditor
).getEditorInput();
[
all
...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java
591
PropertyEditor
activeEditor
= m_activeEditor;
594
activeEditor
.deactivate(this, m_activePropertyInfo.m_property, save);
[
all
...]
/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
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 314 milliseconds