Searched defs:typeTextField (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/gui/
H A DMemberSpecificationDialog.java73 private final JTextField typeTextField = new JTextField(20); field in class:MemberSpecificationDialog
195 typePanel.add(tip(typeTextField, "typeTip"), constraintsLastStretch);
356 typeTextField .setText(descriptor == null ? "***" : ClassUtil.externalType(descriptor));
360 typeTextField .setText(descriptor == null ? "***" : ClassUtil.externalMethodReturnType(descriptor));
373 String type = typeTextField.getText();
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ClassSpecificationDialog.class ClassSpecificationDialog.java package proguard ...

Completed in 192 milliseconds