Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DProGuardGUI.java86 …private final ClassSpecificationsPanel whyAreYouKeepingPanel = new ClassSpecificationsPanel(this, … field in ProGuardGUI
518 addBorder(whyAreYouKeepingPanel, "whyAreYouKeeping"); in ProGuardGUI()
519 … optionsPanel.add(tip(whyAreYouKeepingPanel, "whyAreYouKeepingTip"), stretchPanelConstraints); in ProGuardGUI()
1005 whyAreYouKeepingPanel.setClassSpecifications(configuration.whyAreYouKeeping); in setProGuardConfiguration()
1169 configuration.whyAreYouKeeping = whyAreYouKeepingPanel.getClassSpecifications(); in getProGuardConfiguration()