Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DProGuardGUI.java87 …private final ClassSpecificationsPanel whyAreYouKeepingPanel = new ClassSpecificationsPanel(this, … field in ProGuardGUI
516 addBorder(whyAreYouKeepingPanel, "whyAreYouKeeping"); in ProGuardGUI()
517 … optionsPanel.add(tip(whyAreYouKeepingPanel, "whyAreYouKeepingTip"), stretchPanelConstraints); in ProGuardGUI()
998 whyAreYouKeepingPanel.setClassSpecifications(configuration.whyAreYouKeeping); in setProGuardConfiguration()
1159 configuration.whyAreYouKeeping = whyAreYouKeepingPanel.getClassSpecifications(); in getProGuardConfiguration()