Home | History | Annotate | Download | only in gui

Lines Matching defs:tip

164         commentsPanel.add(tip(commentsScrollPane, "commentsTip"), constraintsLastStretch);
176 keepOptionPanel.add(tip(keepClassesAndMembersRadioButton, "keepTip"), constraintsLastStretch);
177 keepOptionPanel.add(tip(keepClassMembersRadioButton, "keepClassMembersTip"), constraintsLastStretch);
178 keepOptionPanel.add(tip(keepClassesWithMembersRadioButton, "keepClassesWithMembersTip"), constraintsLastStretch);
185 allowOptionPanel.add(tip(allowShrinkingCheckBox, "allowShrinkingTip"), constraintsLastStretch);
186 allowOptionPanel.add(tip(allowOptimizationCheckBox, "allowOptimizationTip"), constraintsLastStretch);
187 allowOptionPanel.add(tip(allowObfuscationCheckBox, "allowObfuscationTip"), constraintsLastStretch);
195 accessPanel.add(tip(new JLabel(msg("required")), "requiredTip"), labelConstraints);
196 accessPanel.add(tip(new JLabel(msg("not")), "notTip"), labelConstraints);
197 accessPanel.add(tip(new JLabel(msg("dontCare")), "dontCareTip"), labelConstraints);
213 annotationTypePanel.add(tip(annotationTypeTextField, "classNameTip"), constraintsLastStretch);
220 classNamePanel.add(tip(classNameTextField, "classNameTip"), constraintsLastStretch);
227 extendsAnnotationTypePanel.add(tip(extendsAnnotationTypeTextField, "classNameTip"), constraintsLastStretch);
234 extendsClassNamePanel.add(tip(extendsClassNameTextField, "classNameTip"), constraintsLastStretch);
284 mainPanel.add(tip(commentsPanel, "commentsTip"), panelConstraints);
287 mainPanel.add(tip(keepOptionPanel, "keepTitleTip"), panelConstraints);
288 mainPanel.add(tip(allowOptionPanel, "allowTitleTip"), panelConstraints);
290 mainPanel.add(tip(accessPanel, "accessTip"), panelConstraints);
291 mainPanel.add(tip(annotationTypePanel, "annotationTip"), panelConstraints);
292 mainPanel.add(tip(classNamePanel, "classTip"), panelConstraints);
293 mainPanel.add(tip(extendsAnnotationTypePanel, "extendsImplementsAnnotationTip"), panelConstraints);
294 mainPanel.add(tip(extendsClassNamePanel, "extendsImplementsClassTip"), panelConstraints);
295 mainPanel.add(tip(memberSpecificationsPanel, "classMembersTip"), stretchPanelConstraints);
297 mainPanel.add(tip(advancedButton, "advancedTip"), advancedButtonConstraints);
527 * Attaches the tool tip from the GUI resources that corresponds to the
530 private static JComponent tip(JComponent component, String messageKey)