Searched refs:annotationTypeTextField (Results 1 – 3 of 3) sorted by relevance
71 private final JTextField annotationTypeTextField = new JTextField(20); field in MemberSpecificationDialog202 … annotationTypePanel.add(tip(annotationTypeTextField, "classNameTip"), constraintsLastStretch); in MemberSpecificationDialog()333 …annotationTypeTextField.setText(annotationType == null ? "" : ClassUtil.externalType(annotationTyp… in setMemberSpecification()371 String annotationType = annotationTypeTextField.getText(); in getMemberSpecification()
73 private final JTextField annotationTypeTextField = new JTextField(20); field in ClassSpecificationDialog223 … annotationTypePanel.add(tip(annotationTypeTextField, "classNameTip"), constraintsLastStretch); in ClassSpecificationDialog()418 …annotationTypeTextField .setText(annotationType == null ? "" : ClassUtil.externalTyp… in setClassSpecification()456 String annotationType = annotationTypeTextField.getText(); in getClassSpecification()
META-INF/ META-INF/MANIFEST.MF proguard/gui/ proguard/gui/ ...