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

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DAbstractDocument.java120 protected AbstractDocument(Content data, AttributeContext context) {
961 protected final AttributeContext getAttributeContext() {
1449 context = (AttributeContext) f.get("context", null);
1521 private AttributeContext context;
1692 public interface AttributeContext { interface in class:AbstractDocument
1771 * by the AttributeContext associated with the document.
1991 AttributeContext context = getAttributeContext();
2003 AttributeContext context = getAttributeContext();
2015 AttributeContext context = getAttributeContext();
2027 AttributeContext contex
[all...]
H A DStyleContext.java66 public class StyleContext implements Serializable, AbstractDocument.AttributeContext {
69 * Returns default AttributeContext shared by all documents that
289 // --- AttributeContext methods --------------------

Completed in 47 milliseconds