OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ManifestSectionPart
(Results
1 - 8
of
8
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportLinksPart.java
20
import com.android.ide.eclipse.adt.internal.editors.ui.SectionHelper.
ManifestSectionPart
;
37
final class ExportLinksPart extends
ManifestSectionPart
{
AbstractPropertiesFieldsPart.java
21
import com.android.ide.eclipse.adt.internal.editors.ui.SectionHelper.
ManifestSectionPart
;
44
abstract class AbstractPropertiesFieldsPart extends
ManifestSectionPart
{
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewExportPart.java
20
import com.android.ide.eclipse.adt.internal.editors.ui.SectionHelper.
ManifestSectionPart
;
43
final class OverviewExportPart extends
ManifestSectionPart
{
OverviewLinksPart.java
25
import com.android.ide.eclipse.adt.internal.editors.ui.SectionHelper.
ManifestSectionPart
;
36
final class OverviewLinksPart extends
ManifestSectionPart
{
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java
23
import com.android.ide.eclipse.adt.internal.editors.ui.SectionHelper.
ManifestSectionPart
;
43
public class UiElementPart extends
ManifestSectionPart
{
SectionHelper.java
61
static public class
ManifestSectionPart
extends SectionPart {
72
public
ManifestSectionPart
(Composite body, FormToolkit toolkit) {
88
public
ManifestSectionPart
(Composite body, FormToolkit toolkit,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java
27
import com.android.ide.eclipse.adt.internal.editors.ui.SectionHelper.
ManifestSectionPart
;
64
private
ManifestSectionPart
mMasterPart;
UiTreeBlock.java
24
import com.android.ide.eclipse.adt.internal.editors.ui.SectionHelper.
ManifestSectionPart
;
106
private
ManifestSectionPart
mMasterPart;
182
ManifestSectionPart
getMasterPart() {
202
mMasterPart = new
ManifestSectionPart
(parent, toolkit);
[
all
...]
Completed in 100 milliseconds