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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicLabelUI.java419 else if (name == "labelFor" || name == "displayedMnemonic") {
448 Component labelFor = label.getLabelFor();
449 if (labelFor != null && labelFor.isEnabled()) {
466 Component labelFor = label.getLabelFor();
467 if (labelFor != null && labelFor.isEnabled()) {
476 if (labelFor instanceof Container &&
477 ((Container) labelFor).isFocusCycleRoot()) {
478 labelFor
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJLabel.java129 protected Component labelFor = null; field in class:JLabel
135 * labels. When the labelFor property of a label is set, it will
473 * If the labelFor property of the label is not null, the label will
475 * labelFor property when the mnemonic is activated.
516 * If the labelFor property of the label is not null, the label will
518 * labelFor property when the mnemonic is activated.
938 String labelForString = (labelFor != null ?
939 labelFor.toString() : "");
987 ",labelFor=" + labelForString +
1002 * property is set and the labelFor propert
[all...]

Completed in 46 milliseconds