Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
DAndroidPropertyPage.java85 Group libraryGroup = new Group(top, SWT.NONE); in createContents() local
86 libraryGroup.setLayoutData(new GridData(GridData.FILL_BOTH)); in createContents()
87 libraryGroup.setLayout(new GridLayout(1, false)); in createContents()
88 libraryGroup.setText("Library"); in createContents()
90 mIsLibrary = new Button(libraryGroup, SWT.CHECK); in createContents()
93 mLibraryDependencies = new LibraryProperties(libraryGroup); in createContents()