OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMasterPart
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java
64
private ManifestSectionPart
mMasterPart
;
77
mMasterPart
= mTree.getMasterPart();
78
mManagedForm =
mMasterPart
.getManagedForm();
104
if (part ==
mMasterPart
&&
UiTreeBlock.java
106
private ManifestSectionPart
mMasterPart
;
183
return
mMasterPart
;
202
mMasterPart
= new ManifestSectionPart(parent, toolkit);
203
Section section =
mMasterPart
.getSection();
266
managedForm.fireSelectionChanged(
mMasterPart
, event.getSelection());
293
if (
mMasterPart
!= null) {
294
Section section =
mMasterPart
.getSection();
419
createSectionActions(
mMasterPart
.getSection(), mManagedForm.getToolkit());
[
all
...]
Completed in 32 milliseconds