Searched defs:copyAttributes (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DCopyMoveHelper.java45 boolean copyAttributes = false; field in class:CopyMoveHelper.CopyOptions
62 result.copyAttributes = true;
131 if (opts.copyAttributes) {
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAttributeSet.java120 public AttributeSet copyAttributes(); method in interface:AttributeSet
H A DSimpleAttributeSet.java125 public AttributeSet copyAttributes() { method in class:SimpleAttributeSet
363 public AttributeSet copyAttributes() { method in class:SimpleAttributeSet.EmptyAttributeSet
H A DStyleContext.java917 * @see AttributeSet#copyAttributes
919 public AttributeSet copyAttributes() { method in class:StyleContext.SmallAttributeSet
1423 * @see AttributeSet#copyAttributes
1425 public AttributeSet copyAttributes() { method in class:StyleContext.NamedStyle
1427 a.attributes = attributes.copyAttributes();
H A DAbstractDocument.java1882 * @see AttributeSet#copyAttributes
1884 public AttributeSet copyAttributes() { method in class:AbstractDocument.AbstractElement
1885 return attributes.copyAttributes();
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DMockAttributeSet.java60 public AttributeSet copyAttributes() method in class:MockAttributeSet
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DMuxingAttributeSet.java176 * @see AttributeSet#copyAttributes
178 public AttributeSet copyAttributes() { method in class:MuxingAttributeSet
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrintJob2D.java405 copyAttributes(pServ);
625 private void copyAttributes(PrintService printServ) { method in class:PrintJob2D
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM2.java3328 protected final void copyAttributes(final int nodeID, SerializationHandler handler) method in class:SAX2DTM2

Completed in 62 milliseconds