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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractDocument.java119 protected AbstractDocument(Content data, AttributeContext context) {
950 protected final AttributeContext getAttributeContext() {
1503 private AttributeContext context;
1674 public interface AttributeContext { interface in class:AbstractDocument
1753 * by the AttributeContext associated with the document.
1972 AttributeContext context = getAttributeContext();
1984 AttributeContext context = getAttributeContext();
1996 AttributeContext context = getAttributeContext();
2008 AttributeContext context = getAttributeContext();
2020 AttributeContext contex
[all...]

Completed in 42 milliseconds