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

/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFAttribute.java47 /* String swingName; */
48 public Object swingName(); method in interface:RTFAttribute
H A DRTFAttributes.java151 Object swingName; field in class:RTFAttributes.GenericAttribute
157 swingName = s;
162 public Object swingName() { return swingName; } method in class:RTFAttributes.GenericAttribute
174 return writeValue(source.getAttribute(swingName), target, force);
215 target.addAttribute(swingName, True);
225 target.addAttribute(swingName, value);
233 ( target.getAttribute(swingName) != null ) )
234 target.addAttribute(swingName, Boolean.valueOf(rtfDefault));
289 target.removeAttribute(swingName);
[all...]

Completed in 618 milliseconds