OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:librarygroup
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
AndroidPropertyPage.java
85
Group
libraryGroup
= new Group(top, SWT.NONE);
86
libraryGroup
.setLayoutData(new GridData(GridData.FILL_BOTH));
87
libraryGroup
.setLayout(new GridLayout(1, false));
88
libraryGroup
.setText("Library");
90
mIsLibrary = new Button(
libraryGroup
, SWT.CHECK);
93
mLibraryDependencies = new LibraryProperties(
libraryGroup
);
Completed in 93 milliseconds