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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractDocument.java950 protected final AttributeContext getAttributeContext() { method in class:AbstractDocument
1668 * <code>getAttributeContext</code> should be implemented to
1775 attributes = getAttributeContext().getEmptySet();
1972 AttributeContext context = getAttributeContext();
1984 AttributeContext context = getAttributeContext();
1996 AttributeContext context = getAttributeContext();
2008 AttributeContext context = getAttributeContext();
2020 AttributeContext context = getAttributeContext();
2036 AttributeContext context = getAttributeContext();
2210 AttributeContext context = getAttributeContext();
[all...]

Completed in 37 milliseconds