Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 31) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiElementDetail.java212 Section section = toolkit.createSection(parent, Section.TITLE_BAR); in createMasterSection() local
213 section.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.TOP)); in createMasterSection()
214 return section; in createMasterSection()
392 Section section = toolkit.createSection(masterTable, in createSubSectionTable() local
398 section.addExpansionListener(new IExpansionListener() { in createSubSectionTable()
410 section.setText(title); in createSubSectionTable()
411 section.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, in createSubSectionTable()
413 table = SectionHelper.createTableLayout(section, toolkit, 2 /* numColumns */); in createSubSectionTable()
437 Section section = ((Section) unknownTable.getParent()); in updateUnknownAttributesSection() local
441 if (ui_attrs.size() > 0 && !section.isVisible()) { in updateUnknownAttributesSection()
[all …]
DUiTreeBlock.java203 Section section = mMasterPart.getSection(); in createMasterPart() local
204 section.setText(mTitle); in createMasterPart()
205 section.setDescription(mDescription); in createMasterPart()
206 section.setLayout(new GridLayout()); in createMasterPart()
207 section.setLayoutData(new GridData(GridData.FILL_BOTH)); in createMasterPart()
209 Composite grid = SectionHelper.createGridLayout(section, toolkit, 2); in createMasterPart()
214 createSectionActions(section, toolkit); in createMasterPart()
217 private void createSectionActions(Section section, FormToolkit toolkit) { in createSectionActions() argument
221 ToolBar toolbar = manager.createControl(section); in createSectionActions()
222 section.setTextClient(toolbar); in createSectionActions()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
DExportFieldsPart.java35 Section section = getSection(); in ExportFieldsPart() local
37 section.setText("Export Properties"); in ExportFieldsPart()
38 section.setDescription("Properties of export.properties:"); in ExportFieldsPart()
DExportLinksPart.java43 Section section = getSection(); in ExportLinksPart() local
44 section.setText("Links"); in ExportLinksPart()
45 section.setDescription("TODO SOME TEXT HERE. You can also edit the XML directly."); in ExportLinksPart()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
DOverviewExportPart.java51 Section section = getSection(); in OverviewExportPart() local
52 section.setText("Exporting"); in OverviewExportPart()
64 section.setDescription("Library project cannot be exported."); in OverviewExportPart()
68section.setDescription("To export the application for distribution, you have the following options… in OverviewExportPart()
DOverviewLinksPart.java44 Section section = getSection(); in OverviewLinksPart() local
45 section.setText("Links"); in OverviewLinksPart()
46section.setDescription("The content of the Android Manifest is made up of three sections. You can … in OverviewLinksPart()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
DUiElementPart.java116 Section section = getSection(); in setupSection() local
117 section.setText(sectionTitle); in setupSection()
118 section.setDescription(sectionDescription); in setupSection()
DSectionHelper.java167 Section section = getSection(); in layoutChanged() local
174 reflow = section.getClass().getDeclaredMethod("reflow", (Class<?>[])null); in layoutChanged()
176 reflow.invoke(section); in layoutChanged()
181 section.layout(true /* changed */, true /* all */); in layoutChanged()
/sdk/emulator/skins/dynamic/
Dlayout1 # This layout file only defines all the parts. The layouts section
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/
DREADME.txt70 running within an Eclipse plug-in noted in section 1.
DNOTICE131 section do not apply to any claims or Losses relating to any actual or
144 alone. Under this section, the Commercial Contributor would have to
/sdk/eclipse/buildConfig/
Dbuild.properties163 # This section defines CVS tags to use when fetching the map files from the repository.
176 # This section defines properties parameterizing the repositories where plugins, fragments
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/
DNOTICE131 section do not apply to any claims or Losses relating to any actual or
144 alone. Under this section, the Commercial Contributor would have to
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/
DNOTICE131 section do not apply to any claims or Losses relating to any actual or
144 alone. Under this section, the Commercial Contributor would have to
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
DNOTICE131 section do not apply to any claims or Losses relating to any actual or
144 alone. Under this section, the Commercial Contributor would have to
/sdk/docs/
Dhowto_build_SDK.txt127 perform the steps from section "2- Building an SDK for MacOS and Linux" above:
/sdk/files/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/sdk/find_lock/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/sdk/avdlauncher/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/sdk/emulator/mksdcard/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/sdk/eventanalyzer/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/sdk/apps/SdkController/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/sdk/sdklauncher/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/sdk/emulator/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/sdk/files/ant/
DNOTICE89 (except as stated in this section) patent license to make, have made,

12