Searched refs:copyAttributes (Results 1 - 20 of 20) sorted by relevance

/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();
H A DDefaultStyledDocument.java507 AttributeSet sCopy = s.copyAttributes();
554 AttributeSet sCopy = s.copyAttributes();
2529 copy = element.getAttributes().copyAttributes();
/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/html/
H A DOption.java57 this.attr = attr.copyAttributes();
H A DMuxingAttributeSet.java176 * @see AttributeSet#copyAttributes
178 public AttributeSet copyAttributes() { method in class:MuxingAttributeSet
H A DHTMLDocument.java498 AttributeSet sCopy = s.copyAttributes();
595 BlockElement html = new BlockElement(null, a.copyAttributes());
598 BlockElement body = new BlockElement(html, a.copyAttributes());
602 BlockElement paragraph = new BlockElement(body, a.copyAttributes());
819 AttributeSet sCopy = element.getAttributes().copyAttributes();
3017 styles.addElement(a.copyAttributes());
3040 lastMap.addArea(a.copyAttributes());
3112 charAttr.addAttribute(t, attr.copyAttributes());
3156 charAttr.addAttribute(t, attr.copyAttributes());
3492 charAttrStack.push(charAttr.copyAttributes());
[all...]
H A DMap.java73 areaAttributes.addElement(as.copyAttributes());
H A DHTMLWriter.java1086 attr = ((AttributeSet)attr).copyAttributes();
H A DStyleSheet.java3172 return declaration.copyAttributes();
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DMockAttributeSet.java60 public AttributeSet copyAttributes() method in class:MockAttributeSet
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileCopy.java54 boolean copyAttributes = false;
67 copyAttributes = true;
208 if (copyAttributes) {
233 if (copyAttributes) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTextPane.java190 AttributeSet attr = getInputAttributes().copyAttributes();
/openjdk7/jdk/test/java/nio/file/Files/
H A DCopyAndMove.java607 boolean copyAttributes = false;
614 copyAttributes = true;
628 if (copyAttributes && followLinks) {
/openjdk7/jdk/src/share/demo/jfc/Notepad/
H A DElementTreePanel.java113 AttributeSet as = e.getAttributes().copyAttributes();
/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/xalan/internal/xsltc/dom/
H A DSAXImpl.java1660 copyAttributes(nodeID, handler);
/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 121 milliseconds