Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DListPanel.java43 protected int firstSelectionButton = 2; field in ListPanel
314 for (int index = firstSelectionButton; index < getComponentCount(); index++) in enableSelectionButtons()
DMemberSpecificationsPanel.java50 super.firstSelectionButton = fullKeepOptions ? 3 : 2; in MemberSpecificationsPanel()
DClassPathPanel.java50 super.firstSelectionButton = inputAndOutput ? 3 : 2; in ClassPathPanel()