OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uncheckallbutton
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleWizard.java
200
Button
uncheckAllButton
= new Button(buttonForm, SWT.FLAT);
201
uncheckAllButton
.setText("Deselect All");
202
uncheckAllButton
.addSelectionListener(new SelectionAdapter() {
Completed in 490 milliseconds