Home
last modified time | relevance | path

Searched refs:sectionTitle (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
DUiElementPart.java53 UiElementNode uiElementNode, String sectionTitle, String sectionDescription, in UiElementPart() argument
58 setupSection(sectionTitle, sectionDescription); in UiElementPart()
115 protected void setupSection(String sectionTitle, String sectionDescription) { in setupSection() argument
117 section.setText(sectionTitle); in setupSection()