Searched refs:libraryGroup (Results 1 – 1 of 1) sorted by relevance
85 Group libraryGroup = new Group(top, SWT.NONE); in createContents() local86 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()