Searched refs:keepAttributesTextField (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/gui/
H A DProGuardGUI.java146 private final JTextField keepAttributesTextField = new JTextField(40); field in class:ProGuardGUI
405 obfuscationOptionsPanel.add(tip(keepAttributesTextField, "attributesTip"), constraintsLastStretch);
1051 keepAttributesTextField .setText(configuration.keepAttributes == null ? KEEP_ATTRIBUTE_DEFAULT : ListUtil.commaSeparatedString(configuration.keepAttributes));
1184 configuration.keepAttributes = keepAttributesCheckBox .isSelected() ? ListUtil.commaSeparatedList(keepAttributesTextField .getText()) : null;
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ...

Completed in 84 milliseconds